Help with character not respawning

Hello, does anyone know how i can fix my character respawning?
I’m not sure what’s causing it but if there’s anyway to fix it i would appreciate it.

1 Like

You use specific character loader? If so provide script, if not set CharacterAutoLoads in plaers to true

1 Like

if you watched the video you could see that it was on, it doesn’t respawn my character even though i have…
i’m thinking of just respawning the character manually when they die
but it seems a bit impractical since roblox does it automatically

1 Like

I meant its possible that some script is affecting CharacterAutoLoads. However this also may be caused by script that affects character or player, for example destroys humanoid or HumanoidRootPart locally

1 Like

If you’ve tried the other solutions you could check for the players death from the client and load the Players character again

I have a similar problem, only with the difference that the character is not resetting if it is set to BreakJointsOnDeath == false
I solved it by loading the character manually.