I’m trying to make it so that whenever you are recording it automatically hides some ui elements but I’m having trouble detecting whenever the player starts recording.
I’ve tried using userinputservice to detect whenever the player presses F12 but it just doesn’t seem to register.
I noticed that whenever you start recording it says
I’m pretty sure there was a way to detect whenever a specific message was sent to the console somehow but I don’t remember how.