How do I make a camera system?

How would I make a main menu that uses a block as a camera and once say a UI button is pressed it spawns into the player

You can set the CameraType to Enum.CameraType.Scriptable. You can set the CFrame of the camera to the block’s CFrame using camera.CFrame = part.CFrame.

1 Like