Gamepad Toggle First Person Removal

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    A: I want to know If there is any way of removing the toggle first person from gamepad by pressing R3

  2. What is the issue? Include screenshots / videos if possible!
    A: No Issue, just wanted to know If there is any way, either with bindservice or anything to solve that

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    A: Couldn’t find an awsner on devforum

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

(You don’t need to give me an whole script, just tell me how)

Toggle first person? You mean like setting the minimum character zoom value so they can’t zoom in all the way?

You can do that from the StarterPlayerFolder no script required.

1 Like

In gamepad, when you press R3, the first person and zoom changes, I want to remove that to add my special move on R3 instead

Not sure if I understand enough about your plan but that sounds like a ContextActionService scenario.

1 Like

Nevermind, the StarterPlayer thing worked, the first person wasn’t toggled after changing that. Thank you

1 Like

I had to unbind the RbxCameraKeypress with context action server, hope this helps anyone there

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