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

roblox r15 avatar first person ?

Asked by 5 years ago

I cant make first person mode for r15 avatar?

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

Here's how:

Option 1 StarterPlayer Properties > Camera Mode > LockFirstPerson

Option 2 Make a Script in Workspace. Code:

game.StarterPlayer.CameraMinZoomDistance = 0
game.StarterPlayer.CameraMaxZoomDistance = 0
Ad

Answer this question