A signal or property to determine when the FreeCam is enabled/disabled?

To toggle the freecam, you do SHIFT + P on PC: FreeCamera for taking in game recordings/screenshots

Is there any way to check when this mode is enabled/disabled?

I’m looking to avoid ContextActionService and UserInputService in this case to account for changes to this features key binding in the future.

1 Like

You can make a booleen value(true or false statement) with an If statment to check if the FreeCamera has been enabled

This method would require using ContextActionService or UserInputService

why is that? (30 charsssssssssss)