Advertisement
Prephy

Untitled

Oct 27th, 2020 (edited)
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. LP = owner
  2.  
  3. while true do
  4. wait(1)
  5. local light = Instance.new("PointLight",LP.Character.Head)
  6. light.Brightness=20
  7. light.Color = Color3.fromRGB(0,1,0)
  8. wait(1)
  9. light.Color = Color3.fromRGB(5,1,2)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement