lucas_skk

Loop roblox studio Part

Dec 20th, 2020 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --Loop lua Roblox studio--
  2.  
  3. while true do
  4.     script.Parent.BrickColor = BrickColor.new("Neom yellow") --Aqui voçe pode mudar a cor
  5.     wait(4.6) --aqui voçe pode mudar o tempo que ele vai mudar de cor --
  6.     script.Parent.BrickColor = BrickColor.new("Neom Blue") --Aqui voçe pode mudar a cor
  7.     wait(4.6) --aqui voçe pode mudar o tempo que ele vai mudar de cor --
  8. end
Add Comment
Please, Sign In to add comment