Advertisement
c00lkiddv2016

test

Sep 7th, 2016
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local workspace = game.Workspace
  2.  
  3.  
  4.  
  5. local base = Instance.new("Part")
  6. base.Size = Vector3.new(76, 1, 79)
  7. base.Position = Vector3.new(31, 0.5, 16.5)
  8. base.Material = "Wood"
  9. base.Parent = workspace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement