I noticed in some games that the camera goes into the sky while loading the map. This is happening on my site, and I was wondering if I can stop this behavior from happening. I have a set position for the camera to go to while loading, and this camera behavior stops this. Any help would be appreciated. Thanks.
My suggestion would be to see if parenting your loading script that handles the camera position to ReplicatedFirst, as this is run before the game has been loaded.
It’s parented to ReplicatedFirst
If that’s the case, I would probably resort to having a loading screen cover the screen until the game is done loading and then transition the camera to the position you would like. (As I don’t believe it’s possible to set the camera’s position while the game is loading.)