I have a script that works perfectly, it’s just that some times if you use it when the player dies, the script will check for a humanoid root part, find it to not exist, error, and then break permanently
Any easy way to fix this, or do I really just have to go back through my scripts and throw in "if FindFirstChild(“HumanoidRootPart”)"s everywhere?