Advertisement
H3VL

Go cart

Oct 31st, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local baseplate = Instance.new("Part")
  2. baseplate.Anchored = true
  3. baseplate.Locked = true
  4. baseplate.Size = Vector3.new(512, 20, 512)
  5. baseplate.BrickColor = BrickColor.new("Dark stone grey")
  6. baseplate.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7. baseplate.Name = "Baseplate"
  8. baseplate.Parent = workspace
  9. baseplate.CFrame = CFrame.new(0, -10, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement