Is there any way to bind a command to a key for all players on the server, I have seen it on servers such as Intoxicated Sandbox with the middle click to open the GUI etc.
Binding command to key for all players on server?Solved
You cannot bind keys anymore. The only thing is you can detect some of button presses. See OnPlayerInput hook. player.serverInput field.
Can't bind from the server, clients can still bind on their own. Just to clarify. ;)misticos
You cannot bind keys anymore. The only thing is you can detect some of button presses. See OnPlayerInput hook. player.serverInput field.
Thanks guys, I managed to make a bind plugin.
Locked automatically