#Solved: Plugin support
11 messages · Page 1 of 1 (latest)
You'll have to elaborate more than that.
You can only track the plugin keys, leaning left/right, sprinting and jumping
I have met servers that track not only function keys, but also such as "F2, ;"
F2 is a function key
“;” is a plugin key
There was a github repository by someone who made a handler that handles keybinds, go take a look, I can not seem to find it right now.
What most people use is PlayerInput.onPluginKeyTick which listens to all the Plugin Keys (Look at the Controls Options Ingame)
If you want to listen to other keys, first of all you are limited to these actions
But just subscribe to the appropriate event and youre good
Thanks, but it's sad that there are only 5 keys