Hi, there's many scripts that have a camera that follow a player, except what I want is a camera to follow an object named "ball" which corresponds to a soccer ball to make a TV kind of system but I'm unsure of how to get the camera to follow the ball instead of my character, if anyone could help I'd be really grateful.
Use CameraSubject
.
local cam = workspace.CurrentCamera cam.CameraSubject = workspace.Part
More info here. Please accept answer if this helped!
local cam = workspace.CurrentCamera cam.CameraSubject = workspace.YourPart cam.CameraType = Enum.CameraType.Scriptable
or you can watch these vids to help https://www.youtube.com/watch?v=bkDp4fRbVZU&t=2s