Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 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 = 1000
  13. PointLight.Range = 100
  14. wait(0.0)
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement