Advertisement
VoidScript

ssss

Jun 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. local base = Instance.new("Model")
  2. local baseplate = Instance.new("Part")
  3.  
  4. base.Name = "Base"
  5. base.Parent = workspace
  6. baseplate.Anchored = true
  7. baseplate.Locked = true
  8. baseplate.Size = Vector3.new(512, 20, 512)
  9. baseplate.Material = Enum.Material.Sand
  10. baseplate.Color = Color3.new(1, 0.666667, 0.498039)
  11. baseplate.Name = "Baseplate"
  12. baseplate.BrickColor = BrickColor.new("Warm yellowish orange")
  13. baseplate.Parent = base
  14. baseplate.CFrame = CFrame.new(0, -10, 0)
  15. local Sky = IT("Sky")
  16. Sky.Parent = game.Lighting
  17. Sky.MoonAngularSize = 45
  18. Sky.MoonTextureId = "http://www.roblox.com/asset/?id=1055904136"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement