Just out of curiosity, does this mean FE will become read-only?
What with the games that require FilteringEnabled to be disabled?
FilteringEnabled has been forced enabled since late 2018. No game on Roblox has FE disabled.
Effectively, yeah, but (I think) there’s technically a distinction since setting it won’t error:
To clarify, I support the change. Sorry for being confusing.
It has been technically speaking read-only feature for ages, the only difference is that you cant tick the button in the widget anymore with a script/or yourself, ticking it on or off had 0 effect to the game itself.
It does not really have a purpose today, since filtering enabled has been forced on since the removal of experimental places.
yup… this is a revolutionary change… can’t wait
According to your join date, you joined Roblox post-Experimental Mode. So I’ll give a short history lesson.
Before some time in 2018, there was an option in Roblox games called Experimental Mode. This mode has a lot of technical and security implications, but put simply it made games much less secure and much more vulnerable to damage by exploiters.
Before you joined Roblox, it was decided that the security issues posed by Experimental Mode were unacceptable and it was disabled permanently for all games. However, the option for Experimental Mode was left behind, even though it no longer functioned.
Now, fast forward several years, they’re finally cleaning up that unused option. It won’t affect any of your work.
From my memories at one point, they made experimental mode 13+ only. Whats funny is that i was 10 at the time i made my account, and i set my birthdate to like 1994.
It’s surprising it even took this long to be removed
In the future, is there ever a possibility for 18+ verified IDed users (because of the fact Roblox is going to be IDing people for voice chat) to play Filtering Disabled legacy games (which will make them work again?)
We do not have any plans to ever re-enable Experimental Mode for games.
About time you guys finally remove the FilteringEnabled property, but I’m a bit curious. How come you guys decided to force FE in 2018 instead of when you guys first allowed users to create games so that it wouldn’t have broken games when the functionality of FilteringEnabled was removed? Was it because you guys just didn’t have the client-server system created at the time, or was it because of just ease of development, or was it just because you guys didn’t think exploits server damaging (like the serversides we see today) wouldn’t get developed?
it was so insanely easy to exploit when filtering enabled wasn’t a thing, sometimes even destroying a lot of games just because of the old exploits.
I know that, I just asked why they didn’t force it sooner
They maybe didn’t think about all the exploits then.
Thanks so much for letting us know how to check for FilteringEnabled in any of our scripts, I would’ve never had to time to check them all. And FE property never did anything, so why was it even added??
The setting has now been flipped, so the property will always return true & ignore sets. Please let us know if you run into any unexpected behavior.
It didn’t do anything after FE was forced enabled. Previously, it enabled FE in your game depending on the value state.