Loading model...
by 🔨Bifer · 3/22/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: CrystalGreatsword |
| 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 = "CrystalGreatsword" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "Ice", |
| 25 | ["Bright yellow"] = "2022 Glue", |
| 26 | ["Cyan"] = "2022 Glue", |
| 27 | ["Pine Cone"] = "2022 Small Stud", |
| 28 | ["Reddish brown"] = "2022 Small Stud", |
| 29 | } |
| 30 | do |
| 31 | local p = Instance.new("Part") |
| 32 | p.Shape = Enum.PartType.Ball |
| 33 | p.Name = "PommelBall" |
| 34 | p.Size = Vector3.new(1.6, 1.6, 1.6) |
| 35 | p.CFrame = CFrame.new(0, 0, 0) |
| 36 | p.BrickColor = BrickColor.new("Bright yellow") |
| 37 | p.Material = Enum.Material.Glacier |
| 38 | p.MaterialVariant = "2022 Glue" |
| 39 | p.Anchored = true |
| 40 | p.Parent = model |
| 41 | end |
| 42 | do |
| 43 | local p = Instance.new("Part") |
| 44 | p.Shape = Enum.PartType.Cylinder |
| 45 | p.Name = "PommelCollar" |
| 46 | p.Size = Vector3.new(0.4, 1.2, 1.2) |
| 47 | p.CFrame = CFrame.new(0, 0.76, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 48 | p.BrickColor = BrickColor.new("Bright yellow") |
| 49 | p.Material = Enum.Material.Glacier |
| 50 | p.MaterialVariant = "2022 Glue" |
| 51 | p.Anchored = true |
| 52 | p.Parent = model |
| 53 | end |
| 54 | do |
| 55 | local p = Instance.new("Part") |
| 56 | p.Shape = Enum.PartType.Cylinder |
| 57 | p.Name = "HandleGrip" |
| 58 | p.Size = Vector3.new(3, 0.9, 0.9) |
| 59 | p.CFrame = CFrame.new(0, 2.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 60 | p.BrickColor = BrickColor.new("Reddish brown") |
| 61 | p.Material = Enum.Material.Glacier |
| 62 | p.MaterialVariant = "2022 Small Stud" |
| 63 | p.Anchored = true |
| 64 | p.Parent = model |
| 65 | end |
| 66 | do |
| 67 | local p = Instance.new("Part") |
| 68 | p.Name = "HandleRing_0" |
| 69 | p.Size = Vector3.new(1, 0.2, 1) |
| 70 | p.CFrame = CFrame.new(0, 1.4, 0) |
| 71 | p.BrickColor = BrickColor.new("Pine Cone") |
| 72 | p.Material = Enum.Material.Glacier |
| 73 | p.MaterialVariant = "2022 Small Stud" |
| 74 | p.Anchored = true |
| 75 | p.Parent = model |
| 76 | end |
| 77 | do |
| 78 | local p = Instance.new("Part") |
| 79 | p.Name = "HandleRing_1" |
| 80 | p.Size = Vector3.new(1, 0.2, 1) |
| 81 | p.CFrame = CFrame.new(0, 2.1, 0) |
| 82 | p.BrickColor = BrickColor.new("Pine Cone") |
| 83 | p.Material = Enum.Material.Glacier |
| 84 | p.MaterialVariant = "2022 Small Stud" |
| 85 | p.Anchored = true |
| 86 | p.Parent = model |
| 87 | end |
| 88 | do |
| 89 | local p = Instance.new("Part") |
| 90 | p.Name = "HandleRing_2" |
| 91 | p.Size = Vector3.new(1, 0.2, 1) |
| 92 | p.CFrame = CFrame.new(0, 2.8, 0) |
| 93 | p.BrickColor = BrickColor.new("Pine Cone") |
| 94 | p.Material = Enum.Material.Glacier |
| 95 | p.MaterialVariant = "2022 Small Stud" |
| 96 | p.Anchored = true |
| 97 | p.Parent = model |
| 98 | end |
| 99 | do |
| 100 | local p = Instance.new("Part") |
| 101 | p.Name = "HandleRing_3" |
| 102 | p.Size = Vector3.new(1, 0.2, 1) |
| 103 | p.CFrame = CFrame.new(0, 3.5, 0) |
| 104 | p.BrickColor = BrickColor.new("Pine Cone") |
| 105 | p.Material = Enum.Material.Glacier |
| 106 | p.MaterialVariant = "2022 Small Stud" |
| 107 | p.Anchored = true |
| 108 | p.Parent = model |
| 109 | end |
| 110 | do |
| 111 | local p = Instance.new("Part") |
| 112 | p.Name = "GuardCenter" |
| 113 | p.Size = Vector3.new(2.8, 1.5, 1.4) |
| 114 | p.CFrame = CFrame.new(0, 4.5, 0) |
| 115 | p.BrickColor = BrickColor.new("Bright yellow") |
| 116 | p.Material = Enum.Material.Glacier |
| 117 | p.MaterialVariant = "2022 Glue" |
| 118 | p.Anchored = true |
| 119 | p.Parent = model |
| 120 | end |
| 121 | do |
| 122 | local p = Instance.new("Part") |
| 123 | p.Name = "GuardDiamondF" |
| 124 | p.Size = Vector3.new(1.4, 1.4, 0.8) |
| 125 | p.CFrame = CFrame.new(0, 4.5, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 126 | p.BrickColor = BrickColor.new("Bright yellow") |
| 127 | p.Material = Enum.Material.Glacier |
| 128 | p.MaterialVariant = "2022 Glue" |
| 129 | p.Anchored = true |
| 130 | p.Parent = model |
| 131 | end |
| 132 | do |
| 133 | local p = Instance.new("Part") |
| 134 | p.Name = "GuardDiamondB" |
| 135 | p.Size = Vector3.new(1.4, 1.4, 0.8) |
| 136 | p.CFrame = CFrame.new(0, 4.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 137 | p.BrickColor = BrickColor.new("Bright yellow") |
| 138 | p.Material = Enum.Material.Glacier |
| 139 | p.MaterialVariant = "2022 Glue" |
| 140 | p.Anchored = true |
| 141 | p.Parent = model |
| 142 | end |
| 143 | do |
| 144 | local p = Instance.new("Part") |
| 145 | p.Name = "GuardL1" |
| 146 | p.Size = Vector3.new(1.5, 0.8, 1) |
| 147 | p.CFrame = CFrame.new(-1.6, 4.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)) |
| 148 | p.BrickColor = BrickColor.new("Bright yellow") |
| 149 | p.Material = Enum.Material.Glacier |
| 150 | p.MaterialVariant = "2022 Glue" |
| 151 | p.Anchored = true |
| 152 | p.Parent = model |
| 153 | end |
| 154 | do |
| 155 | local p = Instance.new("Part") |
| 156 | p.Name = "GuardL2" |
| 157 | p.Size = Vector3.new(1.4, 0.6, 0.8) |
| 158 | p.CFrame = CFrame.new(-2.6, 5.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 159 | p.BrickColor = BrickColor.new("Bright yellow") |
| 160 | p.Material = Enum.Material.Glacier |
| 161 | p.MaterialVariant = "2022 Glue" |
| 162 | p.Anchored = true |
| 163 | p.Parent = model |
| 164 | end |
| 165 | do |
| 166 | local p = Instance.new("Part") |
| 167 | p.Name = "GuardL3" |
| 168 | p.Size = Vector3.new(1.2, 0.4, 0.6) |
| 169 | p.CFrame = CFrame.new(-3.3, 5.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-70)) |
| 170 | p.BrickColor = BrickColor.new("Bright yellow") |
| 171 | p.Material = Enum.Material.Neon |
| 172 | p.Anchored = true |
| 173 | p.Parent = model |
| 174 | end |
| 175 | do |
| 176 | local p = Instance.new("Part") |
| 177 | p.Name = "GuardR1" |
| 178 | p.Size = Vector3.new(1.5, 0.8, 1) |
| 179 | p.CFrame = CFrame.new(1.6, 4.6, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 180 | p.BrickColor = BrickColor.new("Bright yellow") |
| 181 | p.Material = Enum.Material.Glacier |
| 182 | p.MaterialVariant = "2022 Glue" |
| 183 | p.Anchored = true |
| 184 | p.Parent = model |
| 185 | end |
| 186 | do |
| 187 | local p = Instance.new("Part") |
| 188 | p.Name = "GuardR2" |
| 189 | p.Size = Vector3.new(1.4, 0.6, 0.8) |
| 190 | p.CFrame = CFrame.new(2.6, 5.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 191 | p.BrickColor = BrickColor.new("Bright yellow") |
| 192 | p.Material = Enum.Material.Glacier |
| 193 | p.MaterialVariant = "2022 Glue" |
| 194 | p.Anchored = true |
| 195 | p.Parent = model |
| 196 | end |
| 197 | do |
| 198 | local p = Instance.new("Part") |
| 199 | p.Name = "GuardR3" |
| 200 | p.Size = Vector3.new(1.2, 0.4, 0.6) |
| 201 | p.CFrame = CFrame.new(3.3, 5.9, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(70)) |
| 202 | p.BrickColor = BrickColor.new("Bright yellow") |
| 203 | p.Material = Enum.Material.Neon |
| 204 | p.Anchored = true |
| 205 | p.Parent = model |
| 206 | end |
| 207 | do |
| 208 | local p = Instance.new("Part") |
| 209 | p.Name = "BladeBaseCore" |
| 210 | p.Size = Vector3.new(2.2, 3, 0.8) |
| 211 | p.CFrame = CFrame.new(0, 6.46, 0) |
| 212 | p.BrickColor = BrickColor.new("Bright blue") |
| 213 | p.Material = Enum.Material.Glacier |
| 214 | p.MaterialVariant = "Ice" |
| 215 | p.Anchored = true |
| 216 | p.Parent = model |
| 217 | end |
| 218 | do |
| 219 | local p = Instance.new("Part") |
| 220 | p.Name = "BladeBaseEdgeL" |
| 221 | p.Size = Vector3.new(0.6, 3, 0.4) |
| 222 | p.CFrame = CFrame.new(-1.28, 6.5, 0) |
| 223 | p.BrickColor = BrickColor.new("Cyan") |
| 224 | p.Material = Enum.Material.Glacier |
| 225 | p.MaterialVariant = "2022 Glue" |
| 226 | p.Anchored = true |
| 227 | p.Parent = model |
| 228 | end |
| 229 | do |
| 230 | local p = Instance.new("Part") |
| 231 | p.Name = "BladeBaseEdgeR" |
| 232 | p.Size = Vector3.new(0.6, 3, 0.4) |
| 233 | p.CFrame = CFrame.new(1.28, 6.5, 0) |
| 234 | p.BrickColor = BrickColor.new("Cyan") |
| 235 | p.Material = Enum.Material.Glacier |
| 236 | p.MaterialVariant = "2022 Glue" |
| 237 | p.Anchored = true |
| 238 | p.Parent = model |
| 239 | end |
| 240 | do |
| 241 | local p = Instance.new("Part") |
| 242 | p.Name = "SpikeLowL" |
| 243 | p.Size = Vector3.new(1.8, 0.6, 0.3) |
| 244 | p.CFrame = CFrame.new(-1.6, 7.5, 0.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-40)) |
| 245 | p.BrickColor = BrickColor.new("Cyan") |
| 246 | p.Material = Enum.Material.Glacier |
| 247 | p.MaterialVariant = "2022 Glue" |
| 248 | p.Anchored = true |
| 249 | p.Parent = model |
| 250 | end |
| 251 | do |
| 252 | local p = Instance.new("Part") |
| 253 | p.Name = "SpikeLowR" |
| 254 | p.Size = Vector3.new(1.8, 0.6, 0.3) |
| 255 | p.CFrame = CFrame.new(1.6, 7.5, 0.08) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)) |
| 256 | p.BrickColor = BrickColor.new("Cyan") |
| 257 | p.Material = Enum.Material.Glacier |
| 258 | p.MaterialVariant = "2022 Glue" |
| 259 | p.Anchored = true |
| 260 | p.Parent = model |
| 261 | end |
| 262 | do |
| 263 | local p = Instance.new("Part") |
| 264 | p.Name = "BladeMidCore" |
| 265 | p.Size = Vector3.new(1.8, 5, 0.7) |
| 266 | p.CFrame = CFrame.new(0, 10.5, 0) |
| 267 | p.BrickColor = BrickColor.new("Bright blue") |
| 268 | p.Material = Enum.Material.Glacier |
| 269 | p.MaterialVariant = "Ice" |
| 270 | p.Anchored = true |
| 271 | p.Parent = model |
| 272 | end |
| 273 | do |
| 274 | local p = Instance.new("Part") |
| 275 | p.Name = "BladeMidEdgeL" |
| 276 | p.Size = Vector3.new(0.5, 5, 0.3) |
| 277 | p.CFrame = CFrame.new(-1, 10.58, 0) |
| 278 | p.BrickColor = BrickColor.new("Cyan") |
| 279 | p.Material = Enum.Material.Glacier |
| 280 | p.MaterialVariant = "2022 Glue" |
| 281 | p.Anchored = true |
| 282 | p.Parent = model |
| 283 | end |
| 284 | do |
| 285 | local p = Instance.new("Part") |
| 286 | p.Name = "BladeMidEdgeR" |
| 287 | p.Size = Vector3.new(0.5, 5, 0.3) |
| 288 | p.CFrame = CFrame.new(1, 10.58, 0) |
| 289 | p.BrickColor = BrickColor.new("Cyan") |
| 290 | p.Material = Enum.Material.Glacier |
| 291 | p.MaterialVariant = "2022 Glue" |
| 292 | p.Anchored = true |
| 293 | p.Parent = model |
| 294 | end |
| 295 | do |
| 296 | local p = Instance.new("Part") |
| 297 | p.Name = "SpikeUpL" |
| 298 | p.Size = Vector3.new(1.4, 0.5, 0.2) |
| 299 | p.CFrame = CFrame.new(-1.3, 12, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-35)) |
| 300 | p.BrickColor = BrickColor.new("Cyan") |
| 301 | p.Material = Enum.Material.Glacier |
| 302 | p.MaterialVariant = "2022 Glue" |
| 303 | p.Anchored = true |
| 304 | p.Parent = model |
| 305 | end |
| 306 | do |
| 307 | local p = Instance.new("Part") |
| 308 | p.Name = "SpikeUpR" |
| 309 | p.Size = Vector3.new(1.4, 0.5, 0.2) |
| 310 | p.CFrame = CFrame.new(1.3, 12, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(35)) |
| 311 | p.BrickColor = BrickColor.new("Cyan") |
| 312 | p.Material = Enum.Material.Glacier |
| 313 | p.MaterialVariant = "2022 Glue" |
| 314 | p.Anchored = true |
| 315 | p.Parent = model |
| 316 | end |
| 317 | do |
| 318 | local p = Instance.new("Part") |
| 319 | p.Name = "BladeUpCore" |
| 320 | p.Size = Vector3.new(1.4, 5, 0.5) |
| 321 | p.CFrame = CFrame.new(0, 15.54, 0) |
| 322 | p.BrickColor = BrickColor.new("Bright blue") |
| 323 | p.Material = Enum.Material.Glacier |
| 324 | p.MaterialVariant = "Ice" |
| 325 | p.Anchored = true |
| 326 | p.Parent = model |
| 327 | end |
| 328 | do |
| 329 | local p = Instance.new("Part") |
| 330 | p.Name = "BladeUpEdgeL" |
| 331 | p.Size = Vector3.new(0.4, 5, 0.2) |
| 332 | p.CFrame = CFrame.new(-0.8, 15.66, 0) |
| 333 | p.BrickColor = BrickColor.new("Cyan") |
| 334 | p.Material = Enum.Material.Glacier |
| 335 | p.MaterialVariant = "2022 Glue" |
| 336 | p.Anchored = true |
| 337 | p.Parent = model |
| 338 | end |
| 339 | do |
| 340 | local p = Instance.new("Part") |
| 341 | p.Name = "BladeUpEdgeR" |
| 342 | p.Size = Vector3.new(0.4, 5, 0.2) |
| 343 | p.CFrame = CFrame.new(0.8, 15.66, 0) |
| 344 | p.BrickColor = BrickColor.new("Cyan") |
| 345 | p.Material = Enum.Material.Glacier |
| 346 | p.MaterialVariant = "2022 Glue" |
| 347 | p.Anchored = true |
| 348 | p.Parent = model |
| 349 | end |
| 350 | do |
| 351 | local p = Instance.new("Part") |
| 352 | p.Name = "BladeTipCore" |
| 353 | p.Size = Vector3.new(1, 2, 0.4) |
| 354 | p.CFrame = CFrame.new(0, 19.08, 0) |
| 355 | p.BrickColor = BrickColor.new("Bright blue") |
| 356 | p.Material = Enum.Material.Glacier |
| 357 | p.MaterialVariant = "Ice" |
| 358 | p.Anchored = true |
| 359 | p.Parent = model |
| 360 | end |
| 361 | do |
| 362 | local p = Instance.new("Part") |
| 363 | p.Name = "BladePoint" |
| 364 | p.Size = Vector3.new(1.4, 1.4, 0.3) |
| 365 | p.CFrame = CFrame.new(0, 20.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 366 | p.BrickColor = BrickColor.new("Cyan") |
| 367 | p.Material = Enum.Material.Glacier |
| 368 | p.MaterialVariant = "2022 Glue" |
| 369 | p.Anchored = true |
| 370 | p.Parent = model |
| 371 | end |
| 372 | do |
| 373 | local p = Instance.new("Part") |
| 374 | p.Name = "GlowRidge1" |
| 375 | p.Size = Vector3.new(0.4, 4, 0.85) |
| 376 | p.CFrame = CFrame.new(0, 7.04, 0) |
| 377 | p.BrickColor = BrickColor.new("Toothpaste") |
| 378 | p.Material = Enum.Material.Neon |
| 379 | p.Anchored = true |
| 380 | p.Parent = model |
| 381 | end |
| 382 | do |
| 383 | local p = Instance.new("Part") |
| 384 | p.Name = "GlowRidge2" |
| 385 | p.Size = Vector3.new(0.3, 4, 0.75) |
| 386 | p.CFrame = CFrame.new(0, 11.04, 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 = "GlowRidge3" |
| 395 | p.Size = Vector3.new(0.2, 4, 0.55) |
| 396 | p.CFrame = CFrame.new(0, 15.04, 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 = "GlowRidge4" |
| 405 | p.Size = Vector3.new(0.1, 3, 0.45) |
| 406 | p.CFrame = CFrame.new(0, 18.46, 0) |
| 407 | p.BrickColor = BrickColor.new("Toothpaste") |
| 408 | p.Material = Enum.Material.Neon |
| 409 | p.Anchored = true |
| 410 | p.Parent = model |
| 411 | end |
| 412 | model.PrimaryPart = model:FindFirstChild("HandleGrip") |
| 413 | print("CrystalGreatsword built: " .. #model:GetChildren() .. " parts") |
Loading comments...