Help with a basic script

I’m not at all experienced with roblox scripting, to be honest I don’t know anything, so I came to ask for a little help.

I would like to make a script so that when the player dies the camera is set to ZoomMin = 5.

The problem itself is that after the player dies the arms continue to appear, I believe that if the camera leaves 0.5 as soon as the player dies this problem is solved, and replaced by a third-person camera.

The player object has MinZoomDistance and MaxZoomDistance properties, set both of these to 5 (MaxZoomDistance first)

Can I See how the script looks like ?

Make sure classic camera mode is enabled before this.

I’m not sure if this is what you want but what if you set the CameraType to Fixed and make the player’s hands (or HUD model) invisible when they die, and then set them back when they respawn.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.