Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Help with 'StarterPlayer'?

Asked by 9 years ago

How would I use 'StarterPlayer' to change max zoom distance? or min zoom distance?

1 answer

Log in to vote
2
Answered by
Redbullusa 1580 Moderation Voter
9 years ago

You may change the properties on the StarterPlayer service that's in between 'StarterPack' and 'Soundscape' if you want the players to have that property set up when they spawn.

You may also change the properties on the Player if you want to change it individually.

-- Example
game.Players.LocalPlayer.CameraMaxZoomDistance = 10

You ought to start getting used to researching Roblox's APIs at reliable sources such as Wiki, YouTube, or Roblox's forums.

Ad

Answer this question