I am making a tool where If you press r or e a ability will show but Its not working, here Is the script:
local function Key(key)
if key then key = string.lower(key) if key == "r" then print("yes") end end
end