Page 1 of 1

Movement keys remap not working in Roblox

Posted: 16 May 2020, 12:24
by DarkNin
Hi,

I have a simple script that is binding Roblox WASD movement keys to arrow keys. It works in chat, so if I type a, the cursor go left etc. However, it is not working on the player movement. Am I missing something? Below is the mini script:

Code: Select all

#IfWinActive, Roblox
{
a::Left
d::Right
}
AutoHotkey_1.1.32.00