I’m using ContextActionService to fire a function when a key is pressed, but the problem is that ContextActionService fires the same function again after the input has ended.
How can I make it so ContextActionService is only firing functions when the Input has began?