Roblox Script /Titan Wars : Tower Defense / Mobile And Pc Script

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

ความคิดเห็น • 7

  • @CocoHappy-g1z
    @CocoHappy-g1z 9 หลายเดือนก่อน

    Video lion KC lee

  • @tiennguyen-oe1vs
    @tiennguyen-oe1vs 4 หลายเดือนก่อน

    Key

  • @Lihanluni2
    @Lihanluni2 9 หลายเดือนก่อน

    I cant click a script in description because its not blue writing

  • @striencemarak544
    @striencemarak544 9 หลายเดือนก่อน

    it patched

  • @CocoHappy-g1z
    @CocoHappy-g1z 9 หลายเดือนก่อน

    Copy video

  • @cheamdino
    @cheamdino 10 หลายเดือนก่อน

    Give me gem pls 😢

  • @matthiewbalingit4743
    @matthiewbalingit4743 4 หลายเดือนก่อน

    local removeNametags = false -- remove custom billboardgui nametags from hrp, could trigger anticheat
    local plr = game:GetService("Players").LocalPlayer
    local character = plr.Character
    local hrp = character.HumanoidRootPart
    local old = hrp.CFrame
    if not character:FindFirstChild("LowerTorso") or character.PrimaryPart ~= hrp then
    return print("unsupported")
    end
    if removeNametags then
    local tag = hrp:FindFirstChildOfClass("BillboardGui")
    if tag then tag:Destroy() end
    hrp.ChildAdded:Connect(function(item)
    if item:IsA("BillboardGui") then
    task.wait()
    item:Destroy()
    end
    end)
    end
    local newroot = character.LowerTorso.Root:Clone()
    hrp.Parent = workspace
    character.PrimaryPart = hrp
    character:MoveTo(Vector3.new(old.X,9e9,old.Z))
    hrp.Parent = character
    task.wait(0.5)
    newroot.Parent = hrp
    hrp.CFrame = old scrip