Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. while true do
  3. part = Instance.new("Part")
  4. part.Anchored = false
  5. part.Color = Color3.fromRGB(0,0,255)
  6. part.Position = Vector3.new(0,0,0)
  7. part.Size = Vector3.new(2,2,2)
  8. part.Parent = Game.Workspace
  9. part.Material = ("Neon")
  10. PointLight = Instance.new("PointLight")
  11. PointLight.Parent = part
  12. PointLight.Brightness = 10000000000000000000000000000000
  13.  
  14. PointLight.Range = 20
  15.  
  16. wait(0.0)
  17.  
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement