How would I detect the click of the Browser Forward Button using User Input Service?
If you can detect it it would register with a keycode.
You could write a simple script to print the keycodes of any inputs then use those two buttons and see what is outputted.
My guesses would be two of:
- MouseBackButton
- MouseNoButton
- MouseX
- MouseY
- PageUp
- PageDown
Normally they’re called like Mouse3 and Mouse4, but roblox doesn’t name their keycodes like that.