โจ๏ธ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