Thank you for using our website
Your script:
--https://rbscripts.com
game:GetService("UserInputService").InputBegan:Connect(function(i, gpe)
if not gpe and i.KeyCode == Enum.KeyCode.R then
keypress(0x45)
wait(0.70)
keyrelease(0x45)
end
end)