Advertisement
Guest User

Disco Light

a guest
Aug 16th, 2016
3,059
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. --Roblox lua script for a disco light
  2. -- this is my first roblox lua script created by dissandou91000
  3. -- Make sure that "Disco" is a sphere
  4.  
  5. Disco = Script.Parent
  6.  
  7.  
  8. light = Instance.new("Pointlight")
  9. light.parent = Disco
  10.  
  11. while true do
  12.  
  13. Disco.brickcolor = brickcolor.random()
  14. wait(0.3)
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement