Gayala3
1
I want to have multiple shoot buttons (i.e. Space and left click) have a simple script that will do that but then the player can fire twice. When one is pressed I want the other one to be disabled.
You could put both in one if statement:
If(input.getkeydown(“space”) || input.getbuttondown(“Fire1”))