hey folks!
input.getbutton/whatever() is being called every frame in the update() function, meaning that it will execute my code inside the {} of my input.whatever when i PRESS or HOLD DOWN the button. meaning it will also stop executing my code once i RELEASE the button.
my question is, does anyone know how to execute the code without having to hold down the code?
sorry for the CAPS folks, that’s where i want u guys to focus. any help is appreciated, thank you very much.