Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("Workspace").CurrentCamera:Destroy()
- wait(0.1)
- game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
- game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
- LocalPlayer.CameraMinZoomDistance = 0.5
- LocalPlayer.CameraMaxZoomDistance = 400
- LocalPlayer.CameraMode = "Classic"
- end
Advertisement
Add Comment
Please, Sign In to add comment