Advertisement
Blueisim

rainglow local

Sep 4th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. script.Parent=game
  2. local p=game.Players.LocalPlayer
  3. local char=p.Character
  4. local pl=Instance.new("PointLight",char.Torso)
  5. pl.Brightness=math.huge
  6. pl.Range=15
  7. pl.Shadows=true
  8. while true do
  9. wait()
  10. g=math.random(0,255)
  11. x=math.random(-255,-25)
  12. y=math.random(-225,-10)
  13. z=math.random(-200,-75)
  14. pl.Color=Color3.new(g+x,g+y,g+z)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement