I have runservice running and once the player dies it just stops doing its thing.
RunService.RenderStepped:Connect(update)
the script is in the player (not player character) and I can’t find a solution to make it so the RunService keep working after dying. If anyone knows anything please let me know. Thank you.
If your update function uses things like the characters humanoid root part, you will need to get the new one as it will still ise the old one which has been destroyed.
This is why including your code in the post is important.