The Character loaded prints first, then the Camera set. But even if I was 5 seconds after the character loads, the camera never gets set. What am I missing? If I remove the LoadCharacter then it works, but doesn’t work when the character loads.
Just to make sure, you named your local script “CameraScript”, and placed it in StarterPlayerScripts, correct? If it’s not named this or its parent isn’t set correctly, then it doesn’t get overwritten.
If you want to make sure its overwritten, check for either a PlayerModule module script, or a local script named CameraScript, and if either exists, then there is still a camera script taking control.
For some reason my part disappears from the game (even tho it’s still there, in the same pos, in workspace), and the character isn’t there (the character model is inside the workspace tho)
Very old topic, but I am experiencing this same issue and I was wondering if there is any easy fix that doesn’t involve completely removing the default camerascript.