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

Help me :( how change the camera mode that you can see is the hand only ?

Asked by 8 years ago

Help me :( i wonder how to create a zombie game or something but i really need help because i want to change the camera mode that i can see is the hand only :( i dont have any script but i hope you have it ?

2 answers

Log in to vote
0
Answered by
1waffle1 2908 Trusted Badge of Merit Moderation Voter Community Moderator
8 years ago

You can force the camera to zoom all the way in by setting Player.CameraMaxZoomDistance to 0. As for making the arm visible while zoomed in, you should weld a clone of the arm to the actual arm so that the clone isn't automatically forced to be transparent.

0
my question is How can i change the camera mode without scrolling or zooming ? :'( undyingkiller 0 — 8y
0
If you set Player.CameraMaxZoomDistance to 0, there is no zooming, because the camera is always in first person. 1waffle1 2908 — 8y
0
Why can't you just do LockFirstPerson? TheDeadlyPanther 2460 — 8y
0
I believe what he's going for is a camera CFrame script for the Custom mode of CurrentCamera, where it locks in on the player's head but still follows the player's head as the origin, yet has angular controllable features. That's my assumption. Legojoker 345 — 8y
Ad
Log in to vote
-1
Answered by 8 years ago

Player.CameraMaxZoomDistance = 0

Answer this question