StarterCharacter not respawning

So my starterCharacter works perfectly but it does not respawn when I reset my character. When I click reset or I die, I just stay dead in blocks forever. The character is a fox model parented in StarterPlayer with the name as StarterCharacter.
Picture of the model -

Picture of it’s components-
image

image

Note: It moves works just fine, respawning is my only issue.

If you delete the model from the starter character, does your character still not respawn?

if so, have you checked the respawn time from your game’s Players service? that might be the issue
image

Is Players.CharacterAutoLoads set to true?

Yes, it is set to true
image

@marix8275 The respawn time is 3.

Is it possible you could send the model so I can reproduce it?

From your screenshot it looks like you’re missing the “Health” script & “Animate” script, when playing as a normal character copy and paste the necessary instances into the custom StarterCharacter.

1 Like

The Animate script is inside StarterCharacterScripts but I did not add a health script. I will try that hoping it would fix the problem.