Movement keys remap not working in Roblox

Ask gaming related questions (AHK v1.1 and older)
DarkNin
Posts: 1
Joined: 16 May 2020, 12:11

Movement keys remap not working in Roblox

Post by DarkNin » 16 May 2020, 12:24

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

Return to “Gaming Help (v1)”