I want the CurrentCamera of the player to return back to the player's Humanoid. So i wrote this code:
camera = game.Workspace.CurrentCamera player = game.Players.LocalPlayer camera.CameraSubject = player.Character.Humanoid camera.CameraType = 'Custom'
The code is written in a LocalScript and it is cloned into the player's backpack, but it still doesn't work. plz help! :)
Try not setting the camera subject to the humanoid, but just the player in general.