How to completely prevent mouse input from being transmitted to game logic without affecting UI logic

You just have a bool in the player ‘bag open’. When its true, just ignore the player controls :slight_smile: