Advertisement
RyanDaCoder

Ball Spawner

Nov 26th, 2016
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local part = Instance.new("Part")
  2. part.Shape = "Ball"
  3. part.Anchored = true
  4. part.BrickColor = BrickColor.new("Pastel brown")
  5. part.Name = "Weird"
  6. part.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement