Loading model...
by 🔨Bifer · 3/22/2026
Lua Script
| 1 | -- Generated with StudForge.org | AI-powered 3D models for Roblox |
| 2 | -- Model: FantasySword |
| 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 = "FantasySword" |
| 21 | model.Parent = workspace |
| 22 | |
| 23 | local variants = { |
| 24 | ["Bright blue"] = "2022 Universal", |
| 25 | ["Bright yellow"] = "2022 Big Stud", |
| 26 | ["Cyan"] = "2022 Stud", |
| 27 | ["Dark blue"] = "2022 Inlet", |
| 28 | ["Gold"] = "2022 Stud", |
| 29 | ["Pine Cone"] = "2022 Small Stud", |
| 30 | ["Reddish brown"] = "2022 Small Stud", |
| 31 | } |
| 32 | do |
| 33 | local p = Instance.new("Part") |
| 34 | p.Shape = Enum.PartType.Cylinder |
| 35 | p.Name = "PommelBase" |
| 36 | p.Size = Vector3.new(1, 1.2, 1.2) |
| 37 | p.CFrame = CFrame.new(0, -5.08, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 38 | p.BrickColor = BrickColor.new("Gold") |
| 39 | p.Material = Enum.Material.Glacier |
| 40 | p.MaterialVariant = "2022 Stud" |
| 41 | p.Anchored = true |
| 42 | p.Parent = model |
| 43 | end |
| 44 | do |
| 45 | local p = Instance.new("Part") |
| 46 | p.Shape = Enum.PartType.Cylinder |
| 47 | p.Name = "PommelCap" |
| 48 | p.Size = Vector3.new(0.5, 0.8, 0.8) |
| 49 | p.CFrame = CFrame.new(0, -5.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 50 | p.BrickColor = BrickColor.new("Gold") |
| 51 | p.Material = Enum.Material.Glacier |
| 52 | p.MaterialVariant = "2022 Stud" |
| 53 | p.Anchored = true |
| 54 | p.Parent = model |
| 55 | end |
| 56 | do |
| 57 | local p = Instance.new("Part") |
| 58 | p.Shape = Enum.PartType.Ball |
| 59 | p.Name = "PommelGem" |
| 60 | p.Size = Vector3.new(0.6, 0.6, 0.6) |
| 61 | p.CFrame = CFrame.new(0, -5.7, 0) |
| 62 | p.BrickColor = BrickColor.new("Dark blue") |
| 63 | p.Material = Enum.Material.Glacier |
| 64 | p.MaterialVariant = "2022 Inlet" |
| 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 = "HandleGrip" |
| 72 | p.Size = Vector3.new(4.5, 0.8, 0.8) |
| 73 | p.CFrame = CFrame.new(0, -2.29, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 74 | p.BrickColor = BrickColor.new("Reddish brown") |
| 75 | p.Material = Enum.Material.Glacier |
| 76 | p.MaterialVariant = "2022 Small Stud" |
| 77 | p.Anchored = true |
| 78 | p.Parent = model |
| 79 | end |
| 80 | do |
| 81 | local p = Instance.new("Part") |
| 82 | p.Name = "Wrap_0_A" |
| 83 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 84 | p.CFrame = CFrame.new(0.04, -4, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 85 | p.BrickColor = BrickColor.new("Pine Cone") |
| 86 | p.Material = Enum.Material.Glacier |
| 87 | p.MaterialVariant = "2022 Small Stud" |
| 88 | p.Anchored = true |
| 89 | p.Parent = model |
| 90 | end |
| 91 | do |
| 92 | local p = Instance.new("Part") |
| 93 | p.Name = "Wrap_0_B" |
| 94 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 95 | p.CFrame = CFrame.new(0, -4, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 96 | p.BrickColor = BrickColor.new("Pine Cone") |
| 97 | p.Material = Enum.Material.Glacier |
| 98 | p.MaterialVariant = "2022 Small Stud" |
| 99 | p.Anchored = true |
| 100 | p.Parent = model |
| 101 | end |
| 102 | do |
| 103 | local p = Instance.new("Part") |
| 104 | p.Name = "Wrap_1_A" |
| 105 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 106 | p.CFrame = CFrame.new(0.04, -3.2, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 107 | p.BrickColor = BrickColor.new("Pine Cone") |
| 108 | p.Material = Enum.Material.Glacier |
| 109 | p.MaterialVariant = "2022 Small Stud" |
| 110 | p.Anchored = true |
| 111 | p.Parent = model |
| 112 | end |
| 113 | do |
| 114 | local p = Instance.new("Part") |
| 115 | p.Name = "Wrap_1_B" |
| 116 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 117 | p.CFrame = CFrame.new(0, -3.2, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 118 | p.BrickColor = BrickColor.new("Pine Cone") |
| 119 | p.Material = Enum.Material.Glacier |
| 120 | p.MaterialVariant = "2022 Small Stud" |
| 121 | p.Anchored = true |
| 122 | p.Parent = model |
| 123 | end |
| 124 | do |
| 125 | local p = Instance.new("Part") |
| 126 | p.Name = "Wrap_2_A" |
| 127 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 128 | p.CFrame = CFrame.new(0.04, -2.4, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 129 | p.BrickColor = BrickColor.new("Pine Cone") |
| 130 | p.Material = Enum.Material.Glacier |
| 131 | p.MaterialVariant = "2022 Small Stud" |
| 132 | p.Anchored = true |
| 133 | p.Parent = model |
| 134 | end |
| 135 | do |
| 136 | local p = Instance.new("Part") |
| 137 | p.Name = "Wrap_2_B" |
| 138 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 139 | p.CFrame = CFrame.new(0, -2.4, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 140 | p.BrickColor = BrickColor.new("Pine Cone") |
| 141 | p.Material = Enum.Material.Glacier |
| 142 | p.MaterialVariant = "2022 Small Stud" |
| 143 | p.Anchored = true |
| 144 | p.Parent = model |
| 145 | end |
| 146 | do |
| 147 | local p = Instance.new("Part") |
| 148 | p.Name = "Wrap_3_A" |
| 149 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 150 | p.CFrame = CFrame.new(0.04, -1.6, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 151 | p.BrickColor = BrickColor.new("Pine Cone") |
| 152 | p.Material = Enum.Material.Glacier |
| 153 | p.MaterialVariant = "2022 Small Stud" |
| 154 | p.Anchored = true |
| 155 | p.Parent = model |
| 156 | end |
| 157 | do |
| 158 | local p = Instance.new("Part") |
| 159 | p.Name = "Wrap_3_B" |
| 160 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 161 | p.CFrame = CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 162 | p.BrickColor = BrickColor.new("Pine Cone") |
| 163 | p.Material = Enum.Material.Glacier |
| 164 | p.MaterialVariant = "2022 Small Stud" |
| 165 | p.Anchored = true |
| 166 | p.Parent = model |
| 167 | end |
| 168 | do |
| 169 | local p = Instance.new("Part") |
| 170 | p.Name = "Wrap_4_A" |
| 171 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 172 | p.CFrame = CFrame.new(0.04, -0.8, 0) * CFrame.Angles(math.rad(15), math.rad(0), math.rad(0)) |
| 173 | p.BrickColor = BrickColor.new("Pine Cone") |
| 174 | p.Material = Enum.Material.Glacier |
| 175 | p.MaterialVariant = "2022 Small Stud" |
| 176 | p.Anchored = true |
| 177 | p.Parent = model |
| 178 | end |
| 179 | do |
| 180 | local p = Instance.new("Part") |
| 181 | p.Name = "Wrap_4_B" |
| 182 | p.Size = Vector3.new(0.88, 0.2, 0.88) |
| 183 | p.CFrame = CFrame.new(0, -0.8, 0) * CFrame.Angles(math.rad(-15), math.rad(0), math.rad(0)) |
| 184 | p.BrickColor = BrickColor.new("Pine Cone") |
| 185 | p.Material = Enum.Material.Glacier |
| 186 | p.MaterialVariant = "2022 Small Stud" |
| 187 | p.Anchored = true |
| 188 | p.Parent = model |
| 189 | end |
| 190 | do |
| 191 | local p = Instance.new("Part") |
| 192 | p.Name = "GuardCenter" |
| 193 | p.Size = Vector3.new(2, 1.5, 1.2) |
| 194 | p.CFrame = CFrame.new(0, 0, 0) |
| 195 | p.BrickColor = BrickColor.new("Bright yellow") |
| 196 | p.Material = Enum.Material.Glacier |
| 197 | p.MaterialVariant = "2022 Big Stud" |
| 198 | p.Anchored = true |
| 199 | p.Parent = model |
| 200 | end |
| 201 | do |
| 202 | local p = Instance.new("WedgePart") |
| 203 | p.Name = "GuardCenterTop" |
| 204 | p.Size = Vector3.new(1.5, 1, 1) |
| 205 | p.CFrame = CFrame.new(0.04, 0.79, 0) |
| 206 | p.BrickColor = BrickColor.new("Bright yellow") |
| 207 | p.Material = Enum.Material.Glacier |
| 208 | p.MaterialVariant = "2022 Big Stud" |
| 209 | p.Anchored = true |
| 210 | p.Parent = model |
| 211 | end |
| 212 | do |
| 213 | local p = Instance.new("WedgePart") |
| 214 | p.Name = "GuardCenterTopBack" |
| 215 | p.Size = Vector3.new(1.5, 1, 1) |
| 216 | p.CFrame = CFrame.new(0, 0.75, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(0)) |
| 217 | p.BrickColor = BrickColor.new("Bright yellow") |
| 218 | p.Material = Enum.Material.Glacier |
| 219 | p.MaterialVariant = "2022 Big Stud" |
| 220 | p.Anchored = true |
| 221 | p.Parent = model |
| 222 | end |
| 223 | do |
| 224 | local p = Instance.new("Part") |
| 225 | p.Name = "GuardWingL1" |
| 226 | p.Size = Vector3.new(2, 1, 0.8) |
| 227 | p.CFrame = CFrame.new(-1.5, 0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)) |
| 228 | p.BrickColor = BrickColor.new("Bright yellow") |
| 229 | p.Material = Enum.Material.Glacier |
| 230 | p.MaterialVariant = "2022 Big Stud" |
| 231 | p.Anchored = true |
| 232 | p.Parent = model |
| 233 | end |
| 234 | do |
| 235 | local p = Instance.new("Part") |
| 236 | p.Name = "GuardWingL2" |
| 237 | p.Size = Vector3.new(1.5, 0.8, 0.6) |
| 238 | p.CFrame = CFrame.new(-2.8, -0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(45)) |
| 239 | p.BrickColor = BrickColor.new("Bright yellow") |
| 240 | p.Material = Enum.Material.Glacier |
| 241 | p.MaterialVariant = "2022 Big Stud" |
| 242 | p.Anchored = true |
| 243 | p.Parent = model |
| 244 | end |
| 245 | do |
| 246 | local p = Instance.new("WedgePart") |
| 247 | p.Name = "GuardWingL3" |
| 248 | p.Size = Vector3.new(1, 1.5, 0.4) |
| 249 | p.CFrame = CFrame.new(-3.5, -1.5, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(180)) |
| 250 | p.BrickColor = BrickColor.new("Bright yellow") |
| 251 | p.Material = Enum.Material.Glacier |
| 252 | p.MaterialVariant = "2022 Big Stud" |
| 253 | p.Anchored = true |
| 254 | p.Parent = model |
| 255 | end |
| 256 | do |
| 257 | local p = Instance.new("Part") |
| 258 | p.Name = "GuardWingR1" |
| 259 | p.Size = Vector3.new(2, 1, 0.8) |
| 260 | p.CFrame = CFrame.new(1.5, 0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 261 | p.BrickColor = BrickColor.new("Bright yellow") |
| 262 | p.Material = Enum.Material.Glacier |
| 263 | p.MaterialVariant = "2022 Big Stud" |
| 264 | p.Anchored = true |
| 265 | p.Parent = model |
| 266 | end |
| 267 | do |
| 268 | local p = Instance.new("Part") |
| 269 | p.Name = "GuardWingR2" |
| 270 | p.Size = Vector3.new(1.5, 0.8, 0.6) |
| 271 | p.CFrame = CFrame.new(2.8, -0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-45)) |
| 272 | p.BrickColor = BrickColor.new("Bright yellow") |
| 273 | p.Material = Enum.Material.Glacier |
| 274 | p.MaterialVariant = "2022 Big Stud" |
| 275 | p.Anchored = true |
| 276 | p.Parent = model |
| 277 | end |
| 278 | do |
| 279 | local p = Instance.new("WedgePart") |
| 280 | p.Name = "GuardWingR3" |
| 281 | p.Size = Vector3.new(1, 1.5, 0.4) |
| 282 | p.CFrame = CFrame.new(3.5, -1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(180)) |
| 283 | p.BrickColor = BrickColor.new("Bright yellow") |
| 284 | p.Material = Enum.Material.Glacier |
| 285 | p.MaterialVariant = "2022 Big Stud" |
| 286 | p.Anchored = true |
| 287 | p.Parent = model |
| 288 | end |
| 289 | do |
| 290 | local p = Instance.new("Part") |
| 291 | p.Name = "BladeBaseCore" |
| 292 | p.Size = Vector3.new(3, 4, 0.6) |
| 293 | p.CFrame = CFrame.new(0, 2, 0) |
| 294 | p.BrickColor = BrickColor.new("Dark blue") |
| 295 | p.Material = Enum.Material.Glacier |
| 296 | p.MaterialVariant = "2022 Inlet" |
| 297 | p.Anchored = true |
| 298 | p.Parent = model |
| 299 | end |
| 300 | do |
| 301 | local p = Instance.new("WedgePart") |
| 302 | p.Name = "BladeBaseEdgeL" |
| 303 | p.Size = Vector3.new(0.4, 4, 0.48) |
| 304 | p.CFrame = CFrame.new(-1.7, 1.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 305 | p.BrickColor = BrickColor.new("Bright blue") |
| 306 | p.Material = Enum.Material.Glacier |
| 307 | p.MaterialVariant = "2022 Universal" |
| 308 | p.Anchored = true |
| 309 | p.Parent = model |
| 310 | end |
| 311 | do |
| 312 | local p = Instance.new("WedgePart") |
| 313 | p.Name = "BladeBaseEdgeR" |
| 314 | p.Size = Vector3.new(0.4, 4, 0.48) |
| 315 | p.CFrame = CFrame.new(1.7, 1.8, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-90)) |
| 316 | p.BrickColor = BrickColor.new("Bright blue") |
| 317 | p.Material = Enum.Material.Glacier |
| 318 | p.MaterialVariant = "2022 Universal" |
| 319 | p.Anchored = true |
| 320 | p.Parent = model |
| 321 | end |
| 322 | do |
| 323 | local p = Instance.new("WedgePart") |
| 324 | p.Name = "Barb1L" |
| 325 | p.Size = Vector3.new(1.5, 1, 0.36) |
| 326 | p.CFrame = CFrame.new(-2, 4, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(135)) |
| 327 | p.BrickColor = BrickColor.new("Bright blue") |
| 328 | p.Material = Enum.Material.Glacier |
| 329 | p.MaterialVariant = "2022 Universal" |
| 330 | p.Anchored = true |
| 331 | p.Parent = model |
| 332 | end |
| 333 | do |
| 334 | local p = Instance.new("WedgePart") |
| 335 | p.Name = "Barb1R" |
| 336 | p.Size = Vector3.new(1.5, 1, 0.36) |
| 337 | p.CFrame = CFrame.new(2, 4, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(135)) |
| 338 | p.BrickColor = BrickColor.new("Bright blue") |
| 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.Name = "BladeMidCore" |
| 347 | p.Size = Vector3.new(2.7, 4, 0.54) |
| 348 | p.CFrame = CFrame.new(0, 6.04, 0) |
| 349 | p.BrickColor = BrickColor.new("Bright blue") |
| 350 | p.Material = Enum.Material.Glacier |
| 351 | p.MaterialVariant = "2022 Universal" |
| 352 | p.Anchored = true |
| 353 | p.Parent = model |
| 354 | end |
| 355 | do |
| 356 | local p = Instance.new("WedgePart") |
| 357 | p.Name = "BladeMidEdgeL" |
| 358 | p.Size = Vector3.new(0.4, 4, 0.42) |
| 359 | p.CFrame = CFrame.new(-1.55, 5.8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)) |
| 360 | p.BrickColor = BrickColor.new("Cyan") |
| 361 | p.Material = Enum.Material.Glacier |
| 362 | p.MaterialVariant = "2022 Stud" |
| 363 | p.Anchored = true |
| 364 | p.Parent = model |
| 365 | end |
| 366 | do |
| 367 | local p = Instance.new("WedgePart") |
| 368 | p.Name = "BladeMidEdgeR" |
| 369 | p.Size = Vector3.new(0.4, 4, 0.42) |
| 370 | p.CFrame = CFrame.new(1.55, 5.8, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-90)) |
| 371 | p.BrickColor = BrickColor.new("Cyan") |
| 372 | p.Material = Enum.Material.Glacier |
| 373 | p.MaterialVariant = "2022 Stud" |
| 374 | p.Anchored = true |
| 375 | p.Parent = model |
| 376 | end |
| 377 | do |
| 378 | local p = Instance.new("WedgePart") |
| 379 | p.Name = "Barb2L" |
| 380 | p.Size = Vector3.new(1.2, 0.8, 0.3) |
| 381 | p.CFrame = CFrame.new(-1.85, 8, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(135)) |
| 382 | p.BrickColor = BrickColor.new("Cyan") |
| 383 | p.Material = Enum.Material.Glacier |
| 384 | p.MaterialVariant = "2022 Stud" |
| 385 | p.Anchored = true |
| 386 | p.Parent = model |
| 387 | end |
| 388 | do |
| 389 | local p = Instance.new("WedgePart") |
| 390 | p.Name = "Barb2R" |
| 391 | p.Size = Vector3.new(1.2, 0.8, 0.3) |
| 392 | p.CFrame = CFrame.new(1.85, 8, 0) * CFrame.Angles(math.rad(0), math.rad(-180), math.rad(135)) |
| 393 | p.BrickColor = BrickColor.new("Cyan") |
| 394 | p.Material = Enum.Material.Glacier |
| 395 | p.MaterialVariant = "2022 Stud" |
| 396 | p.Anchored = true |
| 397 | p.Parent = model |
| 398 | end |
| 399 | do |
| 400 | local p = Instance.new("Part") |
| 401 | p.Name = "BladeUpperCore" |
| 402 | p.Size = Vector3.new(2.4, 4, 0.48) |
| 403 | p.CFrame = CFrame.new(0, 10.08, 0) |
| 404 | p.BrickColor = BrickColor.new("Cyan") |
| 405 | p.Material = Enum.Material.Glacier |
| 406 | p.MaterialVariant = "2022 Stud" |
| 407 | p.Anchored = true |
| 408 | p.Parent = model |
| 409 | end |
| 410 | do |
| 411 | local p = Instance.new("Part") |
| 412 | p.Name = "BladeTipCore" |
| 413 | p.Size = Vector3.new(2.4, 3, 0.42) |
| 414 | p.CFrame = CFrame.new(0, 13.62, 0) |
| 415 | p.BrickColor = BrickColor.new("Cyan") |
| 416 | p.Material = Enum.Material.Glacier |
| 417 | p.MaterialVariant = "2022 Stud" |
| 418 | p.Anchored = true |
| 419 | p.Parent = model |
| 420 | end |
| 421 | do |
| 422 | local p = Instance.new("WedgePart") |
| 423 | p.Name = "BladeTipPointL" |
| 424 | p.Size = Vector3.new(1.2, 3, 0.3) |
| 425 | p.CFrame = CFrame.new(-0.24, 16.46, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)) |
| 426 | p.BrickColor = BrickColor.new("Cyan") |
| 427 | p.Material = Enum.Material.Glacier |
| 428 | p.MaterialVariant = "2022 Stud" |
| 429 | p.Anchored = true |
| 430 | p.Parent = model |
| 431 | end |
| 432 | do |
| 433 | local p = Instance.new("WedgePart") |
| 434 | p.Name = "BladeTipPointR" |
| 435 | p.Size = Vector3.new(1.2, 3, 0.3) |
| 436 | p.CFrame = CFrame.new(0.34, 16.36, 0) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(-15)) |
| 437 | p.BrickColor = BrickColor.new("Cyan") |
| 438 | p.Material = Enum.Material.Glacier |
| 439 | p.MaterialVariant = "2022 Stud" |
| 440 | p.Anchored = true |
| 441 | p.Parent = model |
| 442 | end |
| 443 | do |
| 444 | local p = Instance.new("Part") |
| 445 | p.Name = "BladeRidge1" |
| 446 | p.Size = Vector3.new(0.2, 4, 0.1) |
| 447 | p.CFrame = CFrame.new(0, 2.04, 0.38) |
| 448 | p.BrickColor = BrickColor.new("Cyan") |
| 449 | p.Material = Enum.Material.Neon |
| 450 | p.Anchored = true |
| 451 | p.Parent = model |
| 452 | end |
| 453 | do |
| 454 | local p = Instance.new("Part") |
| 455 | p.Name = "BladeRidge2" |
| 456 | p.Size = Vector3.new(0.2, 4, 0.1) |
| 457 | p.CFrame = CFrame.new(0, 6.08, 0.35) |
| 458 | p.BrickColor = BrickColor.new("Cyan") |
| 459 | p.Material = Enum.Material.Neon |
| 460 | p.Anchored = true |
| 461 | p.Parent = model |
| 462 | end |
| 463 | do |
| 464 | local p = Instance.new("Part") |
| 465 | p.Name = "BladeRidge3" |
| 466 | p.Size = Vector3.new(0.2, 4, 0.1) |
| 467 | p.CFrame = CFrame.new(0, 10.08, 0.24) |
| 468 | p.BrickColor = BrickColor.new("Toothpaste") |
| 469 | p.Material = Enum.Material.Neon |
| 470 | p.Anchored = true |
| 471 | p.Parent = model |
| 472 | end |
| 473 | do |
| 474 | local p = Instance.new("Part") |
| 475 | p.Name = "BladeRidge4" |
| 476 | p.Size = Vector3.new(0.2, 3, 0.1) |
| 477 | p.CFrame = CFrame.new(0, 13.62, 0.21) |
| 478 | p.BrickColor = BrickColor.new("Toothpaste") |
| 479 | p.Material = Enum.Material.Neon |
| 480 | p.Anchored = true |
| 481 | p.Parent = model |
| 482 | end |
| 483 | model.PrimaryPart = model:FindFirstChild("GuardCenter") |
| 484 | print("FantasySword built: " .. #model:GetChildren() .. " parts") |
Loading comments...