jturnism
|
  |
| Joined: 18 Mar 2011 |
| Total Posts: 7 |
|
|
| 18 May 2013 01:16 PM |
I need help with this
while true do RP:fire() wait() end
while true do wait(.3) selectionBox.Color = BrickColor.new(math.random() , math.random() , math.random()) wait(.3) light.Color = Color3.new(math.random() , math.random() , math.random()) wait(.3) end
For some reason it errors, I am guessing it is because of two while true do's? I combined them like this.
while true do RP:fire() wait(.3) selectionBox.Color = BrickColor.new(math.random() , math.random() , math.random()) wait(.3) light.Color = Color3.new(math.random() , math.random() , math.random()) wait(.3) end
And it works fine. But is there a way to do them separate? |
|
|
| Report Abuse |
|