by nate213121 · 3/9/2026
Roblox Studio Command Bar
Paste this script into the Command Bar to spawn the model
| 1 | local MS = game:GetService("MaterialService") |
| 2 | |
| 3 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 4 | if not ok then return warn(roots) end |
| 5 | |
| 6 | local tmp = Instance.new("Folder") |
| 7 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 8 | |
| 9 | for _, d in ipairs(tmp:GetDescendants()) do |
| 10 | if d:IsA("MaterialVariant") then |
| 11 | d.Parent = MS |
| 12 | end |
| 13 | end |
| 14 | tmp:Destroy() |
| 15 | |
| 16 | local model = Instance.new("Model") |
| 17 | model.Name = "SushiPlatter" |
| 18 | model.Parent = workspace |
| 19 | |
| 20 | local variants = { |
| 21 | ["Bright green"] = "2022 Stud", |
| 22 | ["Bright red"] = "2022 Stud", |
| 23 | ["Bright yellow"] = "2022 Weld", |
| 24 | ["Dusty Rose"] = "2022 Stud", |
| 25 | ["Institutional white"] = "2022 Stud", |
| 26 | ["Nougat"] = "2022 Stud", |
| 27 | ["Really black"] = "2022 Universal", |
| 28 | ["Royal purple"] = "2022 Stud", |
| 29 | } |
| 30 | if next(needed) then |
| 31 | local ok, roots = pcall(game.GetObjects, game, "rbxassetid://13386676607") |
| 32 | if not ok then warn(roots) else |
| 33 | local tmp = Instance.new("Folder") |
| 34 | for _, r in ipairs(roots) do r.Parent = tmp end |
| 35 | for _, d in ipairs(tmp:GetDescendants()) do |
| 36 | if d:IsA("MaterialVariant") and needed[d.Name] then |
| 37 | d.Parent = MS |
| 38 | end |
| 39 | end |
| 40 | tmp:Destroy() |
| 41 | end |
| 42 | end |
| 43 | end |
| 44 | do |
| 45 | local p = Instance.new("Part") |
| 46 | p.Shape = Enum.PartType.Cylinder |
| 47 | p.Name = "PlatterBase" |
| 48 | p.Size = Vector3.new(1, 36, 36) |
| 49 | p.CFrame = CFrame.new(0, 0.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 50 | p.BrickColor = BrickColor.new("Really black") |
| 51 | p.Material = Enum.Material.Glacier |
| 52 | p.MaterialVariant = "2022 Universal" |
| 53 | p.Anchored = true |
| 54 | p.Parent = model |
| 55 | end |
| 56 | do |
| 57 | local p = Instance.new("Part") |
| 58 | p.Shape = Enum.PartType.Cylinder |
| 59 | p.Name = "PlatterRim" |
| 60 | p.Size = Vector3.new(1.5, 37.6, 37.6) |
| 61 | p.CFrame = CFrame.new(0, 0.75, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 62 | p.BrickColor = BrickColor.new("Bright red") |
| 63 | p.Material = Enum.Material.Glacier |
| 64 | p.MaterialVariant = "2022 Stud" |
| 65 | p.Anchored = true |
| 66 | p.Parent = model |
| 67 | end |
| 68 | do |
| 69 | local p = Instance.new("Part") |
| 70 | p.Shape = Enum.PartType.Cylinder |
| 71 | p.Name = "PlatterInside" |
| 72 | p.Size = Vector3.new(0.4, 36, 36) |
| 73 | p.CFrame = CFrame.new(0, 1.34, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 74 | p.BrickColor = BrickColor.new("Really black") |
| 75 | p.Material = Enum.Material.Glacier |
| 76 | p.MaterialVariant = "2022 Universal" |
| 77 | p.Anchored = true |
| 78 | p.Parent = model |
| 79 | end |
| 80 | do |
| 81 | local p = Instance.new("Part") |
| 82 | p.Shape = Enum.PartType.Cylinder |
| 83 | p.Name = "Maki_0_0_Nori" |
| 84 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 85 | p.CFrame = CFrame.new(-8, 1.98, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 86 | p.BrickColor = BrickColor.new("Really black") |
| 87 | p.Material = Enum.Material.Glacier |
| 88 | p.MaterialVariant = "2022 Universal" |
| 89 | p.Anchored = true |
| 90 | p.Parent = model |
| 91 | end |
| 92 | do |
| 93 | local p = Instance.new("Part") |
| 94 | p.Shape = Enum.PartType.Cylinder |
| 95 | p.Name = "Maki_0_0_Rice" |
| 96 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 97 | p.CFrame = CFrame.new(-8, 2.23, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 98 | p.BrickColor = BrickColor.new("Institutional white") |
| 99 | p.Material = Enum.Material.Glacier |
| 100 | p.MaterialVariant = "2022 Stud" |
| 101 | p.Anchored = true |
| 102 | p.Parent = model |
| 103 | end |
| 104 | do |
| 105 | local p = Instance.new("Part") |
| 106 | p.Shape = Enum.PartType.Cylinder |
| 107 | p.Name = "Maki_0_0_Center" |
| 108 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 109 | p.CFrame = CFrame.new(-8, 2.32, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 110 | p.BrickColor = BrickColor.new("Bright red") |
| 111 | p.Material = Enum.Material.Glacier |
| 112 | p.MaterialVariant = "2022 Stud" |
| 113 | p.Anchored = true |
| 114 | p.Parent = model |
| 115 | end |
| 116 | do |
| 117 | local p = Instance.new("Part") |
| 118 | p.Shape = Enum.PartType.Cylinder |
| 119 | p.Name = "Maki_0_1_Nori" |
| 120 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 121 | p.CFrame = CFrame.new(-8, 1.9, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 122 | p.BrickColor = BrickColor.new("Really black") |
| 123 | p.Material = Enum.Material.Glacier |
| 124 | p.MaterialVariant = "2022 Universal" |
| 125 | p.Anchored = true |
| 126 | p.Parent = model |
| 127 | end |
| 128 | do |
| 129 | local p = Instance.new("Part") |
| 130 | p.Shape = Enum.PartType.Cylinder |
| 131 | p.Name = "Maki_0_1_Rice" |
| 132 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 133 | p.CFrame = CFrame.new(-8, 2.19, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 134 | p.BrickColor = BrickColor.new("Institutional white") |
| 135 | p.Material = Enum.Material.Glacier |
| 136 | p.MaterialVariant = "2022 Stud" |
| 137 | p.Anchored = true |
| 138 | p.Parent = model |
| 139 | end |
| 140 | do |
| 141 | local p = Instance.new("Part") |
| 142 | p.Shape = Enum.PartType.Cylinder |
| 143 | p.Name = "Maki_0_1_Center" |
| 144 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 145 | p.CFrame = CFrame.new(-8, 2.28, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 146 | p.BrickColor = BrickColor.new("Bright red") |
| 147 | p.Material = Enum.Material.Glacier |
| 148 | p.MaterialVariant = "2022 Stud" |
| 149 | p.Anchored = true |
| 150 | p.Parent = model |
| 151 | end |
| 152 | do |
| 153 | local p = Instance.new("Part") |
| 154 | p.Shape = Enum.PartType.Cylinder |
| 155 | p.Name = "Maki_1_0_Nori" |
| 156 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 157 | p.CFrame = CFrame.new(-5.8, 1.98, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 158 | p.BrickColor = BrickColor.new("Really black") |
| 159 | p.Material = Enum.Material.Glacier |
| 160 | p.MaterialVariant = "2022 Universal" |
| 161 | p.Anchored = true |
| 162 | p.Parent = model |
| 163 | end |
| 164 | do |
| 165 | local p = Instance.new("Part") |
| 166 | p.Shape = Enum.PartType.Cylinder |
| 167 | p.Name = "Maki_1_0_Rice" |
| 168 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 169 | p.CFrame = CFrame.new(-5.8, 2.23, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 170 | p.BrickColor = BrickColor.new("Institutional white") |
| 171 | p.Material = Enum.Material.Glacier |
| 172 | p.MaterialVariant = "2022 Stud" |
| 173 | p.Anchored = true |
| 174 | p.Parent = model |
| 175 | end |
| 176 | do |
| 177 | local p = Instance.new("Part") |
| 178 | p.Shape = Enum.PartType.Cylinder |
| 179 | p.Name = "Maki_1_0_Center" |
| 180 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 181 | p.CFrame = CFrame.new(-5.8, 2.32, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 182 | p.BrickColor = BrickColor.new("Bright red") |
| 183 | p.Material = Enum.Material.Glacier |
| 184 | p.MaterialVariant = "2022 Stud" |
| 185 | p.Anchored = true |
| 186 | p.Parent = model |
| 187 | end |
| 188 | do |
| 189 | local p = Instance.new("Part") |
| 190 | p.Shape = Enum.PartType.Cylinder |
| 191 | p.Name = "Maki_1_1_Nori" |
| 192 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 193 | p.CFrame = CFrame.new(-5.8, 1.94, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 194 | p.BrickColor = BrickColor.new("Really black") |
| 195 | p.Material = Enum.Material.Glacier |
| 196 | p.MaterialVariant = "2022 Universal" |
| 197 | p.Anchored = true |
| 198 | p.Parent = model |
| 199 | end |
| 200 | do |
| 201 | local p = Instance.new("Part") |
| 202 | p.Shape = Enum.PartType.Cylinder |
| 203 | p.Name = "Maki_1_1_Rice" |
| 204 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 205 | p.CFrame = CFrame.new(-5.8, 2.19, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 206 | p.BrickColor = BrickColor.new("Institutional white") |
| 207 | p.Material = Enum.Material.Glacier |
| 208 | p.MaterialVariant = "2022 Stud" |
| 209 | p.Anchored = true |
| 210 | p.Parent = model |
| 211 | end |
| 212 | do |
| 213 | local p = Instance.new("Part") |
| 214 | p.Shape = Enum.PartType.Cylinder |
| 215 | p.Name = "Maki_1_1_Center" |
| 216 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 217 | p.CFrame = CFrame.new(-5.8, 2.28, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 218 | p.BrickColor = BrickColor.new("Bright red") |
| 219 | p.Material = Enum.Material.Glacier |
| 220 | p.MaterialVariant = "2022 Stud" |
| 221 | p.Anchored = true |
| 222 | p.Parent = model |
| 223 | end |
| 224 | do |
| 225 | local p = Instance.new("Part") |
| 226 | p.Shape = Enum.PartType.Cylinder |
| 227 | p.Name = "Maki_2_0_Nori" |
| 228 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 229 | p.CFrame = CFrame.new(-3.6, 1.98, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 230 | p.BrickColor = BrickColor.new("Really black") |
| 231 | p.Material = Enum.Material.Glacier |
| 232 | p.MaterialVariant = "2022 Universal" |
| 233 | p.Anchored = true |
| 234 | p.Parent = model |
| 235 | end |
| 236 | do |
| 237 | local p = Instance.new("Part") |
| 238 | p.Shape = Enum.PartType.Cylinder |
| 239 | p.Name = "Maki_2_0_Rice" |
| 240 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 241 | p.CFrame = CFrame.new(-3.6, 2.23, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 242 | p.BrickColor = BrickColor.new("Institutional white") |
| 243 | p.Material = Enum.Material.Glacier |
| 244 | p.MaterialVariant = "2022 Stud" |
| 245 | p.Anchored = true |
| 246 | p.Parent = model |
| 247 | end |
| 248 | do |
| 249 | local p = Instance.new("Part") |
| 250 | p.Shape = Enum.PartType.Cylinder |
| 251 | p.Name = "Maki_2_0_Center" |
| 252 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 253 | p.CFrame = CFrame.new(-3.6, 2.32, -12) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 254 | p.BrickColor = BrickColor.new("Bright red") |
| 255 | p.Material = Enum.Material.Glacier |
| 256 | p.MaterialVariant = "2022 Stud" |
| 257 | p.Anchored = true |
| 258 | p.Parent = model |
| 259 | end |
| 260 | do |
| 261 | local p = Instance.new("Part") |
| 262 | p.Shape = Enum.PartType.Cylinder |
| 263 | p.Name = "Maki_2_1_Nori" |
| 264 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 265 | p.CFrame = CFrame.new(-3.6, 1.98, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 266 | p.BrickColor = BrickColor.new("Really black") |
| 267 | p.Material = Enum.Material.Glacier |
| 268 | p.MaterialVariant = "2022 Universal" |
| 269 | p.Anchored = true |
| 270 | p.Parent = model |
| 271 | end |
| 272 | do |
| 273 | local p = Instance.new("Part") |
| 274 | p.Shape = Enum.PartType.Cylinder |
| 275 | p.Name = "Maki_2_1_Rice" |
| 276 | p.Size = Vector3.new(1.3, 1.56, 1.56) |
| 277 | p.CFrame = CFrame.new(-3.6, 2.19, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 278 | p.BrickColor = BrickColor.new("Institutional white") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Stud" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local p = Instance.new("Part") |
| 286 | p.Shape = Enum.PartType.Cylinder |
| 287 | p.Name = "Maki_2_1_Center" |
| 288 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 289 | p.CFrame = CFrame.new(-3.6, 2.32, -9.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 290 | p.BrickColor = BrickColor.new("Bright red") |
| 291 | p.Material = Enum.Material.Glacier |
| 292 | p.MaterialVariant = "2022 Stud" |
| 293 | p.Anchored = true |
| 294 | p.Parent = model |
| 295 | end |
| 296 | do |
| 297 | local p = Instance.new("Part") |
| 298 | p.Shape = Enum.PartType.Cylinder |
| 299 | p.Name = "Maki2_0_0_Nori" |
| 300 | p.Size = Vector3.new(1.2, 1.8, 1.8) |
| 301 | p.CFrame = CFrame.new(-2, 2.06, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 302 | p.BrickColor = BrickColor.new("Really black") |
| 303 | p.Material = Enum.Material.Glacier |
| 304 | p.MaterialVariant = "2022 Universal" |
| 305 | p.Anchored = true |
| 306 | p.Parent = model |
| 307 | end |
| 308 | do |
| 309 | local p = Instance.new("Part") |
| 310 | p.Shape = Enum.PartType.Cylinder |
| 311 | p.Name = "Maki2_0_0_Rice" |
| 312 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 313 | p.CFrame = CFrame.new(-2, 2.23, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 314 | p.BrickColor = BrickColor.new("Institutional white") |
| 315 | p.Material = Enum.Material.Glacier |
| 316 | p.MaterialVariant = "2022 Stud" |
| 317 | p.Anchored = true |
| 318 | p.Parent = model |
| 319 | end |
| 320 | do |
| 321 | local p = Instance.new("Part") |
| 322 | p.Shape = Enum.PartType.Cylinder |
| 323 | p.Name = "Maki2_0_0_Center" |
| 324 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 325 | p.CFrame = CFrame.new(-2, 2.32, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 326 | p.BrickColor = BrickColor.new("Bright red") |
| 327 | p.Material = Enum.Material.Glacier |
| 328 | p.MaterialVariant = "2022 Stud" |
| 329 | p.Anchored = true |
| 330 | p.Parent = model |
| 331 | end |
| 332 | do |
| 333 | local p = Instance.new("Part") |
| 334 | p.Shape = Enum.PartType.Cylinder |
| 335 | p.Name = "Maki2_0_1_Nori" |
| 336 | p.Size = Vector3.new(1.2, 1.84, 1.84) |
| 337 | p.CFrame = CFrame.new(-2, 2.02, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 338 | p.BrickColor = BrickColor.new("Really black") |
| 339 | p.Material = Enum.Material.Glacier |
| 340 | p.MaterialVariant = "2022 Universal" |
| 341 | p.Anchored = true |
| 342 | p.Parent = model |
| 343 | end |
| 344 | do |
| 345 | local p = Instance.new("Part") |
| 346 | p.Shape = Enum.PartType.Cylinder |
| 347 | p.Name = "Maki2_0_1_Rice" |
| 348 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 349 | p.CFrame = CFrame.new(-2, 2.19, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 350 | p.BrickColor = BrickColor.new("Institutional white") |
| 351 | p.Material = Enum.Material.Glacier |
| 352 | p.MaterialVariant = "2022 Stud" |
| 353 | p.Anchored = true |
| 354 | p.Parent = model |
| 355 | end |
| 356 | do |
| 357 | local p = Instance.new("Part") |
| 358 | p.Shape = Enum.PartType.Cylinder |
| 359 | p.Name = "Maki2_0_1_Center" |
| 360 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 361 | p.CFrame = CFrame.new(-2, 2.28, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 362 | p.BrickColor = BrickColor.new("Bright green") |
| 363 | p.Material = Enum.Material.Glacier |
| 364 | p.MaterialVariant = "2022 Stud" |
| 365 | p.Anchored = true |
| 366 | p.Parent = model |
| 367 | end |
| 368 | do |
| 369 | local p = Instance.new("Part") |
| 370 | p.Shape = Enum.PartType.Cylinder |
| 371 | p.Name = "Maki2_1_0_Nori" |
| 372 | p.Size = Vector3.new(1.2, 1.88, 1.88) |
| 373 | p.CFrame = CFrame.new(0.2, 2.06, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 374 | p.BrickColor = BrickColor.new("Really black") |
| 375 | p.Material = Enum.Material.Glacier |
| 376 | p.MaterialVariant = "2022 Universal" |
| 377 | p.Anchored = true |
| 378 | p.Parent = model |
| 379 | end |
| 380 | do |
| 381 | local p = Instance.new("Part") |
| 382 | p.Shape = Enum.PartType.Cylinder |
| 383 | p.Name = "Maki2_1_0_Rice" |
| 384 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 385 | p.CFrame = CFrame.new(0.2, 2.23, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 386 | p.BrickColor = BrickColor.new("Institutional white") |
| 387 | p.Material = Enum.Material.Glacier |
| 388 | p.MaterialVariant = "2022 Stud" |
| 389 | p.Anchored = true |
| 390 | p.Parent = model |
| 391 | end |
| 392 | do |
| 393 | local p = Instance.new("Part") |
| 394 | p.Shape = Enum.PartType.Cylinder |
| 395 | p.Name = "Maki2_1_0_Center" |
| 396 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 397 | p.CFrame = CFrame.new(0.2, 2.32, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 398 | p.BrickColor = BrickColor.new("Bright red") |
| 399 | p.Material = Enum.Material.Glacier |
| 400 | p.MaterialVariant = "2022 Stud" |
| 401 | p.Anchored = true |
| 402 | p.Parent = model |
| 403 | end |
| 404 | do |
| 405 | local p = Instance.new("Part") |
| 406 | p.Shape = Enum.PartType.Cylinder |
| 407 | p.Name = "Maki2_1_1_Nori" |
| 408 | p.Size = Vector3.new(1.2, 1.92, 1.92) |
| 409 | p.CFrame = CFrame.new(0.2, 2.06, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 410 | p.BrickColor = BrickColor.new("Really black") |
| 411 | p.Material = Enum.Material.Glacier |
| 412 | p.MaterialVariant = "2022 Universal" |
| 413 | p.Anchored = true |
| 414 | p.Parent = model |
| 415 | end |
| 416 | do |
| 417 | local p = Instance.new("Part") |
| 418 | p.Shape = Enum.PartType.Cylinder |
| 419 | p.Name = "Maki2_1_1_Rice" |
| 420 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 421 | p.CFrame = CFrame.new(0.2, 2.19, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 422 | p.BrickColor = BrickColor.new("Institutional white") |
| 423 | p.Material = Enum.Material.Glacier |
| 424 | p.MaterialVariant = "2022 Stud" |
| 425 | p.Anchored = true |
| 426 | p.Parent = model |
| 427 | end |
| 428 | do |
| 429 | local p = Instance.new("Part") |
| 430 | p.Shape = Enum.PartType.Cylinder |
| 431 | p.Name = "Maki2_1_1_Center" |
| 432 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 433 | p.CFrame = CFrame.new(0.2, 2.28, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 434 | p.BrickColor = BrickColor.new("Bright green") |
| 435 | p.Material = Enum.Material.Glacier |
| 436 | p.MaterialVariant = "2022 Stud" |
| 437 | p.Anchored = true |
| 438 | p.Parent = model |
| 439 | end |
| 440 | do |
| 441 | local p = Instance.new("Part") |
| 442 | p.Shape = Enum.PartType.Cylinder |
| 443 | p.Name = "Maki2_2_0_Nori" |
| 444 | p.Size = Vector3.new(1.2, 1.96, 1.96) |
| 445 | p.CFrame = CFrame.new(2.4, 2.14, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 446 | p.BrickColor = BrickColor.new("Really black") |
| 447 | p.Material = Enum.Material.Glacier |
| 448 | p.MaterialVariant = "2022 Universal" |
| 449 | p.Anchored = true |
| 450 | p.Parent = model |
| 451 | end |
| 452 | do |
| 453 | local p = Instance.new("Part") |
| 454 | p.Shape = Enum.PartType.Cylinder |
| 455 | p.Name = "Maki2_2_0_Rice" |
| 456 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 457 | p.CFrame = CFrame.new(2.4, 2.23, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 458 | p.BrickColor = BrickColor.new("Institutional white") |
| 459 | p.Material = Enum.Material.Glacier |
| 460 | p.MaterialVariant = "2022 Stud" |
| 461 | p.Anchored = true |
| 462 | p.Parent = model |
| 463 | end |
| 464 | do |
| 465 | local p = Instance.new("Part") |
| 466 | p.Shape = Enum.PartType.Cylinder |
| 467 | p.Name = "Maki2_2_0_Center" |
| 468 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 469 | p.CFrame = CFrame.new(2.4, 2.32, -10) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 470 | p.BrickColor = BrickColor.new("Bright red") |
| 471 | p.Material = Enum.Material.Glacier |
| 472 | p.MaterialVariant = "2022 Stud" |
| 473 | p.Anchored = true |
| 474 | p.Parent = model |
| 475 | end |
| 476 | do |
| 477 | local p = Instance.new("Part") |
| 478 | p.Shape = Enum.PartType.Cylinder |
| 479 | p.Name = "Maki2_2_1_Nori" |
| 480 | p.Size = Vector3.new(1.2, 2, 2) |
| 481 | p.CFrame = CFrame.new(2.4, 2.1, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 482 | p.BrickColor = BrickColor.new("Really black") |
| 483 | p.Material = Enum.Material.Glacier |
| 484 | p.MaterialVariant = "2022 Universal" |
| 485 | p.Anchored = true |
| 486 | p.Parent = model |
| 487 | end |
| 488 | do |
| 489 | local p = Instance.new("Part") |
| 490 | p.Shape = Enum.PartType.Cylinder |
| 491 | p.Name = "Maki2_2_1_Rice" |
| 492 | p.Size = Vector3.new(1.3, 1.6, 1.6) |
| 493 | p.CFrame = CFrame.new(2.4, 2.19, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 494 | p.BrickColor = BrickColor.new("Institutional white") |
| 495 | p.Material = Enum.Material.Glacier |
| 496 | p.MaterialVariant = "2022 Stud" |
| 497 | p.Anchored = true |
| 498 | p.Parent = model |
| 499 | end |
| 500 | do |
| 501 | local p = Instance.new("Part") |
| 502 | p.Shape = Enum.PartType.Cylinder |
| 503 | p.Name = "Maki2_2_1_Center" |
| 504 | p.Size = Vector3.new(1.4, 0.8, 0.8) |
| 505 | p.CFrame = CFrame.new(2.4, 2.28, -7.8) * CFrame.Angles(math.rad(0), math.rad(15), math.rad(90)) |
| 506 | p.BrickColor = BrickColor.new("Bright green") |
| 507 | p.Material = Enum.Material.Glacier |
| 508 | p.MaterialVariant = "2022 Stud" |
| 509 | p.Anchored = true |
| 510 | p.Parent = model |
| 511 | end |
| 512 | do |
| 513 | local p = Instance.new("Part") |
| 514 | p.Name = "Tuna_0_Rice" |
| 515 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 516 | p.CFrame = CFrame.new(-12, 2.3, -2) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 517 | p.BrickColor = BrickColor.new("Institutional white") |
| 518 | p.Material = Enum.Material.Glacier |
| 519 | p.MaterialVariant = "2022 Stud" |
| 520 | p.Anchored = true |
| 521 | p.Parent = model |
| 522 | end |
| 523 | do |
| 524 | local p = Instance.new("Part") |
| 525 | p.Name = "Tuna_0_Topping" |
| 526 | p.Size = Vector3.new(2, 0.6, 4) |
| 527 | p.CFrame = CFrame.new(-12, 3, -2) * CFrame.Angles(math.rad(-5), math.rad(-30), math.rad(0)) |
| 528 | p.BrickColor = BrickColor.new("Bright red") |
| 529 | p.Material = Enum.Material.Glacier |
| 530 | p.MaterialVariant = "2022 Stud" |
| 531 | p.Anchored = true |
| 532 | p.Parent = model |
| 533 | end |
| 534 | do |
| 535 | local p = Instance.new("Part") |
| 536 | p.Name = "Tuna_1_Rice" |
| 537 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 538 | p.CFrame = CFrame.new(-9.5, 2.26, -0.5) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 539 | p.BrickColor = BrickColor.new("Institutional white") |
| 540 | p.Material = Enum.Material.Glacier |
| 541 | p.MaterialVariant = "2022 Stud" |
| 542 | p.Anchored = true |
| 543 | p.Parent = model |
| 544 | end |
| 545 | do |
| 546 | local p = Instance.new("Part") |
| 547 | p.Name = "Tuna_1_Topping" |
| 548 | p.Size = Vector3.new(2, 0.6, 4) |
| 549 | p.CFrame = CFrame.new(-9.5, 3, -0.5) * CFrame.Angles(math.rad(-5), math.rad(-30), math.rad(0)) |
| 550 | p.BrickColor = BrickColor.new("Bright red") |
| 551 | p.Material = Enum.Material.Glacier |
| 552 | p.MaterialVariant = "2022 Stud" |
| 553 | p.Anchored = true |
| 554 | p.Parent = model |
| 555 | end |
| 556 | do |
| 557 | local p = Instance.new("Part") |
| 558 | p.Name = "Tuna_2_Rice" |
| 559 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 560 | p.CFrame = CFrame.new(-7, 2.22, 1) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)) |
| 561 | p.BrickColor = BrickColor.new("Institutional white") |
| 562 | p.Material = Enum.Material.Glacier |
| 563 | p.MaterialVariant = "2022 Stud" |
| 564 | p.Anchored = true |
| 565 | p.Parent = model |
| 566 | end |
| 567 | do |
| 568 | local p = Instance.new("Part") |
| 569 | p.Name = "Tuna_2_Topping" |
| 570 | p.Size = Vector3.new(2, 0.6, 4) |
| 571 | p.CFrame = CFrame.new(-7, 3, 1) * CFrame.Angles(math.rad(-5), math.rad(-30), math.rad(0)) |
| 572 | p.BrickColor = BrickColor.new("Bright red") |
| 573 | p.Material = Enum.Material.Glacier |
| 574 | p.MaterialVariant = "2022 Stud" |
| 575 | p.Anchored = true |
| 576 | p.Parent = model |
| 577 | end |
| 578 | do |
| 579 | local p = Instance.new("Part") |
| 580 | p.Name = "WhiteFish_0_Rice" |
| 581 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 582 | p.CFrame = CFrame.new(-10, 2.18, 4) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 583 | p.BrickColor = BrickColor.new("Institutional white") |
| 584 | p.Material = Enum.Material.Glacier |
| 585 | p.MaterialVariant = "2022 Stud" |
| 586 | p.Anchored = true |
| 587 | p.Parent = model |
| 588 | end |
| 589 | do |
| 590 | local p = Instance.new("Part") |
| 591 | p.Name = "WhiteFish_0_Topping" |
| 592 | p.Size = Vector3.new(2, 0.6, 4) |
| 593 | p.CFrame = CFrame.new(-10, 3, 4) * CFrame.Angles(math.rad(-5), math.rad(-20), math.rad(0)) |
| 594 | p.BrickColor = BrickColor.new("Nougat") |
| 595 | p.Material = Enum.Material.Glacier |
| 596 | p.MaterialVariant = "2022 Stud" |
| 597 | p.Anchored = true |
| 598 | p.Parent = model |
| 599 | end |
| 600 | do |
| 601 | local p = Instance.new("Part") |
| 602 | p.Name = "WhiteFish_1_Rice" |
| 603 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 604 | p.CFrame = CFrame.new(-7.5, 2.14, 5) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 605 | p.BrickColor = BrickColor.new("Institutional white") |
| 606 | p.Material = Enum.Material.Glacier |
| 607 | p.MaterialVariant = "2022 Stud" |
| 608 | p.Anchored = true |
| 609 | p.Parent = model |
| 610 | end |
| 611 | do |
| 612 | local p = Instance.new("Part") |
| 613 | p.Name = "WhiteFish_1_Topping" |
| 614 | p.Size = Vector3.new(2, 0.6, 4) |
| 615 | p.CFrame = CFrame.new(-7.5, 3, 5) * CFrame.Angles(math.rad(-5), math.rad(-20), math.rad(0)) |
| 616 | p.BrickColor = BrickColor.new("Nougat") |
| 617 | p.Material = Enum.Material.Glacier |
| 618 | p.MaterialVariant = "2022 Stud" |
| 619 | p.Anchored = true |
| 620 | p.Parent = model |
| 621 | end |
| 622 | do |
| 623 | local p = Instance.new("Part") |
| 624 | p.Name = "WhiteFish_2_Rice" |
| 625 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 626 | p.CFrame = CFrame.new(-5, 2.1, 6) * CFrame.Angles(math.rad(0), math.rad(-20), math.rad(0)) |
| 627 | p.BrickColor = BrickColor.new("Institutional white") |
| 628 | p.Material = Enum.Material.Glacier |
| 629 | p.MaterialVariant = "2022 Stud" |
| 630 | p.Anchored = true |
| 631 | p.Parent = model |
| 632 | end |
| 633 | do |
| 634 | local p = Instance.new("Part") |
| 635 | p.Name = "WhiteFish_2_Topping" |
| 636 | p.Size = Vector3.new(2, 0.6, 4) |
| 637 | p.CFrame = CFrame.new(-5, 3, 6) * CFrame.Angles(math.rad(-5), math.rad(-20), math.rad(0)) |
| 638 | p.BrickColor = BrickColor.new("Nougat") |
| 639 | p.Material = Enum.Material.Glacier |
| 640 | p.MaterialVariant = "2022 Stud" |
| 641 | p.Anchored = true |
| 642 | p.Parent = model |
| 643 | end |
| 644 | do |
| 645 | local p = Instance.new("Part") |
| 646 | p.Name = "Salmon_0_Rice" |
| 647 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 648 | p.CFrame = CFrame.new(-8, 2.1, 9) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 649 | p.BrickColor = BrickColor.new("Institutional white") |
| 650 | p.Material = Enum.Material.Glacier |
| 651 | p.MaterialVariant = "2022 Stud" |
| 652 | p.Anchored = true |
| 653 | p.Parent = model |
| 654 | end |
| 655 | do |
| 656 | local p = Instance.new("Part") |
| 657 | p.Name = "Salmon_0_Topping" |
| 658 | p.Size = Vector3.new(2, 0.6, 4) |
| 659 | p.CFrame = CFrame.new(-8, 3, 9) * CFrame.Angles(math.rad(-5), math.rad(-10), math.rad(0)) |
| 660 | p.BrickColor = BrickColor.new("Bright yellow") |
| 661 | p.Material = Enum.Material.Glacier |
| 662 | p.MaterialVariant = "2022 Weld" |
| 663 | p.Anchored = true |
| 664 | p.Parent = model |
| 665 | end |
| 666 | do |
| 667 | local p = Instance.new("Part") |
| 668 | p.Name = "Salmon_1_Rice" |
| 669 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 670 | p.CFrame = CFrame.new(-5.5, 1.94, 10) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(0)) |
| 671 | p.BrickColor = BrickColor.new("Institutional white") |
| 672 | p.Material = Enum.Material.Glacier |
| 673 | p.MaterialVariant = "2022 Stud" |
| 674 | p.Anchored = true |
| 675 | p.Parent = model |
| 676 | end |
| 677 | do |
| 678 | local p = Instance.new("Part") |
| 679 | p.Name = "Salmon_1_Topping" |
| 680 | p.Size = Vector3.new(2, 0.6, 4) |
| 681 | p.CFrame = CFrame.new(-5.5, 3, 10) * CFrame.Angles(math.rad(-5), math.rad(-10), math.rad(0)) |
| 682 | p.BrickColor = BrickColor.new("Bright yellow") |
| 683 | p.Material = Enum.Material.Glacier |
| 684 | p.MaterialVariant = "2022 Weld" |
| 685 | p.Anchored = true |
| 686 | p.Parent = model |
| 687 | end |
| 688 | do |
| 689 | local p = Instance.new("Part") |
| 690 | p.Name = "Shrimp_0_Rice" |
| 691 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 692 | p.CFrame = CFrame.new(-4, 2.18, -2) * CFrame.Angles(math.rad(0), math.rad(-40), math.rad(0)) |
| 693 | p.BrickColor = BrickColor.new("Institutional white") |
| 694 | p.Material = Enum.Material.Glacier |
| 695 | p.MaterialVariant = "2022 Stud" |
| 696 | p.Anchored = true |
| 697 | p.Parent = model |
| 698 | end |
| 699 | do |
| 700 | local p = Instance.new("Part") |
| 701 | p.Name = "Shrimp_0_Topping" |
| 702 | p.Size = Vector3.new(2, 0.6, 4) |
| 703 | p.CFrame = CFrame.new(-4, 3, -2) * CFrame.Angles(math.rad(-5), math.rad(-40), math.rad(0)) |
| 704 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 705 | p.Material = Enum.Material.Glacier |
| 706 | p.MaterialVariant = "2022 Stud" |
| 707 | p.Anchored = true |
| 708 | p.Parent = model |
| 709 | end |
| 710 | do |
| 711 | local p = Instance.new("Part") |
| 712 | p.Name = "ShrimpTail_0" |
| 713 | p.Size = Vector3.new(1, 0.5, 1.5) |
| 714 | p.CFrame = CFrame.new(-2.5, 3, -0.5) * CFrame.Angles(math.rad(20), math.rad(-40), math.rad(0)) |
| 715 | p.BrickColor = BrickColor.new("Bright red") |
| 716 | p.Material = Enum.Material.Glacier |
| 717 | p.MaterialVariant = "2022 Stud" |
| 718 | p.Anchored = true |
| 719 | p.Parent = model |
| 720 | end |
| 721 | do |
| 722 | local p = Instance.new("Part") |
| 723 | p.Name = "Shrimp_1_Rice" |
| 724 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 725 | p.CFrame = CFrame.new(-1.5, 2.14, -0.5) * CFrame.Angles(math.rad(0), math.rad(-40), math.rad(0)) |
| 726 | p.BrickColor = BrickColor.new("Institutional white") |
| 727 | p.Material = Enum.Material.Glacier |
| 728 | p.MaterialVariant = "2022 Stud" |
| 729 | p.Anchored = true |
| 730 | p.Parent = model |
| 731 | end |
| 732 | do |
| 733 | local p = Instance.new("Part") |
| 734 | p.Name = "Shrimp_1_Topping" |
| 735 | p.Size = Vector3.new(2, 0.6, 4) |
| 736 | p.CFrame = CFrame.new(-1.5, 3, -0.5) * CFrame.Angles(math.rad(-5), math.rad(-40), math.rad(0)) |
| 737 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 738 | p.Material = Enum.Material.Glacier |
| 739 | p.MaterialVariant = "2022 Stud" |
| 740 | p.Anchored = true |
| 741 | p.Parent = model |
| 742 | end |
| 743 | do |
| 744 | local p = Instance.new("Part") |
| 745 | p.Name = "ShrimpTail_1" |
| 746 | p.Size = Vector3.new(1, 0.5, 1.5) |
| 747 | p.CFrame = CFrame.new(0, 3, 1) * CFrame.Angles(math.rad(20), math.rad(-40), math.rad(0)) |
| 748 | p.BrickColor = BrickColor.new("Bright red") |
| 749 | p.Material = Enum.Material.Glacier |
| 750 | p.MaterialVariant = "2022 Stud" |
| 751 | p.Anchored = true |
| 752 | p.Parent = model |
| 753 | end |
| 754 | do |
| 755 | local p = Instance.new("Part") |
| 756 | p.Name = "Shrimp_2_Rice" |
| 757 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 758 | p.CFrame = CFrame.new(1, 2.1, 1) * CFrame.Angles(math.rad(0), math.rad(-40), math.rad(0)) |
| 759 | p.BrickColor = BrickColor.new("Institutional white") |
| 760 | p.Material = Enum.Material.Glacier |
| 761 | p.MaterialVariant = "2022 Stud" |
| 762 | p.Anchored = true |
| 763 | p.Parent = model |
| 764 | end |
| 765 | do |
| 766 | local p = Instance.new("Part") |
| 767 | p.Name = "Shrimp_2_Topping" |
| 768 | p.Size = Vector3.new(2, 0.6, 4) |
| 769 | p.CFrame = CFrame.new(1, 3, 1) * CFrame.Angles(math.rad(-5), math.rad(-40), math.rad(0)) |
| 770 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 771 | p.Material = Enum.Material.Glacier |
| 772 | p.MaterialVariant = "2022 Stud" |
| 773 | p.Anchored = true |
| 774 | p.Parent = model |
| 775 | end |
| 776 | do |
| 777 | local p = Instance.new("Part") |
| 778 | p.Name = "ShrimpTail_2" |
| 779 | p.Size = Vector3.new(1, 0.5, 1.5) |
| 780 | p.CFrame = CFrame.new(2.5, 3, 2.5) * CFrame.Angles(math.rad(20), math.rad(-40), math.rad(0)) |
| 781 | p.BrickColor = BrickColor.new("Bright red") |
| 782 | p.Material = Enum.Material.Glacier |
| 783 | p.MaterialVariant = "2022 Stud" |
| 784 | p.Anchored = true |
| 785 | p.Parent = model |
| 786 | end |
| 787 | do |
| 788 | local p = Instance.new("Part") |
| 789 | p.Name = "Octo_0_Rice" |
| 790 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 791 | p.CFrame = CFrame.new(8, 2.1, 2) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 792 | p.BrickColor = BrickColor.new("Institutional white") |
| 793 | p.Material = Enum.Material.Glacier |
| 794 | p.MaterialVariant = "2022 Stud" |
| 795 | p.Anchored = true |
| 796 | p.Parent = model |
| 797 | end |
| 798 | do |
| 799 | local p = Instance.new("Part") |
| 800 | p.Name = "Octo_0_Topping" |
| 801 | p.Size = Vector3.new(2, 0.6, 4) |
| 802 | p.CFrame = CFrame.new(8, 3, 2) * CFrame.Angles(math.rad(-5), math.rad(30), math.rad(0)) |
| 803 | p.BrickColor = BrickColor.new("Institutional white") |
| 804 | p.Material = Enum.Material.Glacier |
| 805 | p.MaterialVariant = "2022 Stud" |
| 806 | p.Anchored = true |
| 807 | p.Parent = model |
| 808 | end |
| 809 | do |
| 810 | local p = Instance.new("Part") |
| 811 | p.Name = "OctoEdge_0" |
| 812 | p.Size = Vector3.new(0.4, 0.6, 4) |
| 813 | p.CFrame = CFrame.new(8.8, 3.3, 2) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 814 | p.BrickColor = BrickColor.new("Royal purple") |
| 815 | p.Material = Enum.Material.Glacier |
| 816 | p.MaterialVariant = "2022 Stud" |
| 817 | p.Anchored = true |
| 818 | p.Parent = model |
| 819 | end |
| 820 | do |
| 821 | local p = Instance.new("Part") |
| 822 | p.Name = "Octo_1_Rice" |
| 823 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 824 | p.CFrame = CFrame.new(10.5, 2.14, 3.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 825 | p.BrickColor = BrickColor.new("Institutional white") |
| 826 | p.Material = Enum.Material.Glacier |
| 827 | p.MaterialVariant = "2022 Stud" |
| 828 | p.Anchored = true |
| 829 | p.Parent = model |
| 830 | end |
| 831 | do |
| 832 | local p = Instance.new("Part") |
| 833 | p.Name = "Octo_1_Topping" |
| 834 | p.Size = Vector3.new(2, 0.6, 4) |
| 835 | p.CFrame = CFrame.new(10.5, 3, 3.5) * CFrame.Angles(math.rad(-5), math.rad(30), math.rad(0)) |
| 836 | p.BrickColor = BrickColor.new("Institutional white") |
| 837 | p.Material = Enum.Material.Glacier |
| 838 | p.MaterialVariant = "2022 Stud" |
| 839 | p.Anchored = true |
| 840 | p.Parent = model |
| 841 | end |
| 842 | do |
| 843 | local p = Instance.new("Part") |
| 844 | p.Name = "OctoEdge_1" |
| 845 | p.Size = Vector3.new(0.4, 0.6, 4) |
| 846 | p.CFrame = CFrame.new(11.3, 3.3, 3.5) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)) |
| 847 | p.BrickColor = BrickColor.new("Royal purple") |
| 848 | p.Material = Enum.Material.Glacier |
| 849 | p.MaterialVariant = "2022 Stud" |
| 850 | p.Anchored = true |
| 851 | p.Parent = model |
| 852 | end |
| 853 | do |
| 854 | local p = Instance.new("Part") |
| 855 | p.Name = "Clam_0_Rice" |
| 856 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 857 | p.CFrame = CFrame.new(6, 2.14, -6) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)) |
| 858 | p.BrickColor = BrickColor.new("Institutional white") |
| 859 | p.Material = Enum.Material.Glacier |
| 860 | p.MaterialVariant = "2022 Stud" |
| 861 | p.Anchored = true |
| 862 | p.Parent = model |
| 863 | end |
| 864 | do |
| 865 | local p = Instance.new("Part") |
| 866 | p.Name = "Clam_0_Topping" |
| 867 | p.Size = Vector3.new(2, 0.6, 4) |
| 868 | p.CFrame = CFrame.new(6, 3, -6) * CFrame.Angles(math.rad(-5), math.rad(40), math.rad(0)) |
| 869 | p.BrickColor = BrickColor.new("Institutional white") |
| 870 | p.Material = Enum.Material.Glacier |
| 871 | p.MaterialVariant = "2022 Stud" |
| 872 | p.Anchored = true |
| 873 | p.Parent = model |
| 874 | end |
| 875 | do |
| 876 | local p = Instance.new("Part") |
| 877 | p.Name = "ClamRed_0" |
| 878 | p.Size = Vector3.new(2, 0.4, 2) |
| 879 | p.CFrame = CFrame.new(5.5, 3.44, -6.5) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)) |
| 880 | p.BrickColor = BrickColor.new("Bright red") |
| 881 | p.Material = Enum.Material.Glacier |
| 882 | p.MaterialVariant = "2022 Stud" |
| 883 | p.Anchored = true |
| 884 | p.Parent = model |
| 885 | end |
| 886 | do |
| 887 | local p = Instance.new("Part") |
| 888 | p.Name = "Clam_1_Rice" |
| 889 | p.Size = Vector3.new(1.8, 1.2, 3.5) |
| 890 | p.CFrame = CFrame.new(8.5, 2.1, -4.5) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)) |
| 891 | p.BrickColor = BrickColor.new("Institutional white") |
| 892 | p.Material = Enum.Material.Glacier |
| 893 | p.MaterialVariant = "2022 Stud" |
| 894 | p.Anchored = true |
| 895 | p.Parent = model |
| 896 | end |
| 897 | do |
| 898 | local p = Instance.new("Part") |
| 899 | p.Name = "Clam_1_Topping" |
| 900 | p.Size = Vector3.new(2, 0.6, 4) |
| 901 | p.CFrame = CFrame.new(8.5, 3, -4.5) * CFrame.Angles(math.rad(-5), math.rad(40), math.rad(0)) |
| 902 | p.BrickColor = BrickColor.new("Institutional white") |
| 903 | p.Material = Enum.Material.Glacier |
| 904 | p.MaterialVariant = "2022 Stud" |
| 905 | p.Anchored = true |
| 906 | p.Parent = model |
| 907 | end |
| 908 | do |
| 909 | local p = Instance.new("Part") |
| 910 | p.Name = "ClamRed_1" |
| 911 | p.Size = Vector3.new(2, 0.4, 2) |
| 912 | p.CFrame = CFrame.new(8, 3.4, -5) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)) |
| 913 | p.BrickColor = BrickColor.new("Bright red") |
| 914 | p.Material = Enum.Material.Glacier |
| 915 | p.MaterialVariant = "2022 Stud" |
| 916 | p.Anchored = true |
| 917 | p.Parent = model |
| 918 | end |
| 919 | do |
| 920 | local p = Instance.new("Part") |
| 921 | p.Name = "Tamago_0" |
| 922 | p.Size = Vector3.new(2.5, 2, 4) |
| 923 | p.CFrame = CFrame.new(8, 2.54, 8) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 924 | p.BrickColor = BrickColor.new("Bright yellow") |
| 925 | p.Material = Enum.Material.Glacier |
| 926 | p.MaterialVariant = "2022 Weld" |
| 927 | p.Anchored = true |
| 928 | p.Parent = model |
| 929 | end |
| 930 | do |
| 931 | local p = Instance.new("Part") |
| 932 | p.Name = "TamagoBand_0" |
| 933 | p.Size = Vector3.new(2.6, 2.1, 0.5) |
| 934 | p.CFrame = CFrame.new(8, 2.42, 8) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 935 | p.BrickColor = BrickColor.new("Really black") |
| 936 | p.Material = Enum.Material.Glacier |
| 937 | p.MaterialVariant = "2022 Universal" |
| 938 | p.Anchored = true |
| 939 | p.Parent = model |
| 940 | end |
| 941 | do |
| 942 | local p = Instance.new("Part") |
| 943 | p.Name = "Tamago_1" |
| 944 | p.Size = Vector3.new(2.5, 2, 4) |
| 945 | p.CFrame = CFrame.new(11, 2.5, 7) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 946 | p.BrickColor = BrickColor.new("Bright yellow") |
| 947 | p.Material = Enum.Material.Glacier |
| 948 | p.MaterialVariant = "2022 Weld" |
| 949 | p.Anchored = true |
| 950 | p.Parent = model |
| 951 | end |
| 952 | do |
| 953 | local p = Instance.new("Part") |
| 954 | p.Name = "TamagoBand_1" |
| 955 | p.Size = Vector3.new(2.6, 2.1, 0.5) |
| 956 | p.CFrame = CFrame.new(11, 2.42, 7) * CFrame.Angles(math.rad(0), math.rad(45), math.rad(0)) |
| 957 | p.BrickColor = BrickColor.new("Really black") |
| 958 | p.Material = Enum.Material.Glacier |
| 959 | p.MaterialVariant = "2022 Universal" |
| 960 | p.Anchored = true |
| 961 | p.Parent = model |
| 962 | end |
| 963 | do |
| 964 | local p = Instance.new("Part") |
| 965 | p.Shape = Enum.PartType.Cylinder |
| 966 | p.Name = "Ikura_0_Nori" |
| 967 | p.Size = Vector3.new(2, 2.71, 2.71) |
| 968 | p.CFrame = CFrame.new(0, 2.46, 12) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(90)) |
| 969 | p.BrickColor = BrickColor.new("Really black") |
| 970 | p.Material = Enum.Material.Glacier |
| 971 | p.MaterialVariant = "2022 Universal" |
| 972 | p.Anchored = true |
| 973 | p.Parent = model |
| 974 | end |
| 975 | do |
| 976 | local p = Instance.new("Part") |
| 977 | p.Shape = Enum.PartType.Cylinder |
| 978 | p.Name = "Ikura_0_Rice" |
| 979 | p.Size = Vector3.new(1.6, 2.31, 2.31) |
| 980 | p.CFrame = CFrame.new(0, 2.18, 12) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(90)) |
| 981 | p.BrickColor = BrickColor.new("Institutional white") |
| 982 | p.Material = Enum.Material.Glacier |
| 983 | p.MaterialVariant = "2022 Stud" |
| 984 | p.Anchored = true |
| 985 | p.Parent = model |
| 986 | end |
| 987 | do |
| 988 | local p = Instance.new("Part") |
| 989 | p.Shape = Enum.PartType.Cylinder |
| 990 | p.Name = "Ikura_0_Topping" |
| 991 | p.Size = Vector3.new(0.6, 2.15, 2.15) |
| 992 | p.CFrame = CFrame.new(0, 3.3, 12) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(90)) |
| 993 | p.BrickColor = BrickColor.new("Bright red") |
| 994 | p.Material = Enum.Material.Glacier |
| 995 | p.MaterialVariant = "2022 Stud" |
| 996 | p.Anchored = true |
| 997 | p.Parent = model |
| 998 | end |
| 999 | do |
| 1000 | local p = Instance.new("Part") |
| 1001 | p.Shape = Enum.PartType.Cylinder |
| 1002 | p.Name = "Ikura_1_Nori" |
| 1003 | p.Size = Vector3.new(2, 2.75, 2.75) |
| 1004 | p.CFrame = CFrame.new(2.5, 2.5, 12) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(90)) |
| 1005 | p.BrickColor = BrickColor.new("Really black") |
| 1006 | p.Material = Enum.Material.Glacier |
| 1007 | p.MaterialVariant = "2022 Universal" |
| 1008 | p.Anchored = true |
| 1009 | p.Parent = model |
| 1010 | end |
| 1011 | do |
| 1012 | local p = Instance.new("Part") |
| 1013 | p.Shape = Enum.PartType.Cylinder |
| 1014 | p.Name = "Ikura_1_Rice" |
| 1015 | p.Size = Vector3.new(1.6, 2.35, 2.35) |
| 1016 | p.CFrame = CFrame.new(2.5, 2.22, 12) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(90)) |
| 1017 | p.BrickColor = BrickColor.new("Institutional white") |
| 1018 | p.Material = Enum.Material.Glacier |
| 1019 | p.MaterialVariant = "2022 Stud" |
| 1020 | p.Anchored = true |
| 1021 | p.Parent = model |
| 1022 | end |
| 1023 | do |
| 1024 | local p = Instance.new("Part") |
| 1025 | p.Shape = Enum.PartType.Cylinder |
| 1026 | p.Name = "Ikura_1_Topping" |
| 1027 | p.Size = Vector3.new(0.6, 2.15, 2.15) |
| 1028 | p.CFrame = CFrame.new(2.5, 3.3, 12) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(90)) |
| 1029 | p.BrickColor = BrickColor.new("Bright red") |
| 1030 | p.Material = Enum.Material.Glacier |
| 1031 | p.MaterialVariant = "2022 Stud" |
| 1032 | p.Anchored = true |
| 1033 | p.Parent = model |
| 1034 | end |
| 1035 | do |
| 1036 | local p = Instance.new("Part") |
| 1037 | p.Shape = Enum.PartType.Cylinder |
| 1038 | p.Name = "Negitoro_0_Nori" |
| 1039 | p.Size = Vector3.new(2, 2.71, 2.71) |
| 1040 | p.CFrame = CFrame.new(-5, 2.46, 13) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(90)) |
| 1041 | p.BrickColor = BrickColor.new("Really black") |
| 1042 | p.Material = Enum.Material.Glacier |
| 1043 | p.MaterialVariant = "2022 Universal" |
| 1044 | p.Anchored = true |
| 1045 | p.Parent = model |
| 1046 | end |
| 1047 | do |
| 1048 | local p = Instance.new("Part") |
| 1049 | p.Shape = Enum.PartType.Cylinder |
| 1050 | p.Name = "Negitoro_0_Rice" |
| 1051 | p.Size = Vector3.new(1.6, 2.31, 2.31) |
| 1052 | p.CFrame = CFrame.new(-5, 2.18, 13) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(90)) |
| 1053 | p.BrickColor = BrickColor.new("Institutional white") |
| 1054 | p.Material = Enum.Material.Glacier |
| 1055 | p.MaterialVariant = "2022 Stud" |
| 1056 | p.Anchored = true |
| 1057 | p.Parent = model |
| 1058 | end |
| 1059 | do |
| 1060 | local p = Instance.new("Part") |
| 1061 | p.Shape = Enum.PartType.Cylinder |
| 1062 | p.Name = "Negitoro_0_Topping" |
| 1063 | p.Size = Vector3.new(0.6, 2.15, 2.15) |
| 1064 | p.CFrame = CFrame.new(-5, 3.3, 13) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(90)) |
| 1065 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1066 | p.Material = Enum.Material.Glacier |
| 1067 | p.MaterialVariant = "2022 Stud" |
| 1068 | p.Anchored = true |
| 1069 | p.Parent = model |
| 1070 | end |
| 1071 | do |
| 1072 | local p = Instance.new("Part") |
| 1073 | p.Shape = Enum.PartType.Cylinder |
| 1074 | p.Name = "Negitoro_1_Nori" |
| 1075 | p.Size = Vector3.new(2, 2.75, 2.75) |
| 1076 | p.CFrame = CFrame.new(-2.5, 2.5, 13) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(90)) |
| 1077 | p.BrickColor = BrickColor.new("Really black") |
| 1078 | p.Material = Enum.Material.Glacier |
| 1079 | p.MaterialVariant = "2022 Universal" |
| 1080 | p.Anchored = true |
| 1081 | p.Parent = model |
| 1082 | end |
| 1083 | do |
| 1084 | local p = Instance.new("Part") |
| 1085 | p.Shape = Enum.PartType.Cylinder |
| 1086 | p.Name = "Negitoro_1_Rice" |
| 1087 | p.Size = Vector3.new(1.6, 2.35, 2.35) |
| 1088 | p.CFrame = CFrame.new(-2.5, 2.22, 13) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(90)) |
| 1089 | p.BrickColor = BrickColor.new("Institutional white") |
| 1090 | p.Material = Enum.Material.Glacier |
| 1091 | p.MaterialVariant = "2022 Stud" |
| 1092 | p.Anchored = true |
| 1093 | p.Parent = model |
| 1094 | end |
| 1095 | do |
| 1096 | local p = Instance.new("Part") |
| 1097 | p.Shape = Enum.PartType.Cylinder |
| 1098 | p.Name = "Negitoro_1_Topping" |
| 1099 | p.Size = Vector3.new(0.6, 2.15, 2.15) |
| 1100 | p.CFrame = CFrame.new(-2.5, 3.3, 13) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(90)) |
| 1101 | p.BrickColor = BrickColor.new("Dusty Rose") |
| 1102 | p.Material = Enum.Material.Glacier |
| 1103 | p.MaterialVariant = "2022 Stud" |
| 1104 | p.Anchored = true |
| 1105 | p.Parent = model |
| 1106 | end |
| 1107 | do |
| 1108 | local p = Instance.new("Part") |
| 1109 | p.Name = "Garnish_1" |
| 1110 | p.Size = Vector3.new(0.2, 2, 4) |
| 1111 | p.CFrame = CFrame.new(2, 2.5, -8) * CFrame.Angles(math.rad(20), math.rad(45), math.rad(0)) |
| 1112 | p.BrickColor = BrickColor.new("Bright green") |
| 1113 | p.Material = Enum.Material.Glacier |
| 1114 | p.MaterialVariant = "2022 Stud" |
| 1115 | p.Anchored = true |
| 1116 | p.Parent = model |
| 1117 | end |
| 1118 | do |
| 1119 | local p = Instance.new("Part") |
| 1120 | p.Name = "Garnish_2" |
| 1121 | p.Size = Vector3.new(0.2, 2, 3) |
| 1122 | p.CFrame = CFrame.new(-6, 2.5, 10) * CFrame.Angles(math.rad(15), math.rad(-30), math.rad(0)) |
| 1123 | p.BrickColor = BrickColor.new("Bright green") |
| 1124 | p.Material = Enum.Material.Glacier |
| 1125 | p.MaterialVariant = "2022 Stud" |
| 1126 | p.Anchored = true |
| 1127 | p.Parent = model |
| 1128 | end |
| 1129 | model.PrimaryPart = model:FindFirstChild("PlatterBase") |
| 1130 | print("SushiPlatter built: " .. #model:GetChildren() .. " parts") |