Like I said, Im unable to delete or move the player for some reason
i really do think itd better to share your game ?
you dont have to delete the player just delete the “Humanoid” in the player
Ok i will share the game to all of you
Can you include a link to the place please? I don’t know which place it is.
I wanna know why your humanoid is in your player. I feel like you’re trolling since that can’t happen in accident. Also you shouldn’t delete or move your player instance.
You said the player dont have a humanoid so I added it
Sorry Im not too familiar with these
I meant the character needs the humanoid. (By character I mean the model in workspace that has your username)
Oh, now i get it, thank you so much!
Oh yea when I went to the game, I don’t have the humanoid inside my player, any ideas how to fix that?
You shouldn’t have your humanoid inside your player. Only your character model in the workspace. So it is fine.
no i mean when i joined the game, my character dont have a humanoid inside it
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.