local TM = require(script.Parent.Parent:WaitForChild("ToolManagment")) tool = script.Parent player = game.Players.LocalPlayer InputService = game:GetService("UserInputService") ReplicatedStorage = game:GetService("ReplicatedStorage") Debris = game:GetService("Debris") Kick = false Equipped = false Usage = true repeat wait() until player.Character:FindFirstChild("Humanoid") local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://4055996954" local PlayAnim = player.Character.Humanoid:LoadAnimation(Anim)
when respawning or when you refresh yourself really fast. It breaks the tool. Anyone can help??
what it says in dev console - humanoid to be a descendant to the game object