Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- g = Instance.new("Part")
- g.Size = Vector3.new(50,50,50)
- g.BrickColor = BrickColor.Random()
- g.Position = Player.Random()
- g.Locked = true
- g.Parent = game.Workspace
- g.Anchored = true
- g.Shape = 0
- g.RightSurface = 3
- g.BottomSurface = 3
- g.LeftSurface = 3
- g.FrontSurface = 3
- g.BackSurface = 3
- g.Name = "planet1"
- wait(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement