of     1   

Frenchtoast0
#226103337Sunday, October 08, 2017 12:09 AM GMT

Hello! I want to force every player that enters my game to have a CameraMaxZoomDistance = 5. How would I do this and where would I put the script? ----------------------------------------------- function setCamera(player) player.CameraMaxZoomDistance = 5 end game.Players.PlayerAdded:connect(setCamera) ------------------------------------------- The above script didn't work in workspace...
xqki
#226105990Sunday, October 08, 2017 1:16 AM GMT

So, in the explorer there should be a StarterPlayer folder, and in that there is a max zoom distance setting. So just change it to 5 and every time someone joins, respawns, or dies, there camera max zoom will be 5.
Frenchtoast0
#226108200Sunday, October 08, 2017 2:06 AM GMT

Thanks! Perfect!

    of     1