How does Roblox detect input

Recently I’ve made a program that would allow me to easily just macro press Space, it seems to work and be counted by UserInputService but for some reason it does not count towards actions like jumping.

I know that a lot of other programs can affect your actions in-game like jumping even on a pure baseplate so what could the issue?

You can spam the space bar, but if the input sensing script has a Debounce – When and Why in it then the script has a time delay before the input is registered again.

1 Like