I know this will be wrong:
while true do
script.Parent.Color = "Bright Red"
wait(2)
script.Parent.Color = "Bright Blue"
wait(2)
script.Parent.Color = "Bright Yellow"
wait(2)
script.Parent.Color = "Bright Orange"
wait(2)
script.Parent.Color = "Bright Green"
end
If that is wrong can someone please fix it. Anyway, thanks for all your help today! |