Advertisement
FireBall_gaming

Rainbow Color Changer script----put inside of object----

Apr 21st, 2020
2,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.58 KB | None | 0 0
  1. function Orb()
  2. script.Parent.BrickColor = BrickColor.new("--Color goes here--")
  3. wait(1)
  4. script.Parent.BrickColor = BrickColor.new("--Color goes here--")
  5. wait(1)
  6. script.Parent.BrickColor = BrickColor.new("--Color goes here--")
  7. wait(1)
  8. script.Parent.BrickColor = BrickColor.new("--Color goes here--")
  9. end
  10. while true do
  11. Orb()
  12. end
  13. -----https://www.youtube.com/channel/UCt2faPe2kCl2AzqKkX4ksag-----
  14. my channel Fireball gaming----More code there-
  15. pls sub we need it
  16. ------Roblox script-------
  17. My friends channel
  18. https://www.youtube.com/channel/UCHXZjRydKSupbLrR6TpEWDg?view_as=subscriber
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement