Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Script for change color Looped--
- local function ColorChangedSys() -- Here you can change our function name
- script.Parent.BrickColor = BrickColor.new("Lime green") -- These change color
- wait(10) -- Making it wait for "5" or "10" else then it do next line
- script.Parent.BrickColor = BrickColor.new("Really red")
- wait(10)
- end
- while true do -- Loop sentence
- ColorChangedSys() -- Here you need to change name if you change the function name
- wait(5)
- end
- --Creadit I-un (pastebin account) user (roblox) zzzzzjkg4rfdehtrtvvr
- --Link for roblox user : https://web.roblox.com/users/406674873/profile
- --Thx for using
- --Guide: insert script on part to apply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement