I was wondering if someone could point me in the right direction in assigning two keys to a derma menu.
An example would be be a player pressing shift + r to open a menu that is a shop.
[lua] if ply:KeyDown("Key1") and ply:KeyDown("Key2") then [/lua]
It worked, thank you very much.
Sorry, you need to Log In to post a reply to this thread.