New to Hotkey, nothing I do is working
I'm trying to change wasd hotkeys to arrowkeys whenever I open roblox using this code, but it doesn't work. Idk how to code, I just copy pasted it
#HotIf WinActive('ahk_exe Roblox.exe')
w::Up
a::Down
s::Right
d::Left
#HotIf