I’m trying to disable FilteringEnabled on my game, but I haven’t found any way to do so yet. Any suggestions?
I tried:
game.Workspace.FilteringEnabled = false
I dont believe they allow this to happen anymore, or so i have been told.
Filtering enabled is automatically enabled on all roblox games for a while. You can't disable it and the only way to replicate everything the client inputs is to use remote events for everything (pretty redundant). However, FilteringEnabled was Enabled everywhere for a reason, be cautious.