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.
You use specific character loader? If so provide script, if not set CharacterAutoLoads in plaers to true
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
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
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.
thank you, late 2024 but here we are… It seems like messing with hum or rootpart locally breaks the respawn, like setting cancollide locally and so on… so ty guys