Advertisement
ttyyuu12345

base

Dec 5th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. local b = Instance.new("Part",workspace)
  2. b.Anchored = true
  3. b.Size = Vector3.new(1024,1,1024)
  4. b.Position = Vector3.new(4096,0,0)
  5. b.BrickColor = BrickColor.new("Black")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement