Advertisement
RyanDaCoder

Sun

Sep 3rd, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local sun = Instance.new("Part")
  2. sun.Shape = "Ball"
  3. sun.Size = Vector3.new(1281.6, 1281.6, 1281.6)
  4. sun.Anchored = true
  5. sun.BrickColor = "New Yeller"
  6. sun.Parent = game.Workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement