Player:Move called, but player currently has no humanoid

I am not sure why your character has no humanoid. Re-check your scripts to see if they’re deleting the humanoid?

I think i figure it out, do you try to change your camerasubject?

and also i was delete my character with script

This happens if you delete character using :Destroy() function, use :Remove() instead.