Categories > Exploiting > Roblox >

Question About Filtering Enabled

Posts: 19

Threads: 3

Joined: Jan, 2020

Reputation: 0

Posted

Does FE (Filtering Enabled) mean that people (especially people not exploiting) can see the exploiters actions? For example, can others see the animations the exploiter is doing using JJsploit's FE Animation GUI?

  • 0

davidTube

not inactive

noticed

Posts: 1643

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

the opposite.

  • 0

PolarBearX

wpfgamer69420

Posts: 66

Threads: 4

Joined: Mar, 2020

Reputation: 0

Replied

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.

 

What I mean is, let's say your local script, which only runs on player's PC, sets workspace's name to "HACKED".

 

With Filtering Enabled, only YOU, the player using the Local Script, can see the difference, while others won't.

 

This is because the server denied the client's modification, meaning nobody else could see the difference.

 

Filtering Enabled is the most used form of security world-wide for online games, as client sends their sockets to the server, and the server responds to everybody else with it's own packets.

 

These are basic security notions that roblox has been lacking until Filtering Enabled was finally added.

 

Of course, scripting will be different. You will have to modify a lot of your LocalScripts as you will have different ways of handling things.

 

For this you can use RemoteFunctions and RemoteEvents...

 

TL;DR: FilteringEnabled disables the ability of somebody modifying server values, making it impossible for somebody to exploit your game.

 

STILL TOO LONG; DIDN'T READ: Seriously? Ugh. FilteringEnabled makes it so client can't edit server.

 

Here is a really good article explaining this matter: http://wiki.roblox.com/index.php?title=Experimental_Mode

 

You can also take a look at this, for scripting: http://wiki.roblox.com/index.php?title=Security

 

 

 

i got this post from scriptinghelpers ;)

  • 0

Check out my latest work: https://github.com/ijsbeerr

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )