Advertisement
Derek1017

Ball In The Sky

Feb 28th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. g = Instance.new("Part")
  2. g.Size = Vector3.new(50,50,50)
  3. g.BrickColor = BrickColor.Random()
  4. g.Position = Player.Random()
  5. g.Locked = true
  6. g.Parent = game.Workspace
  7. g.Anchored = true
  8. g.Shape = 0
  9. g.RightSurface = 3
  10. g.BottomSurface = 3
  11. g.LeftSurface = 3
  12. g.FrontSurface = 3
  13. g.BackSurface = 3
  14. g.Name = "planet1"
  15. wait(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement