Loading model...
by Kingbob bob · 8/31/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: StellarManta |
| 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 = "StellarManta" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Hot pink"] = "2022 Stud", |
| 25 | ["Navy blue"] = "2022 Stud", |
| 26 | ["Royal purple"] = "2022 Stud", |
| 27 | ["Toothpaste"] = "2022 Stud", |
| 28 | } |
| 29 | do |
| 30 | local p = Instance.new("Part") |
| 31 | p.Name = "BodyCore" |
| 32 | p.Size = Vector3.new(8, 2, 12) |
| 33 | p.CFrame = CFrame.new(0, 0, 0) |
| 34 | p.BrickColor = BrickColor.new("Navy blue") |
| 35 | p.Material = Enum.Material.Glacier |
| 36 | p.MaterialVariant = "2022 Stud" |
| 37 | p.Anchored = true |
| 38 | p.Parent = model |
| 39 | end |
| 40 | do |
| 41 | local p = Instance.new("Part") |
| 42 | p.Name = "BodyTop" |
| 43 | p.Size = Vector3.new(6, 1, 10) |
| 44 | p.CFrame = CFrame.new(0, 1.2, -1.04) |
| 45 | p.BrickColor = BrickColor.new("Navy blue") |
| 46 | p.Material = Enum.Material.Glacier |
| 47 | p.MaterialVariant = "2022 Stud" |
| 48 | p.Anchored = true |
| 49 | p.Parent = model |
| 50 | end |
| 51 | do |
| 52 | local p = Instance.new("Part") |
| 53 | p.Name = "BodyTop2" |
| 54 | p.Size = Vector3.new(4, 0.8, 8) |
| 55 | p.CFrame = CFrame.new(0, 2, -2.08) |
| 56 | p.BrickColor = BrickColor.new("Navy blue") |
| 57 | p.Material = Enum.Material.Glacier |
| 58 | p.MaterialVariant = "2022 Stud" |
| 59 | p.Anchored = true |
| 60 | p.Parent = model |
| 61 | end |
| 62 | do |
| 63 | local p = Instance.new("Part") |
| 64 | p.Name = "BodyBottom" |
| 65 | p.Size = Vector3.new(6, 1, 10) |
| 66 | p.CFrame = CFrame.new(0, -1.2, 0) |
| 67 | p.BrickColor = BrickColor.new("Navy blue") |
| 68 | p.Material = Enum.Material.Glacier |
| 69 | p.MaterialVariant = "2022 Stud" |
| 70 | p.Anchored = true |
| 71 | p.Parent = model |
| 72 | end |
| 73 | do |
| 74 | local p = Instance.new("Part") |
| 75 | p.Name = "Head" |
| 76 | p.Size = Vector3.new(6, 1.6, 3) |
| 77 | p.CFrame = CFrame.new(0.04, 0, -7) |
| 78 | p.BrickColor = BrickColor.new("Navy blue") |
| 79 | p.Material = Enum.Material.Glacier |
| 80 | p.MaterialVariant = "2022 Stud" |
| 81 | p.Anchored = true |
| 82 | p.Parent = model |
| 83 | end |
| 84 | do |
| 85 | local p = Instance.new("Part") |
| 86 | p.Name = "Snout" |
| 87 | p.Size = Vector3.new(4, 1, 2) |
| 88 | p.CFrame = CFrame.new(0, -0.2, -9) |
| 89 | p.BrickColor = BrickColor.new("Navy blue") |
| 90 | p.Material = Enum.Material.Glacier |
| 91 | p.MaterialVariant = "2022 Stud" |
| 92 | p.Anchored = true |
| 93 | p.Parent = model |
| 94 | end |
| 95 | do |
| 96 | local p = Instance.new("Part") |
| 97 | p.Name = "HornL1" |
| 98 | p.Size = Vector3.new(2.95804, 1.2, 1.2) |
| 99 | p.CFrame = CFrame.new(-2.75, 0.25, -9.75) * CFrame.Angles(math.rad(-180), math.rad(59.0362), math.rad(-170.269)) |
| 100 | p.BrickColor = BrickColor.new("Navy blue") |
| 101 | p.Material = Enum.Material.Glacier |
| 102 | p.MaterialVariant = "2022 Stud" |
| 103 | p.Anchored = true |
| 104 | p.Parent = model |
| 105 | end |
| 106 | do |
| 107 | local p = Instance.new("Part") |
| 108 | p.Name = "HornL2" |
| 109 | p.Size = Vector3.new(2.12132, 0.8, 0.8) |
| 110 | p.CFrame = CFrame.new(-3.25, 0.75, -12) * CFrame.Angles(math.rad(0), math.rad(75.9638), math.rad(13.633)) |
| 111 | p.BrickColor = BrickColor.new("Navy blue") |
| 112 | p.Material = Enum.Material.Glacier |
| 113 | p.MaterialVariant = "2022 Stud" |
| 114 | p.Anchored = true |
| 115 | p.Parent = model |
| 116 | end |
| 117 | do |
| 118 | local p = Instance.new("Part") |
| 119 | p.Name = "HornGlowL" |
| 120 | p.Size = Vector3.new(4.71699, 0.3, 0.3) |
| 121 | p.CFrame = CFrame.new(-2.5, 0.5, -10.75) * CFrame.Angles(math.rad(-180), math.rad(77.4712), math.rad(-167.76)) |
| 122 | p.BrickColor = BrickColor.new("Toothpaste") |
| 123 | p.Material = Enum.Material.Neon |
| 124 | p.Anchored = true |
| 125 | p.Parent = model |
| 126 | end |
| 127 | do |
| 128 | local p = Instance.new("Part") |
| 129 | p.Name = "HornR1" |
| 130 | p.Size = Vector3.new(2.95804, 1.2, 1.2) |
| 131 | p.CFrame = CFrame.new(2.75, 0.25, -9.75) * CFrame.Angles(math.rad(0), math.rad(59.0362), math.rad(9.73147)) |
| 132 | p.BrickColor = BrickColor.new("Navy blue") |
| 133 | p.Material = Enum.Material.Glacier |
| 134 | p.MaterialVariant = "2022 Stud" |
| 135 | p.Anchored = true |
| 136 | p.Parent = model |
| 137 | end |
| 138 | do |
| 139 | local p = Instance.new("Part") |
| 140 | p.Name = "HornR2" |
| 141 | p.Size = Vector3.new(2.12132, 0.8, 0.8) |
| 142 | p.CFrame = CFrame.new(3.25, 0.75, -12) * CFrame.Angles(math.rad(-180), math.rad(75.9638), math.rad(-166.367)) |
| 143 | p.BrickColor = BrickColor.new("Navy blue") |
| 144 | p.Material = Enum.Material.Glacier |
| 145 | p.MaterialVariant = "2022 Stud" |
| 146 | p.Anchored = true |
| 147 | p.Parent = model |
| 148 | end |
| 149 | do |
| 150 | local p = Instance.new("Part") |
| 151 | p.Name = "HornGlowR" |
| 152 | p.Size = Vector3.new(4.71699, 0.3, 0.3) |
| 153 | p.CFrame = CFrame.new(2.5, 0.5, -10.75) * CFrame.Angles(math.rad(0), math.rad(77.4712), math.rad(12.2396)) |
| 154 | p.BrickColor = BrickColor.new("Toothpaste") |
| 155 | p.Material = Enum.Material.Neon |
| 156 | p.Anchored = true |
| 157 | p.Parent = model |
| 158 | end |
| 159 | do |
| 160 | local p = Instance.new("Part") |
| 161 | p.Shape = Enum.PartType.Ball |
| 162 | p.Name = "EyeL" |
| 163 | p.Size = Vector3.new(0.5, 0.8, 0.8) |
| 164 | p.CFrame = CFrame.new(-3.1, 0.5, -7.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 165 | p.BrickColor = BrickColor.new("Toothpaste") |
| 166 | p.Material = Enum.Material.Glacier |
| 167 | p.MaterialVariant = "2022 Stud" |
| 168 | p.Anchored = true |
| 169 | p.Parent = model |
| 170 | end |
| 171 | do |
| 172 | local p = Instance.new("Part") |
| 173 | p.Shape = Enum.PartType.Ball |
| 174 | p.Name = "EyeR" |
| 175 | p.Size = Vector3.new(0.5, 0.8, 0.8) |
| 176 | p.CFrame = CFrame.new(3.1, 0.5, -7.5) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)) |
| 177 | p.BrickColor = BrickColor.new("Toothpaste") |
| 178 | p.Material = Enum.Material.Glacier |
| 179 | p.MaterialVariant = "2022 Stud" |
| 180 | p.Anchored = true |
| 181 | p.Parent = model |
| 182 | end |
| 183 | do |
| 184 | local p = Instance.new("Part") |
| 185 | p.Name = "WingL1" |
| 186 | p.Size = Vector3.new(8.95824, 1.5, 8) |
| 187 | p.CFrame = CFrame.new(-8, -0.25, 0) * CFrame.Angles(math.rad(-180), math.rad(-26.5651), math.rad(176.8)) |
| 188 | p.BrickColor = BrickColor.new("Navy blue") |
| 189 | p.Material = Enum.Material.Glacier |
| 190 | p.MaterialVariant = "2022 Stud" |
| 191 | p.Anchored = true |
| 192 | p.Parent = model |
| 193 | end |
| 194 | do |
| 195 | local p = Instance.new("Part") |
| 196 | p.Name = "WingL2" |
| 197 | p.Size = Vector3.new(8.95824, 1, 6) |
| 198 | p.CFrame = CFrame.new(-16.0714, -0.754465, 4.03572) * CFrame.Angles(math.rad(-180), math.rad(-26.5651), math.rad(176.8)) |
| 199 | p.BrickColor = BrickColor.new("Navy blue") |
| 200 | p.Material = Enum.Material.Glacier |
| 201 | p.MaterialVariant = "2022 Stud" |
| 202 | p.Anchored = true |
| 203 | p.Parent = model |
| 204 | end |
| 205 | do |
| 206 | local p = Instance.new("Part") |
| 207 | p.Name = "WingL3" |
| 208 | p.Size = Vector3.new(7.22842, 0.6, 4) |
| 209 | p.CFrame = CFrame.new(-23, -1.25, 8) * CFrame.Angles(math.rad(-180), math.rad(-33.6901), math.rad(176.034)) |
| 210 | p.BrickColor = BrickColor.new("Navy blue") |
| 211 | p.Material = Enum.Material.Glacier |
| 212 | p.MaterialVariant = "2022 Stud" |
| 213 | p.Anchored = true |
| 214 | p.Parent = model |
| 215 | end |
| 216 | do |
| 217 | local p = Instance.new("Part") |
| 218 | p.Name = "WingR1" |
| 219 | p.Size = Vector3.new(8.95824, 1.5, 8) |
| 220 | p.CFrame = CFrame.new(8, -0.25, 0) * CFrame.Angles(math.rad(0), math.rad(-26.5651), math.rad(-3.1996)) |
| 221 | p.BrickColor = BrickColor.new("Navy blue") |
| 222 | p.Material = Enum.Material.Glacier |
| 223 | p.MaterialVariant = "2022 Stud" |
| 224 | p.Anchored = true |
| 225 | p.Parent = model |
| 226 | end |
| 227 | do |
| 228 | local p = Instance.new("Part") |
| 229 | p.Name = "WingR2" |
| 230 | p.Size = Vector3.new(8.95824, 1, 6) |
| 231 | p.CFrame = CFrame.new(16.0714, -0.754465, 4.03572) * CFrame.Angles(math.rad(0), math.rad(-26.5651), math.rad(-3.1996)) |
| 232 | p.BrickColor = BrickColor.new("Navy blue") |
| 233 | p.Material = Enum.Material.Glacier |
| 234 | p.MaterialVariant = "2022 Stud" |
| 235 | p.Anchored = true |
| 236 | p.Parent = model |
| 237 | end |
| 238 | do |
| 239 | local p = Instance.new("Part") |
| 240 | p.Name = "WingR3" |
| 241 | p.Size = Vector3.new(7.22842, 0.6, 4) |
| 242 | p.CFrame = CFrame.new(23, -1.25, 8) * CFrame.Angles(math.rad(0), math.rad(-33.6901), math.rad(-3.9664)) |
| 243 | p.BrickColor = BrickColor.new("Navy blue") |
| 244 | p.Material = Enum.Material.Glacier |
| 245 | p.MaterialVariant = "2022 Stud" |
| 246 | p.Anchored = true |
| 247 | p.Parent = model |
| 248 | end |
| 249 | do |
| 250 | local p = Instance.new("Part") |
| 251 | p.Name = "GlowLeadL1" |
| 252 | p.Size = Vector3.new(10.4163, 0.4, 0.4) |
| 253 | p.CFrame = CFrame.new(-7.75, -0.25, -3) * CFrame.Angles(math.rad(-180), math.rad(-35.2176), math.rad(177.249)) |
| 254 | p.BrickColor = BrickColor.new("Toothpaste") |
| 255 | p.Material = Enum.Material.Neon |
| 256 | p.Anchored = true |
| 257 | p.Parent = model |
| 258 | end |
| 259 | do |
| 260 | local p = Instance.new("Part") |
| 261 | p.Name = "GlowLeadL2" |
| 262 | p.Size = Vector3.new(9.19239, 0.4, 0.4) |
| 263 | p.CFrame = CFrame.new(-16, -0.75, 2.25) * CFrame.Angles(math.rad(-180), math.rad(-29.3578), math.rad(176.882)) |
| 264 | p.BrickColor = BrickColor.new("Toothpaste") |
| 265 | p.Material = Enum.Material.Neon |
| 266 | p.Anchored = true |
| 267 | p.Parent = model |
| 268 | end |
| 269 | do |
| 270 | local p = Instance.new("Part") |
| 271 | p.Name = "GlowLeadL3" |
| 272 | p.Size = Vector3.new(8.21584, 0.4, 0.4) |
| 273 | p.CFrame = CFrame.new(-23.25, -1.25, 7) * CFrame.Angles(math.rad(-180), math.rad(-37.5686), math.rad(176.511)) |
| 274 | p.BrickColor = BrickColor.new("Toothpaste") |
| 275 | p.Material = Enum.Material.Neon |
| 276 | p.Anchored = true |
| 277 | p.Parent = model |
| 278 | end |
| 279 | do |
| 280 | local p = Instance.new("Part") |
| 281 | p.Name = "GlowLeadR1" |
| 282 | p.Size = Vector3.new(10.4163, 0.4, 0.4) |
| 283 | p.CFrame = CFrame.new(7.75, -0.25, -3) * CFrame.Angles(math.rad(0), math.rad(-35.2176), math.rad(-2.75134)) |
| 284 | p.BrickColor = BrickColor.new("Toothpaste") |
| 285 | p.Material = Enum.Material.Neon |
| 286 | p.Anchored = true |
| 287 | p.Parent = model |
| 288 | end |
| 289 | do |
| 290 | local p = Instance.new("Part") |
| 291 | p.Name = "GlowLeadR2" |
| 292 | p.Size = Vector3.new(9.19239, 0.4, 0.4) |
| 293 | p.CFrame = CFrame.new(16, -0.75, 2.25) * CFrame.Angles(math.rad(0), math.rad(-29.3578), math.rad(-3.11802)) |
| 294 | p.BrickColor = BrickColor.new("Toothpaste") |
| 295 | p.Material = Enum.Material.Neon |
| 296 | p.Anchored = true |
| 297 | p.Parent = model |
| 298 | end |
| 299 | do |
| 300 | local p = Instance.new("Part") |
| 301 | p.Name = "GlowLeadR3" |
| 302 | p.Size = Vector3.new(8.21584, 0.4, 0.4) |
| 303 | p.CFrame = CFrame.new(23.25, -1.25, 7) * CFrame.Angles(math.rad(0), math.rad(-37.5686), math.rad(-3.48907)) |
| 304 | p.BrickColor = BrickColor.new("Toothpaste") |
| 305 | p.Material = Enum.Material.Neon |
| 306 | p.Anchored = true |
| 307 | p.Parent = model |
| 308 | end |
| 309 | do |
| 310 | local p = Instance.new("Part") |
| 311 | p.Name = "GlowTrailL1" |
| 312 | p.Size = Vector3.new(11.5542, 0.4, 0.4) |
| 313 | p.CFrame = CFrame.new(-20.75, -1, 9.75) * CFrame.Angles(math.rad(0), math.rad(-2.48955), math.rad(4.96507)) |
| 314 | p.BrickColor = BrickColor.new("Toothpaste") |
| 315 | p.Material = Enum.Material.Neon |
| 316 | p.Anchored = true |
| 317 | p.Parent = model |
| 318 | end |
| 319 | do |
| 320 | local p = Instance.new("Part") |
| 321 | p.Name = "GlowTrailL2" |
| 322 | p.Size = Vector3.new(11.1915, 0.4, 0.4) |
| 323 | p.CFrame = CFrame.new(-9.5, -0.25, 9) * CFrame.Angles(math.rad(0), math.rad(10.3048), math.rad(2.56064)) |
| 324 | p.BrickColor = BrickColor.new("Toothpaste") |
| 325 | p.Material = Enum.Material.Neon |
| 326 | p.Anchored = true |
| 327 | p.Parent = model |
| 328 | end |
| 329 | do |
| 330 | local p = Instance.new("Part") |
| 331 | p.Name = "GlowTrailR1" |
| 332 | p.Size = Vector3.new(11.5542, 0.4, 0.4) |
| 333 | p.CFrame = CFrame.new(20.75, -1, 9.75) * CFrame.Angles(math.rad(-180), math.rad(-2.48955), math.rad(-175.035)) |
| 334 | p.BrickColor = BrickColor.new("Toothpaste") |
| 335 | p.Material = Enum.Material.Neon |
| 336 | p.Anchored = true |
| 337 | p.Parent = model |
| 338 | end |
| 339 | do |
| 340 | local p = Instance.new("Part") |
| 341 | p.Name = "GlowTrailR2" |
| 342 | p.Size = Vector3.new(11.1915, 0.4, 0.4) |
| 343 | p.CFrame = CFrame.new(9.5, -0.25, 9) * CFrame.Angles(math.rad(-180), math.rad(10.3048), math.rad(-177.439)) |
| 344 | p.BrickColor = BrickColor.new("Toothpaste") |
| 345 | p.Material = Enum.Material.Neon |
| 346 | p.Anchored = true |
| 347 | p.Parent = model |
| 348 | end |
| 349 | do |
| 350 | local p = Instance.new("Part") |
| 351 | p.Name = "Tail1" |
| 352 | p.Size = Vector3.new(6, 1.5, 1.5) |
| 353 | p.CFrame = CFrame.new(0, 0, 9.04) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 354 | p.BrickColor = BrickColor.new("Navy blue") |
| 355 | p.Material = Enum.Material.Glacier |
| 356 | p.MaterialVariant = "2022 Stud" |
| 357 | p.Anchored = true |
| 358 | p.Parent = model |
| 359 | end |
| 360 | do |
| 361 | local p = Instance.new("Part") |
| 362 | p.Name = "Tail2" |
| 363 | p.Size = Vector3.new(6.0208, 1, 1) |
| 364 | p.CFrame = CFrame.new(0, 0.25, 15) * CFrame.Angles(math.rad(-4.76364), math.rad(-90), math.rad(0)) |
| 365 | p.BrickColor = BrickColor.new("Navy blue") |
| 366 | p.Material = Enum.Material.Glacier |
| 367 | p.MaterialVariant = "2022 Stud" |
| 368 | p.Anchored = true |
| 369 | p.Parent = model |
| 370 | end |
| 371 | do |
| 372 | local p = Instance.new("Part") |
| 373 | p.Name = "Tail3" |
| 374 | p.Size = Vector3.new(6.08276, 0.6, 0.6) |
| 375 | p.CFrame = CFrame.new(0, 1, 21) * CFrame.Angles(math.rad(-9.46232), math.rad(-90), math.rad(0)) |
| 376 | p.BrickColor = BrickColor.new("Navy blue") |
| 377 | p.Material = Enum.Material.Glacier |
| 378 | p.MaterialVariant = "2022 Stud" |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "TailGlow1" |
| 385 | p.Size = Vector3.new(6, 0.4, 0.4) |
| 386 | p.CFrame = CFrame.new(0, 0, 9.08) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)) |
| 387 | p.BrickColor = BrickColor.new("Toothpaste") |
| 388 | p.Material = Enum.Material.Neon |
| 389 | p.Anchored = true |
| 390 | p.Parent = model |
| 391 | end |
| 392 | do |
| 393 | local p = Instance.new("Part") |
| 394 | p.Name = "TailGlow2" |
| 395 | p.Size = Vector3.new(6.0208, 0.4, 0.4) |
| 396 | p.CFrame = CFrame.new(0.04, 0.253322, 15.0399) * CFrame.Angles(math.rad(-4.76364), math.rad(-90), math.rad(0)) |
| 397 | p.BrickColor = BrickColor.new("Toothpaste") |
| 398 | p.Material = Enum.Material.Neon |
| 399 | p.Anchored = true |
| 400 | p.Parent = model |
| 401 | end |
| 402 | do |
| 403 | local p = Instance.new("Part") |
| 404 | p.Name = "TailGlow3" |
| 405 | p.Size = Vector3.new(6.57647, 0.4, 0.4) |
| 406 | p.CFrame = CFrame.new(0, 1, 21.25) * CFrame.Angles(math.rad(-8.74616), math.rad(-90), math.rad(0)) |
| 407 | p.BrickColor = BrickColor.new("Toothpaste") |
| 408 | p.Material = Enum.Material.Neon |
| 409 | p.Anchored = true |
| 410 | p.Parent = model |
| 411 | end |
| 412 | do |
| 413 | local p = Instance.new("Part") |
| 414 | p.Name = "DorsalFin" |
| 415 | p.Size = Vector3.new(0.5, 1.5, 3) |
| 416 | p.CFrame = CFrame.new(0, 2.5, 4) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)) |
| 417 | p.BrickColor = BrickColor.new("Navy blue") |
| 418 | p.Material = Enum.Material.Glacier |
| 419 | p.MaterialVariant = "2022 Stud" |
| 420 | p.Anchored = true |
| 421 | p.Parent = model |
| 422 | end |
| 423 | do |
| 424 | local p = Instance.new("Part") |
| 425 | p.Shape = Enum.PartType.Ball |
| 426 | p.Name = "StarL1" |
| 427 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 428 | p.CFrame = CFrame.new(-8, 0.5, 2) |
| 429 | p.BrickColor = BrickColor.new("Institutional white") |
| 430 | p.Material = Enum.Material.Neon |
| 431 | p.Anchored = true |
| 432 | p.Parent = model |
| 433 | end |
| 434 | do |
| 435 | local p = Instance.new("Part") |
| 436 | p.Shape = Enum.PartType.Ball |
| 437 | p.Name = "StarL2" |
| 438 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 439 | p.CFrame = CFrame.new(-14, 0.2, 5) |
| 440 | p.BrickColor = BrickColor.new("Institutional white") |
| 441 | p.Material = Enum.Material.Neon |
| 442 | p.Anchored = true |
| 443 | p.Parent = model |
| 444 | end |
| 445 | do |
| 446 | local p = Instance.new("Part") |
| 447 | p.Shape = Enum.PartType.Ball |
| 448 | p.Name = "StarL3" |
| 449 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 450 | p.CFrame = CFrame.new(-18, -0.2, 7) |
| 451 | p.BrickColor = BrickColor.new("Institutional white") |
| 452 | p.Material = Enum.Material.Neon |
| 453 | p.Anchored = true |
| 454 | p.Parent = model |
| 455 | end |
| 456 | do |
| 457 | local p = Instance.new("Part") |
| 458 | p.Shape = Enum.PartType.Cylinder |
| 459 | p.Name = "GalaxyL1" |
| 460 | p.Size = Vector3.new(0.2, 3, 3) |
| 461 | p.CFrame = CFrame.new(-10, 0.4, 4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 462 | p.BrickColor = BrickColor.new("Hot pink") |
| 463 | p.Material = Enum.Material.Glacier |
| 464 | p.MaterialVariant = "2022 Stud" |
| 465 | p.Anchored = true |
| 466 | p.Parent = model |
| 467 | end |
| 468 | do |
| 469 | local p = Instance.new("Part") |
| 470 | p.Shape = Enum.PartType.Cylinder |
| 471 | p.Name = "GalaxyL2" |
| 472 | p.Size = Vector3.new(0.2, 2, 2) |
| 473 | p.CFrame = CFrame.new(-15, 0.1, 7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 474 | p.BrickColor = BrickColor.new("Royal purple") |
| 475 | p.Material = Enum.Material.Glacier |
| 476 | p.MaterialVariant = "2022 Stud" |
| 477 | p.Anchored = true |
| 478 | p.Parent = model |
| 479 | end |
| 480 | do |
| 481 | local p = Instance.new("Part") |
| 482 | p.Shape = Enum.PartType.Ball |
| 483 | p.Name = "StarR1" |
| 484 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 485 | p.CFrame = CFrame.new(8, 0.5, 2) |
| 486 | p.BrickColor = BrickColor.new("Institutional white") |
| 487 | p.Material = Enum.Material.Neon |
| 488 | p.Anchored = true |
| 489 | p.Parent = model |
| 490 | end |
| 491 | do |
| 492 | local p = Instance.new("Part") |
| 493 | p.Shape = Enum.PartType.Ball |
| 494 | p.Name = "StarR2" |
| 495 | p.Size = Vector3.new(0.8, 0.8, 0.8) |
| 496 | p.CFrame = CFrame.new(14, 0.2, 5) |
| 497 | p.BrickColor = BrickColor.new("Institutional white") |
| 498 | p.Material = Enum.Material.Neon |
| 499 | p.Anchored = true |
| 500 | p.Parent = model |
| 501 | end |
| 502 | do |
| 503 | local p = Instance.new("Part") |
| 504 | p.Shape = Enum.PartType.Ball |
| 505 | p.Name = "StarR3" |
| 506 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 507 | p.CFrame = CFrame.new(18, -0.2, 7) |
| 508 | p.BrickColor = BrickColor.new("Institutional white") |
| 509 | p.Material = Enum.Material.Neon |
| 510 | p.Anchored = true |
| 511 | p.Parent = model |
| 512 | end |
| 513 | do |
| 514 | local p = Instance.new("Part") |
| 515 | p.Shape = Enum.PartType.Cylinder |
| 516 | p.Name = "GalaxyR1" |
| 517 | p.Size = Vector3.new(0.2, 3, 3) |
| 518 | p.CFrame = CFrame.new(10, 0.4, 4) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 519 | p.BrickColor = BrickColor.new("Royal purple") |
| 520 | p.Material = Enum.Material.Glacier |
| 521 | p.MaterialVariant = "2022 Stud" |
| 522 | p.Anchored = true |
| 523 | p.Parent = model |
| 524 | end |
| 525 | do |
| 526 | local p = Instance.new("Part") |
| 527 | p.Shape = Enum.PartType.Cylinder |
| 528 | p.Name = "GalaxyR2" |
| 529 | p.Size = Vector3.new(0.2, 2, 2) |
| 530 | p.CFrame = CFrame.new(15, 0.1, 7) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 531 | p.BrickColor = BrickColor.new("Hot pink") |
| 532 | p.Material = Enum.Material.Glacier |
| 533 | p.MaterialVariant = "2022 Stud" |
| 534 | p.Anchored = true |
| 535 | p.Parent = model |
| 536 | end |
| 537 | do |
| 538 | local p = Instance.new("Part") |
| 539 | p.Shape = Enum.PartType.Ball |
| 540 | p.Name = "StarC1" |
| 541 | p.Size = Vector3.new(0.7, 0.7, 0.7) |
| 542 | p.CFrame = CFrame.new(0, 2.5, -1) |
| 543 | p.BrickColor = BrickColor.new("Institutional white") |
| 544 | p.Material = Enum.Material.Neon |
| 545 | p.Anchored = true |
| 546 | p.Parent = model |
| 547 | end |
| 548 | do |
| 549 | local p = Instance.new("Part") |
| 550 | p.Shape = Enum.PartType.Ball |
| 551 | p.Name = "StarC2" |
| 552 | p.Size = Vector3.new(0.5, 0.5, 0.5) |
| 553 | p.CFrame = CFrame.new(0, 2.2, 2) |
| 554 | p.BrickColor = BrickColor.new("Institutional white") |
| 555 | p.Material = Enum.Material.Neon |
| 556 | p.Anchored = true |
| 557 | p.Parent = model |
| 558 | end |
| 559 | do |
| 560 | local p = Instance.new("Part") |
| 561 | p.Shape = Enum.PartType.Cylinder |
| 562 | p.Name = "GalaxyC1" |
| 563 | p.Size = Vector3.new(0.2, 4, 4) |
| 564 | p.CFrame = CFrame.new(0, 2.4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 565 | p.BrickColor = BrickColor.new("Hot pink") |
| 566 | p.Material = Enum.Material.Glacier |
| 567 | p.MaterialVariant = "2022 Stud" |
| 568 | p.Anchored = true |
| 569 | p.Parent = model |
| 570 | end |
| 571 | do |
| 572 | local p = Instance.new("Part") |
| 573 | p.Name = "StripeL1" |
| 574 | p.Size = Vector3.new(4.58258, 0.3, 0.3) |
| 575 | p.CFrame = CFrame.new(-4, 1.5, -1) * CFrame.Angles(math.rad(-180), math.rad(-26.5651), math.rad(167.396)) |
| 576 | p.BrickColor = BrickColor.new("Toothpaste") |
| 577 | p.Material = Enum.Material.Neon |
| 578 | p.Anchored = true |
| 579 | p.Parent = model |
| 580 | end |
| 581 | do |
| 582 | local p = Instance.new("Part") |
| 583 | p.Name = "StripeL2" |
| 584 | p.Size = Vector3.new(5.47723, 0.3, 0.3) |
| 585 | p.CFrame = CFrame.new(-4.5, 1.3, 1) * CFrame.Angles(math.rad(-180), math.rad(-21.8014), math.rad(169.48)) |
| 586 | p.BrickColor = BrickColor.new("Toothpaste") |
| 587 | p.Material = Enum.Material.Neon |
| 588 | p.Anchored = true |
| 589 | p.Parent = model |
| 590 | end |
| 591 | do |
| 592 | local p = Instance.new("Part") |
| 593 | p.Name = "StripeL3" |
| 594 | p.Size = Vector3.new(6.40312, 0.3, 0.3) |
| 595 | p.CFrame = CFrame.new(-5, 1, 3) * CFrame.Angles(math.rad(-180), math.rad(-18.4349), math.rad(171.015)) |
| 596 | p.BrickColor = BrickColor.new("Toothpaste") |
| 597 | p.Material = Enum.Material.Neon |
| 598 | p.Anchored = true |
| 599 | p.Parent = model |
| 600 | end |
| 601 | do |
| 602 | local p = Instance.new("Part") |
| 603 | p.Name = "StripeR1" |
| 604 | p.Size = Vector3.new(4.58258, 0.3, 0.3) |
| 605 | p.CFrame = CFrame.new(4, 1.5, -1) * CFrame.Angles(math.rad(0), math.rad(-26.5651), math.rad(-12.6044)) |
| 606 | p.BrickColor = BrickColor.new("Toothpaste") |
| 607 | p.Material = Enum.Material.Neon |
| 608 | p.Anchored = true |
| 609 | p.Parent = model |
| 610 | end |
| 611 | do |
| 612 | local p = Instance.new("Part") |
| 613 | p.Name = "StripeR2" |
| 614 | p.Size = Vector3.new(5.47723, 0.3, 0.3) |
| 615 | p.CFrame = CFrame.new(4.5, 1.3, 1) * CFrame.Angles(math.rad(0), math.rad(-21.8014), math.rad(-10.5197)) |
| 616 | p.BrickColor = BrickColor.new("Toothpaste") |
| 617 | p.Material = Enum.Material.Neon |
| 618 | p.Anchored = true |
| 619 | p.Parent = model |
| 620 | end |
| 621 | do |
| 622 | local p = Instance.new("Part") |
| 623 | p.Name = "StripeR3" |
| 624 | p.Size = Vector3.new(6.40312, 0.3, 0.3) |
| 625 | p.CFrame = CFrame.new(5, 1, 3) * CFrame.Angles(math.rad(0), math.rad(-18.4349), math.rad(-8.98488)) |
| 626 | p.BrickColor = BrickColor.new("Toothpaste") |
| 627 | p.Material = Enum.Material.Neon |
| 628 | p.Anchored = true |
| 629 | p.Parent = model |
| 630 | end |
| 631 | model.PrimaryPart = model:FindFirstChild("BodyCore") |
| 632 | print("StellarManta built: " .. #model:GetChildren() .. " parts") |
Loading comments...