View difference between Paste ID: 9TB4C7tj and NEmFy1Sx
SHOW: | | - or go back to the newest paste.
1
local workspace = game.Workspace
2
3
4
5-
local base = Instance.new("Brick")
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 = "Wooden Planks"
8+
base.Material = "Wood"
9
base.Parent = workspace