Urban Warfare 1
Urban Warfare 1
daxter33
Creator: daxter33
Created: 8/22/2008
Updated: 7 months ago
Favorited: 606 times
Visited: 8,288 times

Genres:
Allowed Gear Types:
In-genre gear only None
Recommended Games See All »

 
function Flash() local p = game.Players:getChildren() for i = 1,#p do local l = p[i].BackPack. "LinkedSuperball" for i = 1,#l do local o = l[i]:GetChildren() for i = 1,#o do if o[i].className == "Part" then o[i].BrickColor = BrickColor.new(math.random(-120,120),math.random(-120,120),math.random(-120,120)) end end end end end while true do wait(0.1) Flash() end