I want to make sure that filtering enabled is on so my game doesn't get exploited, how do I make sure its on?
Filtering enabled is now forced, you cannot disable it.
Filtering Enabled is a form of anti-exploiting roblox has implemented.
Basically, Filtering Enabled (FE) disables client modification of server values, or in simpler words, the client can't make changes to the game.
Well.. as you go to the Workspace service's properties you'll find a property called "Filtering Enabled", it's a bool property that lets you change. But the change won't effect the game since Roblox doesn't let you disable it. The property's value my be changed but nothing will effect. So, don't ever worry, it will never be disabled.