Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local baseplate = Instance.new("Part")
- baseplate.Anchored = true
- baseplate.Locked = true
- baseplate.Size = Vector3.new(512, 20, 512)
- baseplate.BrickColor = BrickColor.new("Dark stone grey")
- baseplate.Color = Color3.new(0.388235, 0.372549, 0.384314)
- baseplate.Name = "Baseplate"
- baseplate.Parent = workspace
- baseplate.CFrame = CFrame.new(0, -10, 0)
Add Comment
Please, Sign In to add comment