Camera stuck looking at baseplate problem

  1. What do you want to achieve? Keep it simple and clear!
    I want my game to work as it worked before.
  2. What is the issue? Include screenshots / videos if possible!
    Camera stopped working, I did not change any property and the camera’s stuck.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried looking at dev forum, youtube, google, asked others, still no solution.

Camera type is CUSTOM.
What I see when I hit play:

Are there any malicious things you might’ve potentially installed? I believe this usually happens when everything is still trying to load (As well as the Character and such)

Could you check your Output as well if possible?

There is no error in output. And no, there is no malicious thing in the game.

Did you set the LoadCharacter Property to false?

Nope! I did not touch it. It is still on.

does your game lag a lot at all?

because when I had a slower computer, and when I tried playing PF on roblox, the character wouldn’t load for a WHILE!

Nope, it was lag-free when everything was working properly.

Try reloading studio? cuz that could work.

Nope. Already deleted it and downloaded back, also restarted computer. Nothing worked so far.

try putting everything into a new game, that could work.

Mhm! Luckily there is not a lot of scripts to move and models, let me try it.

there probably a script messing with the camera settings what happens when you delete the baseplate

1 Like

it still does not work. and yeah, there was a script “messing” with it, but I have disabled it but still the camera won’t work

well-- just did so and- still does not work

look through your scripts and find key words inside the script by pressing Ctrl+F and type in “Camera” or something.

1 Like

I have one script, I deleted it and it worked, but I do not understand, the script should trigger only when I fire remote event.

1 Like

Alright, I fixed it by moving the script into starter gui. Thank you!