⌨️Keybinds

These are the keys you want to use for the script !

πŸ“–Quick guide

Every controls are listed HERE

The key id (number) defines the key listened by the script to trigger the action.


πŸ”΄Key 1 - Main action

This key will control the main action (enter, exit, evict). Set to "E" by default

cfg.key = 38

🟠Key 2 - Secondary action

This key will control the secondary action (Anims switch). Set to "X" by default

cfg.key2 = 73

🟑Key 3 - rotate1

This key will control rotation. Set to "Left key" by default

cfg.key3 = 174,

🟒Key 4 - rotate2

This key will control rotation. Set to "Right Key" by default

cfg.key4 = 175,

Last updated