Loading model...
by Alexander Chesnakov · 6/2/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: PropertyTradingBoard |
| 3 | |
| 4 | local MS = game:GetService("MaterialService") |
| 5 | |
| 6 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 7 | if not ok then return warn(roots) end |
| 8 | |
| 9 | local tmp = Instance.new("Folder") |
| 10 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 11 | |
| 12 | for _, d in ipairs(tmp:GetDescendants()) do |
| 13 | if d:IsA("MaterialVariant") then |
| 14 | d.Parent = MS |
| 15 | end |
| 16 | end |
| 17 | tmp:Destroy() |
| 18 | |
| 19 | local model = Instance.new("Model") |
| 20 | model.Name = "PropertyTradingBoard" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright green"] = "2022 Stud", |
| 25 | ["Bright orange"] = "2022 Stud", |
| 26 | ["Bright red"] = "2022 Stud", |
| 27 | ["Bright yellow"] = "2022 Big Stud", |
| 28 | ["Carnation pink"] = "2022 Stud", |
| 29 | ["Institutional white"] = "2022 Stud", |
| 30 | ["Mint"] = "2022 Stud", |
| 31 | ["Navy blue"] = "2022 Stud", |
| 32 | ["Pastel Blue"] = "2022 Stud", |
| 33 | ["Reddish brown"] = "2022 Small Stud", |
| 34 | } |
| 35 | do |
| 36 | local p = Instance.new("Part") |
| 37 | p.Name = "BoardBase" |
| 38 | p.Size = Vector3.new(40, 1, 40) |
| 39 | p.CFrame = CFrame.new(0, 0, 0) |
| 40 | p.BrickColor = BrickColor.new("Institutional white") |
| 41 | p.Material = Enum.Material.Glacier |
| 42 | p.MaterialVariant = "2022 Stud" |
| 43 | p.Anchored = true |
| 44 | p.Parent = model |
| 45 | end |
| 46 | do |
| 47 | local p = Instance.new("Part") |
| 48 | p.Name = "BoardCenter" |
| 49 | p.Size = Vector3.new(30, 1, 30) |
| 50 | p.CFrame = CFrame.new(0, 0.1, 0) |
| 51 | p.BrickColor = BrickColor.new("Mint") |
| 52 | p.Material = Enum.Material.Glacier |
| 53 | p.MaterialVariant = "2022 Stud" |
| 54 | p.Anchored = true |
| 55 | p.Parent = model |
| 56 | end |
| 57 | do |
| 58 | local p = Instance.new("Part") |
| 59 | p.Name = "PropBrown" |
| 60 | p.Size = Vector3.new(8, 1, 2) |
| 61 | p.CFrame = CFrame.new(10, 0.24, 14.04) |
| 62 | p.BrickColor = BrickColor.new("Reddish brown") |
| 63 | p.Material = Enum.Material.Glacier |
| 64 | p.MaterialVariant = "2022 Small Stud" |
| 65 | p.Anchored = true |
| 66 | p.Parent = model |
| 67 | end |
| 68 | do |
| 69 | local p = Instance.new("Part") |
| 70 | p.Name = "PropLightBlue" |
| 71 | p.Size = Vector3.new(12, 1, 2) |
| 72 | p.CFrame = CFrame.new(-5, 0.2, 14.04) |
| 73 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 74 | p.Material = Enum.Material.Glacier |
| 75 | p.MaterialVariant = "2022 Stud" |
| 76 | p.Anchored = true |
| 77 | p.Parent = model |
| 78 | end |
| 79 | do |
| 80 | local p = Instance.new("Part") |
| 81 | p.Name = "PropPink" |
| 82 | p.Size = Vector3.new(2, 1, 10) |
| 83 | p.CFrame = CFrame.new(-14.04, 0.2, 8) |
| 84 | p.BrickColor = BrickColor.new("Carnation pink") |
| 85 | p.Material = Enum.Material.Glacier |
| 86 | p.MaterialVariant = "2022 Stud" |
| 87 | p.Anchored = true |
| 88 | p.Parent = model |
| 89 | end |
| 90 | do |
| 91 | local p = Instance.new("Part") |
| 92 | p.Name = "PropOrange" |
| 93 | p.Size = Vector3.new(2, 1, 12) |
| 94 | p.CFrame = CFrame.new(-14.04, 0.2, -6) |
| 95 | p.BrickColor = BrickColor.new("Bright orange") |
| 96 | p.Material = Enum.Material.Glacier |
| 97 | p.MaterialVariant = "2022 Stud" |
| 98 | p.Anchored = true |
| 99 | p.Parent = model |
| 100 | end |
| 101 | do |
| 102 | local p = Instance.new("Part") |
| 103 | p.Name = "PropRed" |
| 104 | p.Size = Vector3.new(12, 1, 2) |
| 105 | p.CFrame = CFrame.new(-6, 0.2, -14.04) |
| 106 | p.BrickColor = BrickColor.new("Bright red") |
| 107 | p.Material = Enum.Material.Glacier |
| 108 | p.MaterialVariant = "2022 Stud" |
| 109 | p.Anchored = true |
| 110 | p.Parent = model |
| 111 | end |
| 112 | do |
| 113 | local p = Instance.new("Part") |
| 114 | p.Name = "PropYellow" |
| 115 | p.Size = Vector3.new(10, 1, 2) |
| 116 | p.CFrame = CFrame.new(8, 0.2, -14.04) |
| 117 | p.BrickColor = BrickColor.new("Bright yellow") |
| 118 | p.Material = Enum.Material.Glacier |
| 119 | p.MaterialVariant = "2022 Big Stud" |
| 120 | p.Anchored = true |
| 121 | p.Parent = model |
| 122 | end |
| 123 | do |
| 124 | local p = Instance.new("Part") |
| 125 | p.Name = "PropGreen" |
| 126 | p.Size = Vector3.new(2, 1, 12) |
| 127 | p.CFrame = CFrame.new(14.04, 0.2, -6) |
| 128 | p.BrickColor = BrickColor.new("Bright green") |
| 129 | p.Material = Enum.Material.Glacier |
| 130 | p.MaterialVariant = "2022 Stud" |
| 131 | p.Anchored = true |
| 132 | p.Parent = model |
| 133 | end |
| 134 | do |
| 135 | local p = Instance.new("Part") |
| 136 | p.Name = "PropDarkBlue" |
| 137 | p.Size = Vector3.new(2, 1, 8) |
| 138 | p.CFrame = CFrame.new(14.04, 0.2, 10) |
| 139 | p.BrickColor = BrickColor.new("Navy blue") |
| 140 | p.Material = Enum.Material.Glacier |
| 141 | p.MaterialVariant = "2022 Stud" |
| 142 | p.Anchored = true |
| 143 | p.Parent = model |
| 144 | end |
| 145 | do |
| 146 | local p = Instance.new("Part") |
| 147 | p.Name = "CornerGo" |
| 148 | p.Size = Vector3.new(4, 1, 4) |
| 149 | p.CFrame = CFrame.new(17.5, 0.2, 17.5) |
| 150 | p.BrickColor = BrickColor.new("Institutional white") |
| 151 | p.Material = Enum.Material.Glacier |
| 152 | p.MaterialVariant = "2022 Stud" |
| 153 | p.Anchored = true |
| 154 | p.Parent = model |
| 155 | end |
| 156 | do |
| 157 | local p = Instance.new("Part") |
| 158 | p.Name = "GoArrow" |
| 159 | p.Size = Vector3.new(3, 1, 1) |
| 160 | p.CFrame = CFrame.new(17.5, 0.3, 17.5) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 161 | p.BrickColor = BrickColor.new("Bright red") |
| 162 | p.Material = Enum.Material.Glacier |
| 163 | p.MaterialVariant = "2022 Stud" |
| 164 | p.Anchored = true |
| 165 | p.Parent = model |
| 166 | end |
| 167 | do |
| 168 | local p = Instance.new("Part") |
| 169 | p.Name = "CornerJail" |
| 170 | p.Size = Vector3.new(4, 1, 4) |
| 171 | p.CFrame = CFrame.new(-17.5, 0.2, 17.5) |
| 172 | p.BrickColor = BrickColor.new("Institutional white") |
| 173 | p.Material = Enum.Material.Glacier |
| 174 | p.MaterialVariant = "2022 Stud" |
| 175 | p.Anchored = true |
| 176 | p.Parent = model |
| 177 | end |
| 178 | do |
| 179 | local p = Instance.new("Part") |
| 180 | p.Name = "JailBox" |
| 181 | p.Size = Vector3.new(2.5, 1, 2.5) |
| 182 | p.CFrame = CFrame.new(-17.5, 0.3, 17.5) |
| 183 | p.BrickColor = BrickColor.new("Bright orange") |
| 184 | p.Material = Enum.Material.Glacier |
| 185 | p.MaterialVariant = "2022 Stud" |
| 186 | p.Anchored = true |
| 187 | p.Parent = model |
| 188 | end |
| 189 | do |
| 190 | local p = Instance.new("Part") |
| 191 | p.Name = "CornerParking" |
| 192 | p.Size = Vector3.new(4, 1, 4) |
| 193 | p.CFrame = CFrame.new(-17.5, 0.2, -17.5) |
| 194 | p.BrickColor = BrickColor.new("Institutional white") |
| 195 | p.Material = Enum.Material.Glacier |
| 196 | p.MaterialVariant = "2022 Stud" |
| 197 | p.Anchored = true |
| 198 | p.Parent = model |
| 199 | end |
| 200 | do |
| 201 | local p = Instance.new("Part") |
| 202 | p.Name = "ParkingCar" |
| 203 | p.Size = Vector3.new(2.5, 1, 2.5) |
| 204 | p.CFrame = CFrame.new(-17.5, 0.3, -17.5) |
| 205 | p.BrickColor = BrickColor.new("Bright red") |
| 206 | p.Material = Enum.Material.Glacier |
| 207 | p.MaterialVariant = "2022 Stud" |
| 208 | p.Anchored = true |
| 209 | p.Parent = model |
| 210 | end |
| 211 | do |
| 212 | local p = Instance.new("Part") |
| 213 | p.Name = "CornerGoToJail" |
| 214 | p.Size = Vector3.new(4, 1, 4) |
| 215 | p.CFrame = CFrame.new(17.5, 0.2, -17.5) |
| 216 | p.BrickColor = BrickColor.new("Institutional white") |
| 217 | p.Material = Enum.Material.Glacier |
| 218 | p.MaterialVariant = "2022 Stud" |
| 219 | p.Anchored = true |
| 220 | p.Parent = model |
| 221 | end |
| 222 | do |
| 223 | local p = Instance.new("Part") |
| 224 | p.Name = "GoToJailCop" |
| 225 | p.Size = Vector3.new(2.5, 1, 2.5) |
| 226 | p.CFrame = CFrame.new(17.5, 0.3, -17.5) |
| 227 | p.BrickColor = BrickColor.new("Navy blue") |
| 228 | p.Material = Enum.Material.Glacier |
| 229 | p.MaterialVariant = "2022 Stud" |
| 230 | p.Anchored = true |
| 231 | p.Parent = model |
| 232 | end |
| 233 | do |
| 234 | local p = Instance.new("Part") |
| 235 | p.Name = "LogoRedBase" |
| 236 | p.Size = Vector3.new(22, 1, 6) |
| 237 | p.CFrame = CFrame.new(0, 0.2, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 238 | p.BrickColor = BrickColor.new("Bright red") |
| 239 | p.Material = Enum.Material.Glacier |
| 240 | p.MaterialVariant = "2022 Stud" |
| 241 | p.Anchored = true |
| 242 | p.Parent = model |
| 243 | end |
| 244 | do |
| 245 | local p = Instance.new("Part") |
| 246 | p.Name = "LogoWhiteText" |
| 247 | p.Size = Vector3.new(20, 1, 4) |
| 248 | p.CFrame = CFrame.new(0, 0.3, 0) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 249 | p.BrickColor = BrickColor.new("Institutional white") |
| 250 | p.Material = Enum.Material.Glacier |
| 251 | p.MaterialVariant = "2022 Stud" |
| 252 | p.Anchored = true |
| 253 | p.Parent = model |
| 254 | end |
| 255 | do |
| 256 | local p = Instance.new("Part") |
| 257 | p.Name = "CardBlueBase" |
| 258 | p.Size = Vector3.new(6, 1, 4) |
| 259 | p.CFrame = CFrame.new(-8, 0.24, -8) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 260 | p.BrickColor = BrickColor.new("Institutional white") |
| 261 | p.Material = Enum.Material.Glacier |
| 262 | p.MaterialVariant = "2022 Stud" |
| 263 | p.Anchored = true |
| 264 | p.Parent = model |
| 265 | end |
| 266 | do |
| 267 | local p = Instance.new("Part") |
| 268 | p.Name = "CardBlueInner" |
| 269 | p.Size = Vector3.new(5.5, 1, 3.5) |
| 270 | p.CFrame = CFrame.new(-8, 0.34, -8) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 271 | p.BrickColor = BrickColor.new("Pastel Blue") |
| 272 | p.Material = Enum.Material.Glacier |
| 273 | p.MaterialVariant = "2022 Stud" |
| 274 | p.Anchored = true |
| 275 | p.Parent = model |
| 276 | end |
| 277 | do |
| 278 | local p = Instance.new("Part") |
| 279 | p.Name = "CardOrangeBase" |
| 280 | p.Size = Vector3.new(6, 1, 4) |
| 281 | p.CFrame = CFrame.new(8, 0.24, 8) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 282 | p.BrickColor = BrickColor.new("Institutional white") |
| 283 | p.Material = Enum.Material.Glacier |
| 284 | p.MaterialVariant = "2022 Stud" |
| 285 | p.Anchored = true |
| 286 | p.Parent = model |
| 287 | end |
| 288 | do |
| 289 | local p = Instance.new("Part") |
| 290 | p.Name = "CardOrangeInner" |
| 291 | p.Size = Vector3.new(5.5, 1, 3.5) |
| 292 | p.CFrame = CFrame.new(8, 0.34, 8) * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0)) |
| 293 | p.BrickColor = BrickColor.new("Bright orange") |
| 294 | p.Material = Enum.Material.Glacier |
| 295 | p.MaterialVariant = "2022 Stud" |
| 296 | p.Anchored = true |
| 297 | p.Parent = model |
| 298 | end |
| 299 | model.PrimaryPart = model:FindFirstChild("BoardBase") |
| 300 | print("PropertyTradingBoard built: " .. #model:GetChildren() .. " parts") |
Loading comments...