what and where is the script?
is it a script that’s inside the player’s character or is it a localscript or idk
Your script is saying to bind “K” to the pressed function that will only run if the UserInputState isn’t Begin and after 5 seconds, the action will be unbinded.
If you’re saying that it doesn’t execute, it’s either because 5 seconds has passed when you try or that you’re only holding down “K” and not releasing it (which makes the input state “Ended”).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.