Not sure what the issue with this is, but I need some help with this.
1 | while true do |
2 | script.Parent.BrickColor = BrickColor.new(Color 3. new(random, random, random)) |
3 | wait( 1 ) |
4 | end |
1 | while true do |
2 | script.Parent.Color = Color 3. new(math.random(), math.random(), math.random()) |
3 | wait( 1 ) |
4 | end |
I hope this helps :)