Roblox Studio camera stuck in fixed position on play test

no code. just bugged on join… :confused:

probably something to do with camera settings then
are u sure youre arent using the fixed movement type?

no, it set to custom

also tried all other types

try checking all your scripts to make sure none of them are interfering with your camera

tried that too… im losing hope. and this is a big project

Sounds like the game is taking ages to load which results in the character not loading; making the camera not attach to it.
Check again for any scripts that may be setting the camera.

I made a duplicate game file and deleted everything in hopes to pinpoint the issue, still bugged with everything gone

Send a screenshot of your StarterPlayer properties.

where can I find that?

under players or starter-layer

oh found it

Can you send a screenshot of what the bug looks like?



here are provided snapshots of this on the official file

Show me the properties of the Camera without running the game, you may have set CameraType to something else.

sure! here It is

Ok so something is setting the CameraSubject to nil and the CameraType to fixed

yeah I figured that out but ive run through everything and even deleted everything and still got this issue :frowning:

Do you have a safe copy of the game with just the problem so I can have a look myself?

yeah I got a copy of the game with nothing and the game with everything

IF you want it dm me on discord: skyss0fly and ill send it there

You’ve got CharacterAutoLoads disabled under Players, which is causing the camera problem.
image

6 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.