Loading model...
by SimBuildsYT · 5/10/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: SheriffOffice |
| 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 = "SheriffOffice" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Brick yellow"] = "2022 Stud", |
| 25 | ["Brown"] = "2022 Small Stud", |
| 26 | ["Dark stone grey"] = "2022 Stud", |
| 27 | ["Medium stone grey"] = "2022 Inlet", |
| 28 | ["Nougat"] = "2022 Small Stud", |
| 29 | ["Reddish brown"] = "2022 Small Stud", |
| 30 | ["Sand green"] = "2022 Glue", |
| 31 | } |
| 32 | do |
| 33 | local p = Instance.new("Part") |
| 34 | p.Name = "Base" |
| 35 | p.Size = Vector3.new(40, 1, 36) |
| 36 | p.CFrame = CFrame.new(0, 0.5, 0) |
| 37 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 38 | p.Material = Enum.Material.Glacier |
| 39 | p.MaterialVariant = "2022 Inlet" |
| 40 | p.Anchored = true |
| 41 | p.Parent = model |
| 42 | end |
| 43 | do |
| 44 | local p = Instance.new("Part") |
| 45 | p.Name = "InteriorFloor" |
| 46 | p.Size = Vector3.new(18, 1, 18) |
| 47 | p.CFrame = CFrame.new(0, 1.54, 0) |
| 48 | p.BrickColor = BrickColor.new("Reddish brown") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Small Stud" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Name = "PorchFloor" |
| 57 | p.Size = Vector3.new(22, 1, 11) |
| 58 | p.CFrame = CFrame.new(0, 1.54, -14.54) |
| 59 | p.BrickColor = BrickColor.new("Reddish brown") |
| 60 | p.Material = Enum.Material.Glacier |
| 61 | p.MaterialVariant = "2022 Small Stud" |
| 62 | p.Anchored = true |
| 63 | p.Parent = model |
| 64 | end |
| 65 | do |
| 66 | local p = Instance.new("Part") |
| 67 | p.Name = "Step1" |
| 68 | p.Size = Vector3.new(8, 1, 2) |
| 69 | p.CFrame = CFrame.new(0.04, 0.5, -21) |
| 70 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 71 | p.Material = Enum.Material.Glacier |
| 72 | p.MaterialVariant = "2022 Inlet" |
| 73 | p.Anchored = true |
| 74 | p.Parent = model |
| 75 | end |
| 76 | do |
| 77 | local p = Instance.new("Part") |
| 78 | p.Name = "Step2" |
| 79 | p.Size = Vector3.new(8, 1, 2) |
| 80 | p.CFrame = CFrame.new(0, 1, -19.5) |
| 81 | p.BrickColor = BrickColor.new("Medium stone grey") |
| 82 | p.Material = Enum.Material.Glacier |
| 83 | p.MaterialVariant = "2022 Inlet" |
| 84 | p.Anchored = true |
| 85 | p.Parent = model |
| 86 | end |
| 87 | do |
| 88 | local p = Instance.new("Part") |
| 89 | p.Name = "Wall1_Left" |
| 90 | p.Size = Vector3.new(1, 10, 18) |
| 91 | p.CFrame = CFrame.new(-9.42, 6.84, -0.08) |
| 92 | p.BrickColor = BrickColor.new("Nougat") |
| 93 | p.Material = Enum.Material.Glacier |
| 94 | p.MaterialVariant = "2022 Small Stud" |
| 95 | p.Anchored = true |
| 96 | p.Parent = model |
| 97 | end |
| 98 | do |
| 99 | local p = Instance.new("Part") |
| 100 | p.Name = "Wall1_Right" |
| 101 | p.Size = Vector3.new(1, 10, 18) |
| 102 | p.CFrame = CFrame.new(9.42, 6.84, -0.08) |
| 103 | p.BrickColor = BrickColor.new("Nougat") |
| 104 | p.Material = Enum.Material.Glacier |
| 105 | p.MaterialVariant = "2022 Small Stud" |
| 106 | p.Anchored = true |
| 107 | p.Parent = model |
| 108 | end |
| 109 | do |
| 110 | local p = Instance.new("Part") |
| 111 | p.Name = "Wall1_Back" |
| 112 | p.Size = Vector3.new(20, 10, 1) |
| 113 | p.CFrame = CFrame.new(0, 6.96, 9.54) |
| 114 | p.BrickColor = BrickColor.new("Nougat") |
| 115 | p.Material = Enum.Material.Glacier |
| 116 | p.MaterialVariant = "2022 Small Stud" |
| 117 | p.Anchored = true |
| 118 | p.Parent = model |
| 119 | end |
| 120 | do |
| 121 | local p = Instance.new("Part") |
| 122 | p.Name = "Wall1F_LeftEdge" |
| 123 | p.Size = Vector3.new(3, 10, 1) |
| 124 | p.CFrame = CFrame.new(-7.54, 7.08, -9.46) |
| 125 | p.BrickColor = BrickColor.new("Nougat") |
| 126 | p.Material = Enum.Material.Glacier |
| 127 | p.MaterialVariant = "2022 Small Stud" |
| 128 | p.Anchored = true |
| 129 | p.Parent = model |
| 130 | end |
| 131 | do |
| 132 | local p = Instance.new("Part") |
| 133 | p.Name = "Wall1F_RightEdge" |
| 134 | p.Size = Vector3.new(3, 10, 1) |
| 135 | p.CFrame = CFrame.new(7.62, 7.08, -9.46) |
| 136 | p.BrickColor = BrickColor.new("Nougat") |
| 137 | p.Material = Enum.Material.Glacier |
| 138 | p.MaterialVariant = "2022 Small Stud" |
| 139 | p.Anchored = true |
| 140 | p.Parent = model |
| 141 | end |
| 142 | do |
| 143 | local p = Instance.new("Part") |
| 144 | p.Name = "Wall1F_W1_Sill" |
| 145 | p.Size = Vector3.new(3, 3, 1) |
| 146 | p.CFrame = CFrame.new(-4.46, 3.58, -9.5) |
| 147 | p.BrickColor = BrickColor.new("Nougat") |
| 148 | p.Material = Enum.Material.Glacier |
| 149 | p.MaterialVariant = "2022 Small Stud" |
| 150 | p.Anchored = true |
| 151 | p.Parent = model |
| 152 | end |
| 153 | do |
| 154 | local p = Instance.new("Part") |
| 155 | p.Name = "Wall1F_W1_Head" |
| 156 | p.Size = Vector3.new(3, 3, 1) |
| 157 | p.CFrame = CFrame.new(-4.54, 10.46, -9.46) |
| 158 | p.BrickColor = BrickColor.new("Nougat") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Small Stud" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Name = "Wall1F_W2_Sill" |
| 167 | p.Size = Vector3.new(3, 3, 1) |
| 168 | p.CFrame = CFrame.new(4.46, 3.58, -9.5) |
| 169 | p.BrickColor = BrickColor.new("Nougat") |
| 170 | p.Material = Enum.Material.Glacier |
| 171 | p.MaterialVariant = "2022 Small Stud" |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Name = "Wall1F_W2_Head" |
| 178 | p.Size = Vector3.new(3, 3, 1) |
| 179 | p.CFrame = CFrame.new(4.54, 10.46, -9.46) |
| 180 | p.BrickColor = BrickColor.new("Nougat") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Small Stud" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Name = "Wall1F_Door_Head" |
| 189 | p.Size = Vector3.new(6, 3, 1) |
| 190 | p.CFrame = CFrame.new(0, 10.46, -9.46) |
| 191 | p.BrickColor = BrickColor.new("Nougat") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Small Stud" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Name = "Wall2_Left" |
| 200 | p.Size = Vector3.new(1, 10, 18) |
| 201 | p.CFrame = CFrame.new(-9.46, 16.92, -0.08) |
| 202 | p.BrickColor = BrickColor.new("Nougat") |
| 203 | p.Material = Enum.Material.Glacier |
| 204 | p.MaterialVariant = "2022 Small Stud" |
| 205 | p.Anchored = true |
| 206 | p.Parent = model |
| 207 | end |
| 208 | do |
| 209 | local p = Instance.new("Part") |
| 210 | p.Name = "Wall2_Right" |
| 211 | p.Size = Vector3.new(1, 10, 18) |
| 212 | p.CFrame = CFrame.new(9.46, 16.92, -0.08) |
| 213 | p.BrickColor = BrickColor.new("Nougat") |
| 214 | p.Material = Enum.Material.Glacier |
| 215 | p.MaterialVariant = "2022 Small Stud" |
| 216 | p.Anchored = true |
| 217 | p.Parent = model |
| 218 | end |
| 219 | do |
| 220 | local p = Instance.new("Part") |
| 221 | p.Name = "Wall2_Back" |
| 222 | p.Size = Vector3.new(20, 10, 1) |
| 223 | p.CFrame = CFrame.new(0, 17, 9.5) |
| 224 | p.BrickColor = BrickColor.new("Nougat") |
| 225 | p.Material = Enum.Material.Glacier |
| 226 | p.MaterialVariant = "2022 Small Stud" |
| 227 | p.Anchored = true |
| 228 | p.Parent = model |
| 229 | end |
| 230 | do |
| 231 | local p = Instance.new("Part") |
| 232 | p.Name = "Wall2F_LeftEdge" |
| 233 | p.Size = Vector3.new(3, 12, 1) |
| 234 | p.CFrame = CFrame.new(-7.58, 18.04, -9.54) |
| 235 | p.BrickColor = BrickColor.new("Nougat") |
| 236 | p.Material = Enum.Material.Glacier |
| 237 | p.MaterialVariant = "2022 Small Stud" |
| 238 | p.Anchored = true |
| 239 | p.Parent = model |
| 240 | end |
| 241 | do |
| 242 | local p = Instance.new("Part") |
| 243 | p.Name = "Wall2F_RightEdge" |
| 244 | p.Size = Vector3.new(3, 12, 1) |
| 245 | p.CFrame = CFrame.new(7.58, 18.04, -9.54) |
| 246 | p.BrickColor = BrickColor.new("Nougat") |
| 247 | p.Material = Enum.Material.Glacier |
| 248 | p.MaterialVariant = "2022 Small Stud" |
| 249 | p.Anchored = true |
| 250 | p.Parent = model |
| 251 | end |
| 252 | do |
| 253 | local p = Instance.new("Part") |
| 254 | p.Name = "Wall2F_Middle" |
| 255 | p.Size = Vector3.new(6, 12, 1) |
| 256 | p.CFrame = CFrame.new(0, 18.04, -9.54) |
| 257 | p.BrickColor = BrickColor.new("Nougat") |
| 258 | p.Material = Enum.Material.Glacier |
| 259 | p.MaterialVariant = "2022 Small Stud" |
| 260 | p.Anchored = true |
| 261 | p.Parent = model |
| 262 | end |
| 263 | do |
| 264 | local p = Instance.new("Part") |
| 265 | p.Name = "Wall2F_W3_Sill" |
| 266 | p.Size = Vector3.new(3, 3, 1) |
| 267 | p.CFrame = CFrame.new(-4.54, 13.54, -9.5) |
| 268 | p.BrickColor = BrickColor.new("Nougat") |
| 269 | p.Material = Enum.Material.Glacier |
| 270 | p.MaterialVariant = "2022 Small Stud" |
| 271 | p.Anchored = true |
| 272 | p.Parent = model |
| 273 | end |
| 274 | do |
| 275 | local p = Instance.new("Part") |
| 276 | p.Name = "Wall2F_W3_Head" |
| 277 | p.Size = Vector3.new(3, 4, 1) |
| 278 | p.CFrame = CFrame.new(-4.46, 21.96, -9.54) |
| 279 | p.BrickColor = BrickColor.new("Nougat") |
| 280 | p.Material = Enum.Material.Glacier |
| 281 | p.MaterialVariant = "2022 Small Stud" |
| 282 | p.Anchored = true |
| 283 | p.Parent = model |
| 284 | end |
| 285 | do |
| 286 | local p = Instance.new("Part") |
| 287 | p.Name = "Wall2F_W4_Sill" |
| 288 | p.Size = Vector3.new(3, 3, 1) |
| 289 | p.CFrame = CFrame.new(4.54, 13.54, -9.5) |
| 290 | p.BrickColor = BrickColor.new("Nougat") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Small Stud" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Name = "Wall2F_W4_Head" |
| 299 | p.Size = Vector3.new(3, 4, 1) |
| 300 | p.CFrame = CFrame.new(4.46, 21.96, -9.54) |
| 301 | p.BrickColor = BrickColor.new("Nougat") |
| 302 | p.Material = Enum.Material.Glacier |
| 303 | p.MaterialVariant = "2022 Small Stud" |
| 304 | p.Anchored = true |
| 305 | p.Parent = model |
| 306 | end |
| 307 | do |
| 308 | local p = Instance.new("Part") |
| 309 | p.Name = "Wall2F_TopCenter" |
| 310 | p.Size = Vector3.new(10, 4, 1) |
| 311 | p.CFrame = CFrame.new(0, 26.08, -9.5) |
| 312 | p.BrickColor = BrickColor.new("Nougat") |
| 313 | p.Material = Enum.Material.Glacier |
| 314 | p.MaterialVariant = "2022 Small Stud" |
| 315 | p.Anchored = true |
| 316 | p.Parent = model |
| 317 | end |
| 318 | do |
| 319 | local p = Instance.new("WedgePart") |
| 320 | p.Name = "Wall2F_TopWedgeL" |
| 321 | p.Size = Vector3.new(1, 4, 4) |
| 322 | p.CFrame = CFrame.new(-7.08, 26.08, -9.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 323 | p.BrickColor = BrickColor.new("Nougat") |
| 324 | p.Material = Enum.Material.Glacier |
| 325 | p.MaterialVariant = "2022 Small Stud" |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("WedgePart") |
| 331 | p.Name = "Wall2F_TopWedgeR" |
| 332 | p.Size = Vector3.new(1, 4, 4) |
| 333 | p.CFrame = CFrame.new(7.08, 26.08, -9.5) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 334 | p.BrickColor = BrickColor.new("Nougat") |
| 335 | p.Material = Enum.Material.Glacier |
| 336 | p.MaterialVariant = "2022 Small Stud" |
| 337 | p.Anchored = true |
| 338 | p.Parent = model |
| 339 | end |
| 340 | do |
| 341 | local p = Instance.new("Part") |
| 342 | p.Name = "Trim_TopCenter" |
| 343 | p.Size = Vector3.new(10.5, 0.5, 1.2) |
| 344 | p.CFrame = CFrame.new(0, 28.2, -9.64) |
| 345 | p.BrickColor = BrickColor.new("Reddish brown") |
| 346 | p.Material = Enum.Material.Glacier |
| 347 | p.MaterialVariant = "2022 Small Stud" |
| 348 | p.Anchored = true |
| 349 | p.Parent = model |
| 350 | end |
| 351 | do |
| 352 | local p = Instance.new("Part") |
| 353 | p.Name = "Trim_TopAngL" |
| 354 | p.Size = Vector3.new(5.9397, 0.5, 1.2) |
| 355 | p.CFrame = CFrame.new(-7.1, 26.1, -9.68) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(135)) |
| 356 | p.BrickColor = BrickColor.new("Reddish brown") |
| 357 | p.Material = Enum.Material.Glacier |
| 358 | p.MaterialVariant = "2022 Small Stud" |
| 359 | p.Anchored = true |
| 360 | p.Parent = model |
| 361 | end |
| 362 | do |
| 363 | local p = Instance.new("Part") |
| 364 | p.Name = "Trim_TopAngR" |
| 365 | p.Size = Vector3.new(5.9397, 0.5, 1.2) |
| 366 | p.CFrame = CFrame.new(7.1, 26.1, -9.68) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 367 | p.BrickColor = BrickColor.new("Reddish brown") |
| 368 | p.Material = Enum.Material.Glacier |
| 369 | p.MaterialVariant = "2022 Small Stud" |
| 370 | p.Anchored = true |
| 371 | p.Parent = model |
| 372 | end |
| 373 | do |
| 374 | local p = Instance.new("Part") |
| 375 | p.Name = "MainRoof" |
| 376 | p.Size = Vector3.new(20, 1, 18) |
| 377 | p.CFrame = CFrame.new(0, 22.5, 0) |
| 378 | p.BrickColor = BrickColor.new("Reddish brown") |
| 379 | p.Material = Enum.Material.Glacier |
| 380 | p.MaterialVariant = "2022 Small Stud" |
| 381 | p.Anchored = true |
| 382 | p.Parent = model |
| 383 | end |
| 384 | do |
| 385 | local p = Instance.new("Part") |
| 386 | p.Name = "PorchRoof" |
| 387 | p.Size = Vector3.new(22, 1, 12) |
| 388 | p.CFrame = CFrame.new(0, 11.5, -15) |
| 389 | p.BrickColor = BrickColor.new("Reddish brown") |
| 390 | p.Material = Enum.Material.Glacier |
| 391 | p.MaterialVariant = "2022 Small Stud" |
| 392 | p.Anchored = true |
| 393 | p.Parent = model |
| 394 | end |
| 395 | do |
| 396 | local p = Instance.new("Part") |
| 397 | p.Name = "Pillar_-10.5" |
| 398 | p.Size = Vector3.new(1, 9, 1) |
| 399 | p.CFrame = CFrame.new(-10.54, 6.58, -19.5) |
| 400 | p.BrickColor = BrickColor.new("Reddish brown") |
| 401 | p.Material = Enum.Material.Glacier |
| 402 | p.MaterialVariant = "2022 Small Stud" |
| 403 | p.Anchored = true |
| 404 | p.Parent = model |
| 405 | end |
| 406 | do |
| 407 | local p = Instance.new("Part") |
| 408 | p.Name = "Pillar_-3.5" |
| 409 | p.Size = Vector3.new(1, 9, 1) |
| 410 | p.CFrame = CFrame.new(-3.5, 6.58, -19.5) |
| 411 | p.BrickColor = BrickColor.new("Reddish brown") |
| 412 | p.Material = Enum.Material.Glacier |
| 413 | p.MaterialVariant = "2022 Small Stud" |
| 414 | p.Anchored = true |
| 415 | p.Parent = model |
| 416 | end |
| 417 | do |
| 418 | local p = Instance.new("Part") |
| 419 | p.Name = "Pillar_3.5" |
| 420 | p.Size = Vector3.new(1, 9, 1) |
| 421 | p.CFrame = CFrame.new(3.5, 6.58, -19.5) |
| 422 | p.BrickColor = BrickColor.new("Reddish brown") |
| 423 | p.Material = Enum.Material.Glacier |
| 424 | p.MaterialVariant = "2022 Small Stud" |
| 425 | p.Anchored = true |
| 426 | p.Parent = model |
| 427 | end |
| 428 | do |
| 429 | local p = Instance.new("Part") |
| 430 | p.Name = "Pillar_10.5" |
| 431 | p.Size = Vector3.new(1, 9, 1) |
| 432 | p.CFrame = CFrame.new(10.54, 6.58, -19.5) |
| 433 | p.BrickColor = BrickColor.new("Reddish brown") |
| 434 | p.Material = Enum.Material.Glacier |
| 435 | p.MaterialVariant = "2022 Small Stud" |
| 436 | p.Anchored = true |
| 437 | p.Parent = model |
| 438 | end |
| 439 | do |
| 440 | local p = Instance.new("Part") |
| 441 | p.Name = "Rail_L_Top" |
| 442 | p.Size = Vector3.new(1, 0.5, 9) |
| 443 | p.CFrame = CFrame.new(-10.5, 5, -14.46) |
| 444 | p.BrickColor = BrickColor.new("Reddish brown") |
| 445 | p.Material = Enum.Material.Glacier |
| 446 | p.MaterialVariant = "2022 Small Stud" |
| 447 | p.Anchored = true |
| 448 | p.Parent = model |
| 449 | end |
| 450 | do |
| 451 | local p = Instance.new("Part") |
| 452 | p.Name = "Rail_L_Bot" |
| 453 | p.Size = Vector3.new(1, 0.5, 9) |
| 454 | p.CFrame = CFrame.new(-10.5, 2.5, -14.46) |
| 455 | p.BrickColor = BrickColor.new("Reddish brown") |
| 456 | p.Material = Enum.Material.Glacier |
| 457 | p.MaterialVariant = "2022 Small Stud" |
| 458 | p.Anchored = true |
| 459 | p.Parent = model |
| 460 | end |
| 461 | do |
| 462 | local p = Instance.new("Part") |
| 463 | p.Name = "Spindle_L_-11.5" |
| 464 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 465 | p.CFrame = CFrame.new(-10.5, 3.71, -11.5) |
| 466 | p.BrickColor = BrickColor.new("Reddish brown") |
| 467 | p.Material = Enum.Material.Glacier |
| 468 | p.MaterialVariant = "2022 Small Stud" |
| 469 | p.Anchored = true |
| 470 | p.Parent = model |
| 471 | end |
| 472 | do |
| 473 | local p = Instance.new("Part") |
| 474 | p.Name = "Spindle_L_-13.5" |
| 475 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 476 | p.CFrame = CFrame.new(-10.5, 3.71, -13.5) |
| 477 | p.BrickColor = BrickColor.new("Reddish brown") |
| 478 | p.Material = Enum.Material.Glacier |
| 479 | p.MaterialVariant = "2022 Small Stud" |
| 480 | p.Anchored = true |
| 481 | p.Parent = model |
| 482 | end |
| 483 | do |
| 484 | local p = Instance.new("Part") |
| 485 | p.Name = "Spindle_L_-15.5" |
| 486 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 487 | p.CFrame = CFrame.new(-10.5, 3.71, -15.5) |
| 488 | p.BrickColor = BrickColor.new("Reddish brown") |
| 489 | p.Material = Enum.Material.Glacier |
| 490 | p.MaterialVariant = "2022 Small Stud" |
| 491 | p.Anchored = true |
| 492 | p.Parent = model |
| 493 | end |
| 494 | do |
| 495 | local p = Instance.new("Part") |
| 496 | p.Name = "Spindle_L_-17.5" |
| 497 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 498 | p.CFrame = CFrame.new(-10.5, 3.71, -17.5) |
| 499 | p.BrickColor = BrickColor.new("Reddish brown") |
| 500 | p.Material = Enum.Material.Glacier |
| 501 | p.MaterialVariant = "2022 Small Stud" |
| 502 | p.Anchored = true |
| 503 | p.Parent = model |
| 504 | end |
| 505 | do |
| 506 | local p = Instance.new("Part") |
| 507 | p.Name = "Rail_R_Top" |
| 508 | p.Size = Vector3.new(1, 0.5, 9) |
| 509 | p.CFrame = CFrame.new(10.5, 5, -14.46) |
| 510 | p.BrickColor = BrickColor.new("Reddish brown") |
| 511 | p.Material = Enum.Material.Glacier |
| 512 | p.MaterialVariant = "2022 Small Stud" |
| 513 | p.Anchored = true |
| 514 | p.Parent = model |
| 515 | end |
| 516 | do |
| 517 | local p = Instance.new("Part") |
| 518 | p.Name = "Rail_R_Bot" |
| 519 | p.Size = Vector3.new(1, 0.5, 9) |
| 520 | p.CFrame = CFrame.new(10.5, 2.5, -14.46) |
| 521 | p.BrickColor = BrickColor.new("Reddish brown") |
| 522 | p.Material = Enum.Material.Glacier |
| 523 | p.MaterialVariant = "2022 Small Stud" |
| 524 | p.Anchored = true |
| 525 | p.Parent = model |
| 526 | end |
| 527 | do |
| 528 | local p = Instance.new("Part") |
| 529 | p.Name = "Spindle_R_-11.5" |
| 530 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 531 | p.CFrame = CFrame.new(10.5, 3.71, -11.5) |
| 532 | p.BrickColor = BrickColor.new("Reddish brown") |
| 533 | p.Material = Enum.Material.Glacier |
| 534 | p.MaterialVariant = "2022 Small Stud" |
| 535 | p.Anchored = true |
| 536 | p.Parent = model |
| 537 | end |
| 538 | do |
| 539 | local p = Instance.new("Part") |
| 540 | p.Name = "Spindle_R_-13.5" |
| 541 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 542 | p.CFrame = CFrame.new(10.5, 3.71, -13.5) |
| 543 | p.BrickColor = BrickColor.new("Reddish brown") |
| 544 | p.Material = Enum.Material.Glacier |
| 545 | p.MaterialVariant = "2022 Small Stud" |
| 546 | p.Anchored = true |
| 547 | p.Parent = model |
| 548 | end |
| 549 | do |
| 550 | local p = Instance.new("Part") |
| 551 | p.Name = "Spindle_R_-15.5" |
| 552 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 553 | p.CFrame = CFrame.new(10.5, 3.71, -15.5) |
| 554 | p.BrickColor = BrickColor.new("Reddish brown") |
| 555 | p.Material = Enum.Material.Glacier |
| 556 | p.MaterialVariant = "2022 Small Stud" |
| 557 | p.Anchored = true |
| 558 | p.Parent = model |
| 559 | end |
| 560 | do |
| 561 | local p = Instance.new("Part") |
| 562 | p.Name = "Spindle_R_-17.5" |
| 563 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 564 | p.CFrame = CFrame.new(10.5, 3.71, -17.5) |
| 565 | p.BrickColor = BrickColor.new("Reddish brown") |
| 566 | p.Material = Enum.Material.Glacier |
| 567 | p.MaterialVariant = "2022 Small Stud" |
| 568 | p.Anchored = true |
| 569 | p.Parent = model |
| 570 | end |
| 571 | do |
| 572 | local p = Instance.new("Part") |
| 573 | p.Name = "Rail_FL_Top" |
| 574 | p.Size = Vector3.new(6, 0.5, 1) |
| 575 | p.CFrame = CFrame.new(-7, 5, -19.5) |
| 576 | p.BrickColor = BrickColor.new("Reddish brown") |
| 577 | p.Material = Enum.Material.Glacier |
| 578 | p.MaterialVariant = "2022 Small Stud" |
| 579 | p.Anchored = true |
| 580 | p.Parent = model |
| 581 | end |
| 582 | do |
| 583 | local p = Instance.new("Part") |
| 584 | p.Name = "Rail_FL_Bot" |
| 585 | p.Size = Vector3.new(6, 0.5, 1) |
| 586 | p.CFrame = CFrame.new(-7, 2.5, -19.5) |
| 587 | p.BrickColor = BrickColor.new("Reddish brown") |
| 588 | p.Material = Enum.Material.Glacier |
| 589 | p.MaterialVariant = "2022 Small Stud" |
| 590 | p.Anchored = true |
| 591 | p.Parent = model |
| 592 | end |
| 593 | do |
| 594 | local p = Instance.new("Part") |
| 595 | p.Name = "Spindle_FL_-5.0" |
| 596 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 597 | p.CFrame = CFrame.new(-5, 3.71, -19.5) |
| 598 | p.BrickColor = BrickColor.new("Reddish brown") |
| 599 | p.Material = Enum.Material.Glacier |
| 600 | p.MaterialVariant = "2022 Small Stud" |
| 601 | p.Anchored = true |
| 602 | p.Parent = model |
| 603 | end |
| 604 | do |
| 605 | local p = Instance.new("Part") |
| 606 | p.Name = "Spindle_FL_-7.0" |
| 607 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 608 | p.CFrame = CFrame.new(-7, 3.71, -19.5) |
| 609 | p.BrickColor = BrickColor.new("Reddish brown") |
| 610 | p.Material = Enum.Material.Glacier |
| 611 | p.MaterialVariant = "2022 Small Stud" |
| 612 | p.Anchored = true |
| 613 | p.Parent = model |
| 614 | end |
| 615 | do |
| 616 | local p = Instance.new("Part") |
| 617 | p.Name = "Spindle_FL_-9.0" |
| 618 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 619 | p.CFrame = CFrame.new(-9, 3.71, -19.5) |
| 620 | p.BrickColor = BrickColor.new("Reddish brown") |
| 621 | p.Material = Enum.Material.Glacier |
| 622 | p.MaterialVariant = "2022 Small Stud" |
| 623 | p.Anchored = true |
| 624 | p.Parent = model |
| 625 | end |
| 626 | do |
| 627 | local p = Instance.new("Part") |
| 628 | p.Name = "Rail_FR_Top" |
| 629 | p.Size = Vector3.new(6, 0.5, 1) |
| 630 | p.CFrame = CFrame.new(7, 5, -19.5) |
| 631 | p.BrickColor = BrickColor.new("Reddish brown") |
| 632 | p.Material = Enum.Material.Glacier |
| 633 | p.MaterialVariant = "2022 Small Stud" |
| 634 | p.Anchored = true |
| 635 | p.Parent = model |
| 636 | end |
| 637 | do |
| 638 | local p = Instance.new("Part") |
| 639 | p.Name = "Rail_FR_Bot" |
| 640 | p.Size = Vector3.new(6, 0.5, 1) |
| 641 | p.CFrame = CFrame.new(7, 2.5, -19.5) |
| 642 | p.BrickColor = BrickColor.new("Reddish brown") |
| 643 | p.Material = Enum.Material.Glacier |
| 644 | p.MaterialVariant = "2022 Small Stud" |
| 645 | p.Anchored = true |
| 646 | p.Parent = model |
| 647 | end |
| 648 | do |
| 649 | local p = Instance.new("Part") |
| 650 | p.Name = "Spindle_FR_5.0" |
| 651 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 652 | p.CFrame = CFrame.new(5, 3.71, -19.5) |
| 653 | p.BrickColor = BrickColor.new("Reddish brown") |
| 654 | p.Material = Enum.Material.Glacier |
| 655 | p.MaterialVariant = "2022 Small Stud" |
| 656 | p.Anchored = true |
| 657 | p.Parent = model |
| 658 | end |
| 659 | do |
| 660 | local p = Instance.new("Part") |
| 661 | p.Name = "Spindle_FR_7.0" |
| 662 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 663 | p.CFrame = CFrame.new(7, 3.71, -19.5) |
| 664 | p.BrickColor = BrickColor.new("Reddish brown") |
| 665 | p.Material = Enum.Material.Glacier |
| 666 | p.MaterialVariant = "2022 Small Stud" |
| 667 | p.Anchored = true |
| 668 | p.Parent = model |
| 669 | end |
| 670 | do |
| 671 | local p = Instance.new("Part") |
| 672 | p.Name = "Spindle_FR_9.0" |
| 673 | p.Size = Vector3.new(0.4, 2, 0.4) |
| 674 | p.CFrame = CFrame.new(9, 3.71, -19.5) |
| 675 | p.BrickColor = BrickColor.new("Reddish brown") |
| 676 | p.Material = Enum.Material.Glacier |
| 677 | p.MaterialVariant = "2022 Small Stud" |
| 678 | p.Anchored = true |
| 679 | p.Parent = model |
| 680 | end |
| 681 | do |
| 682 | local p = Instance.new("Part") |
| 683 | p.Name = "Ext_Front" |
| 684 | p.Size = Vector3.new(8, 9, 1) |
| 685 | p.CFrame = CFrame.new(13.96, 6.54, -2.04) |
| 686 | p.BrickColor = BrickColor.new("Nougat") |
| 687 | p.Material = Enum.Material.Glacier |
| 688 | p.MaterialVariant = "2022 Small Stud" |
| 689 | p.Anchored = true |
| 690 | p.Parent = model |
| 691 | end |
| 692 | do |
| 693 | local p = Instance.new("Part") |
| 694 | p.Name = "Ext_Back" |
| 695 | p.Size = Vector3.new(8, 9, 1) |
| 696 | p.CFrame = CFrame.new(13.96, 6.54, 8.04) |
| 697 | p.BrickColor = BrickColor.new("Nougat") |
| 698 | p.Material = Enum.Material.Glacier |
| 699 | p.MaterialVariant = "2022 Small Stud" |
| 700 | p.Anchored = true |
| 701 | p.Parent = model |
| 702 | end |
| 703 | do |
| 704 | local p = Instance.new("Part") |
| 705 | p.Name = "Ext_Right" |
| 706 | p.Size = Vector3.new(1, 9, 11) |
| 707 | p.CFrame = CFrame.new(17.5, 6.46, 3) |
| 708 | p.BrickColor = BrickColor.new("Nougat") |
| 709 | p.Material = Enum.Material.Glacier |
| 710 | p.MaterialVariant = "2022 Small Stud" |
| 711 | p.Anchored = true |
| 712 | p.Parent = model |
| 713 | end |
| 714 | do |
| 715 | local p = Instance.new("WedgePart") |
| 716 | p.Name = "Ext_Roof" |
| 717 | p.Size = Vector3.new(11, 5, 9) |
| 718 | p.CFrame = CFrame.new(13.5, 13.5, 3) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 719 | p.BrickColor = BrickColor.new("Reddish brown") |
| 720 | p.Material = Enum.Material.Glacier |
| 721 | p.MaterialVariant = "2022 Small Stud" |
| 722 | p.Anchored = true |
| 723 | p.Parent = model |
| 724 | end |
| 725 | do |
| 726 | local p = Instance.new("Part") |
| 727 | p.Name = "Door_Left" |
| 728 | p.Size = Vector3.new(2.8, 6, 0.4) |
| 729 | p.CFrame = CFrame.new(-1.5, 5.5, -9.5) * CFrame.Angles(math.rad(0), math.rad(25), math.rad(0)) |
| 730 | p.BrickColor = BrickColor.new("Nougat") |
| 731 | p.Material = Enum.Material.Glacier |
| 732 | p.MaterialVariant = "2022 Small Stud" |
| 733 | p.Anchored = true |
| 734 | p.Parent = model |
| 735 | end |
| 736 | do |
| 737 | local p = Instance.new("Part") |
| 738 | p.Name = "Door_Right" |
| 739 | p.Size = Vector3.new(2.8, 6, 0.4) |
| 740 | p.CFrame = CFrame.new(1.5, 5.5, -9.5) * CFrame.Angles(math.rad(0), math.rad(-25), math.rad(0)) |
| 741 | p.BrickColor = BrickColor.new("Nougat") |
| 742 | p.Material = Enum.Material.Glacier |
| 743 | p.MaterialVariant = "2022 Small Stud" |
| 744 | p.Anchored = true |
| 745 | p.Parent = model |
| 746 | end |
| 747 | do |
| 748 | local p = Instance.new("Part") |
| 749 | p.Name = "W1_CrossV" |
| 750 | p.Size = Vector3.new(0.3, 4, 0.3) |
| 751 | p.CFrame = CFrame.new(-4.5, 7.12, -9.5) |
| 752 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 753 | p.Material = Enum.Material.Glacier |
| 754 | p.MaterialVariant = "2022 Stud" |
| 755 | p.Anchored = true |
| 756 | p.Parent = model |
| 757 | end |
| 758 | do |
| 759 | local p = Instance.new("Part") |
| 760 | p.Name = "W1_CrossH" |
| 761 | p.Size = Vector3.new(3, 0.3, 0.3) |
| 762 | p.CFrame = CFrame.new(-4.46, 7, -9.46) |
| 763 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 764 | p.Material = Enum.Material.Glacier |
| 765 | p.MaterialVariant = "2022 Stud" |
| 766 | p.Anchored = true |
| 767 | p.Parent = model |
| 768 | end |
| 769 | do |
| 770 | local p = Instance.new("Part") |
| 771 | p.Name = "W2_CrossV" |
| 772 | p.Size = Vector3.new(0.3, 4, 0.3) |
| 773 | p.CFrame = CFrame.new(4.5, 7.12, -9.5) |
| 774 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 775 | p.Material = Enum.Material.Glacier |
| 776 | p.MaterialVariant = "2022 Stud" |
| 777 | p.Anchored = true |
| 778 | p.Parent = model |
| 779 | end |
| 780 | do |
| 781 | local p = Instance.new("Part") |
| 782 | p.Name = "W2_CrossH" |
| 783 | p.Size = Vector3.new(3, 0.3, 0.3) |
| 784 | p.CFrame = CFrame.new(4.46, 7, -9.46) |
| 785 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 786 | p.Material = Enum.Material.Glacier |
| 787 | p.MaterialVariant = "2022 Stud" |
| 788 | p.Anchored = true |
| 789 | p.Parent = model |
| 790 | end |
| 791 | do |
| 792 | local p = Instance.new("Part") |
| 793 | p.Name = "W3_CrossV" |
| 794 | p.Size = Vector3.new(0.3, 4, 0.3) |
| 795 | p.CFrame = CFrame.new(-4.5, 17.5, -9.5) |
| 796 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 797 | p.Material = Enum.Material.Glacier |
| 798 | p.MaterialVariant = "2022 Stud" |
| 799 | p.Anchored = true |
| 800 | p.Parent = model |
| 801 | end |
| 802 | do |
| 803 | local p = Instance.new("Part") |
| 804 | p.Name = "W3_CrossH" |
| 805 | p.Size = Vector3.new(3, 0.3, 0.3) |
| 806 | p.CFrame = CFrame.new(-4.54, 17.5, -9.46) |
| 807 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 808 | p.Material = Enum.Material.Glacier |
| 809 | p.MaterialVariant = "2022 Stud" |
| 810 | p.Anchored = true |
| 811 | p.Parent = model |
| 812 | end |
| 813 | do |
| 814 | local p = Instance.new("Part") |
| 815 | p.Name = "W4_CrossV" |
| 816 | p.Size = Vector3.new(0.3, 4, 0.3) |
| 817 | p.CFrame = CFrame.new(4.5, 17.5, -9.5) |
| 818 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 819 | p.Material = Enum.Material.Glacier |
| 820 | p.MaterialVariant = "2022 Stud" |
| 821 | p.Anchored = true |
| 822 | p.Parent = model |
| 823 | end |
| 824 | do |
| 825 | local p = Instance.new("Part") |
| 826 | p.Name = "W4_CrossH" |
| 827 | p.Size = Vector3.new(3, 0.3, 0.3) |
| 828 | p.CFrame = CFrame.new(4.54, 17.5, -9.46) |
| 829 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 830 | p.Material = Enum.Material.Glacier |
| 831 | p.MaterialVariant = "2022 Stud" |
| 832 | p.Anchored = true |
| 833 | p.Parent = model |
| 834 | end |
| 835 | do |
| 836 | local p = Instance.new("Part") |
| 837 | p.Name = "Sign_Base" |
| 838 | p.Size = Vector3.new(8, 2.5, 0.2) |
| 839 | p.CFrame = CFrame.new(0, 22, -10.18) |
| 840 | p.BrickColor = BrickColor.new("Reddish brown") |
| 841 | p.Material = Enum.Material.Glacier |
| 842 | p.MaterialVariant = "2022 Small Stud" |
| 843 | p.Anchored = true |
| 844 | p.Parent = model |
| 845 | end |
| 846 | do |
| 847 | local p = Instance.new("Part") |
| 848 | p.Name = "Sign_Inner" |
| 849 | p.Size = Vector3.new(7.5, 2, 0.2) |
| 850 | p.CFrame = CFrame.new(0, 22, -10.2) |
| 851 | p.BrickColor = BrickColor.new("Brick yellow") |
| 852 | p.Material = Enum.Material.Glacier |
| 853 | p.MaterialVariant = "2022 Stud" |
| 854 | p.Anchored = true |
| 855 | p.Parent = model |
| 856 | end |
| 857 | do |
| 858 | local p = Instance.new("Part") |
| 859 | p.Shape = Enum.PartType.Cylinder |
| 860 | p.Name = "Barrel1_Body" |
| 861 | p.Size = Vector3.new(3, 2.5, 2.5) |
| 862 | p.CFrame = CFrame.new(13, 2.54, -12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 863 | p.BrickColor = BrickColor.new("Brown") |
| 864 | p.Material = Enum.Material.Glacier |
| 865 | p.MaterialVariant = "2022 Small Stud" |
| 866 | p.Anchored = true |
| 867 | p.Parent = model |
| 868 | end |
| 869 | do |
| 870 | local p = Instance.new("Part") |
| 871 | p.Shape = Enum.PartType.Cylinder |
| 872 | p.Name = "Barrel1_Band1" |
| 873 | p.Size = Vector3.new(0.2, 2.6, 2.6) |
| 874 | p.CFrame = CFrame.new(13, 1.5, -12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 875 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 876 | p.Material = Enum.Material.Glacier |
| 877 | p.MaterialVariant = "2022 Stud" |
| 878 | p.Anchored = true |
| 879 | p.Parent = model |
| 880 | end |
| 881 | do |
| 882 | local p = Instance.new("Part") |
| 883 | p.Shape = Enum.PartType.Cylinder |
| 884 | p.Name = "Barrel1_Band2" |
| 885 | p.Size = Vector3.new(0.2, 2.6, 2.6) |
| 886 | p.CFrame = CFrame.new(13, 3.5, -12) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 887 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 888 | p.Material = Enum.Material.Glacier |
| 889 | p.MaterialVariant = "2022 Stud" |
| 890 | p.Anchored = true |
| 891 | p.Parent = model |
| 892 | end |
| 893 | do |
| 894 | local p = Instance.new("Part") |
| 895 | p.Shape = Enum.PartType.Cylinder |
| 896 | p.Name = "Barrel2_Body" |
| 897 | p.Size = Vector3.new(2.5, 2.2, 2.2) |
| 898 | p.CFrame = CFrame.new(16, 2, -10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 899 | p.BrickColor = BrickColor.new("Brown") |
| 900 | p.Material = Enum.Material.Glacier |
| 901 | p.MaterialVariant = "2022 Small Stud" |
| 902 | p.Anchored = true |
| 903 | p.Parent = model |
| 904 | end |
| 905 | do |
| 906 | local p = Instance.new("Part") |
| 907 | p.Shape = Enum.PartType.Cylinder |
| 908 | p.Name = "Barrel2_Band1" |
| 909 | p.Size = Vector3.new(0.2, 2.3, 2.3) |
| 910 | p.CFrame = CFrame.new(16, 1.2, -10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 911 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 912 | p.Material = Enum.Material.Glacier |
| 913 | p.MaterialVariant = "2022 Stud" |
| 914 | p.Anchored = true |
| 915 | p.Parent = model |
| 916 | end |
| 917 | do |
| 918 | local p = Instance.new("Part") |
| 919 | p.Shape = Enum.PartType.Cylinder |
| 920 | p.Name = "Barrel2_Band2" |
| 921 | p.Size = Vector3.new(0.2, 2.3, 2.3) |
| 922 | p.CFrame = CFrame.new(16, 2.8, -10) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 923 | p.BrickColor = BrickColor.new("Dark stone grey") |
| 924 | p.Material = Enum.Material.Glacier |
| 925 | p.MaterialVariant = "2022 Stud" |
| 926 | p.Anchored = true |
| 927 | p.Parent = model |
| 928 | end |
| 929 | do |
| 930 | local p = Instance.new("Part") |
| 931 | p.Shape = Enum.PartType.Cylinder |
| 932 | p.Name = "Cac1_Main" |
| 933 | p.Size = Vector3.new(6, 1.2, 1.2) |
| 934 | p.CFrame = CFrame.new(-14, 4.04, -15) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 935 | p.BrickColor = BrickColor.new("Sand green") |
| 936 | p.Material = Enum.Material.Glacier |
| 937 | p.MaterialVariant = "2022 Glue" |
| 938 | p.Anchored = true |
| 939 | p.Parent = model |
| 940 | end |
| 941 | do |
| 942 | local p = Instance.new("Part") |
| 943 | p.Shape = Enum.PartType.Cylinder |
| 944 | p.Name = "Cac1_Arm1_H" |
| 945 | p.Size = Vector3.new(2.23607, 0.72, 0.72) |
| 946 | p.CFrame = CFrame.new(-15, 3.5, -15) * CFrame.Angles(math.rad(-180), math.rad(0), math.rad(-153.435)) |
| 947 | p.BrickColor = BrickColor.new("Sand green") |
| 948 | p.Material = Enum.Material.Glacier |
| 949 | p.MaterialVariant = "2022 Glue" |
| 950 | p.Anchored = true |
| 951 | p.Parent = model |
| 952 | end |
| 953 | do |
| 954 | local p = Instance.new("Part") |
| 955 | p.Shape = Enum.PartType.Cylinder |
| 956 | p.Name = "Cac1_Arm1_V" |
| 957 | p.Size = Vector3.new(2, 0.8, 0.8) |
| 958 | p.CFrame = CFrame.new(-16, 5, -15) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 959 | p.BrickColor = BrickColor.new("Sand green") |
| 960 | p.Material = Enum.Material.Glacier |
| 961 | p.MaterialVariant = "2022 Glue" |
| 962 | p.Anchored = true |
| 963 | p.Parent = model |
| 964 | end |
| 965 | do |
| 966 | local p = Instance.new("Part") |
| 967 | p.Shape = Enum.PartType.Cylinder |
| 968 | p.Name = "Cac1_Arm2_H" |
| 969 | p.Size = Vector3.new(1.80278, 0.76, 0.76) |
| 970 | p.CFrame = CFrame.new(-13.25, 4.5, -15) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(33.6901)) |
| 971 | p.BrickColor = BrickColor.new("Sand green") |
| 972 | p.Material = Enum.Material.Glacier |
| 973 | p.MaterialVariant = "2022 Glue" |
| 974 | p.Anchored = true |
| 975 | p.Parent = model |
| 976 | end |
| 977 | do |
| 978 | local p = Instance.new("Part") |
| 979 | p.Shape = Enum.PartType.Cylinder |
| 980 | p.Name = "Cac1_Arm2_V" |
| 981 | p.Size = Vector3.new(1.5, 0.8, 0.8) |
| 982 | p.CFrame = CFrame.new(-12.5, 5.75, -15) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 983 | p.BrickColor = BrickColor.new("Sand green") |
| 984 | p.Material = Enum.Material.Glacier |
| 985 | p.MaterialVariant = "2022 Glue" |
| 986 | p.Anchored = true |
| 987 | p.Parent = model |
| 988 | end |
| 989 | do |
| 990 | local p = Instance.new("Part") |
| 991 | p.Shape = Enum.PartType.Cylinder |
| 992 | p.Name = "Cac2_Main" |
| 993 | p.Size = Vector3.new(5, 1, 1) |
| 994 | p.CFrame = CFrame.new(18, 3.54, -14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 995 | p.BrickColor = BrickColor.new("Sand green") |
| 996 | p.Material = Enum.Material.Glacier |
| 997 | p.MaterialVariant = "2022 Glue" |
| 998 | p.Anchored = true |
| 999 | p.Parent = model |
| 1000 | end |
| 1001 | do |
| 1002 | local p = Instance.new("Part") |
| 1003 | p.Shape = Enum.PartType.Cylinder |
| 1004 | p.Name = "Cac2_Arm1_H" |
| 1005 | p.Size = Vector3.new(1.80278, 0.66, 0.66) |
| 1006 | p.CFrame = CFrame.new(18.75, 3, -14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(33.6901)) |
| 1007 | p.BrickColor = BrickColor.new("Sand green") |
| 1008 | p.Material = Enum.Material.Glacier |
| 1009 | p.MaterialVariant = "2022 Glue" |
| 1010 | p.Anchored = true |
| 1011 | p.Parent = model |
| 1012 | end |
| 1013 | do |
| 1014 | local p = Instance.new("Part") |
| 1015 | p.Shape = Enum.PartType.Cylinder |
| 1016 | p.Name = "Cac2_Arm1_V" |
| 1017 | p.Size = Vector3.new(1.5, 0.7, 0.7) |
| 1018 | p.CFrame = CFrame.new(19.5, 4.25, -14) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 1019 | p.BrickColor = BrickColor.new("Sand green") |
| 1020 | p.Material = Enum.Material.Glacier |
| 1021 | p.MaterialVariant = "2022 Glue" |
| 1022 | p.Anchored = true |
| 1023 | p.Parent = model |
| 1024 | end |
| 1025 | model.PrimaryPart = model:FindFirstChild("Base") |
| 1026 | print("SheriffOffice built: " .. #model:GetChildren() .. " parts") |
Loading comments...