xRGamingx Posted September 30, 2018 Share Posted September 30, 2018 STAFF = createTeam ("STAFF", 255, 255, 255) How can I make the team Staff change the rbg colors? RGB etc I just want the team staff to have several random colors Link to comment
VenomOG Posted September 30, 2018 Share Posted September 30, 2018 havn't tested Quote STAFF = createTeam ("STAFF", 255, 255, 255) setTimer(function() for _,v in ipairs(getElementsByType("team")) do setTeamColor(STAFF,math.random(0,255),math.random(0,255),math.random(0,255),math.random(0,255),math.random(0,255),math.random(0,255)) end end,300,0) 1 Link to comment
xRGamingx Posted September 30, 2018 Author Share Posted September 30, 2018 4 minutes ago, Knuck said: havn't tested thanks broth Link to comment
VenomOG Posted September 30, 2018 Share Posted September 30, 2018 5 minutes ago, xRGamingx said: thanks broth np Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now