For example:
local cam = game.Workspace.CurrentCamera
cam.CameraSubject = game.Workspace.Part
This does not set the camera subject to the part, it just stops it from following the player.
How would I fix this?
For example:
local cam = game.Workspace.CurrentCamera
cam.CameraSubject = game.Workspace.Part
This does not set the camera subject to the part, it just stops it from following the player.
How would I fix this?
Delete this delete this delete this
This platform is evil
Nope, still the same issue. Is it working for you?
Delete this delete this delete this
This platform is evil
Nevermind! I’m sorry, it’s working now. I moved it to starter character scripts.