Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script.Parent=game
- local p=game.Players.LocalPlayer
- local char=p.Character
- local pl=Instance.new("PointLight",char.Torso)
- pl.Brightness=math.huge
- pl.Range=15
- pl.Shadows=true
- while true do
- wait()
- g=math.random(0,255)
- x=math.random(-255,-25)
- y=math.random(-225,-10)
- z=math.random(-200,-75)
- pl.Color=Color3.new(g+x,g+y,g+z)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement