Advertisement
gomasf

Untitled

Jan 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. while true do
  2. p = Instance.new("Part")
  3. p.Shape = "Ball"
  4. p.Parent = game.Workspace
  5. p.Position = Vector3.new(math.random(0,100),math.random(0,50),math.random(0,100))
  6. p.Material = "Neon"
  7. p.Color = Color3.fromHSV(math.random(0,10)/10,1,1)
  8. wait(.1)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement