Advertisement
I-un

The Color Changer script (Worked on part)

Nov 30th, 2019
2,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. --Script for change color Looped--
  2. local function ColorChangedSys() -- Here you can change our function name
  3. script.Parent.BrickColor = BrickColor.new("Lime green") -- These change color
  4. wait(10) -- Making it wait for "5" or "10" else then it do next line
  5. script.Parent.BrickColor = BrickColor.new("Really red")
  6. wait(10)
  7. end
  8.  
  9. while true do -- Loop sentence
  10. ColorChangedSys() -- Here you need to change name if you change the function name
  11. wait(5)
  12. end
  13.  
  14.  
  15. --Creadit I-un (pastebin account) user (roblox) zzzzzjkg4rfdehtrtvvr
  16.  
  17. --Link for roblox user : https://web.roblox.com/users/406674873/profile
  18.  
  19. --Thx for using
  20. --Guide: insert script on part to apply
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement