Camera POV to CFrame not working

Hello developers! I’m currently working for a development team, and I need help.

I’m trying to make like a lobby camera type script, I guess. I want the player’s camera to move to my workspace part’s CFrame.

However, when I try to do so, nothing happens, and the console continues to give me false claims.

As you can see, I have a folder called “CameraParts” with two POV blocks.
image

Then I have a StarterGUI script that has the following code:
image

I’m using CFrame and everything but the script doesn’t work. Then I checked the development console and this appears:

image

This makes no sense, because there is a “POV” in CameraParts. Please help.

1 Like

Try doing :WaitForChild() or :FindFirstChild(). Probably didn’t replicate to client.

The issue is that the part doesn’t exist yet when the script runs.

:WaitForChild() should fix it. The script is loading before the camera part is even made. Just client speed n stuff,

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