Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local workspace = game.Workspace
- local base = Instance.new("Part")
- base.Size = Vector3.new(76, 1, 79)
- base.Position = Vector3.new(31, 0.5, 16.5)
- base.Material = "Wood"
- base.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement