Forum > Complaints >

Can't get JJsploit to work.

Posts: 1

Threads: 1

Joined: Jan, 2021

Reputation: 0

Posted

Whenever i try to do anything, it only appears to me, it doesn't do anything to others. For exmaple- I remove a platform, but no one falls off, but I do... any help please?

  • 0

Posts: 118

Threads: 2

Joined: Nov, 2020

Reputation: 8

Replied

This is called Filtering (Or "FilteringEnabled"). It is a network model introduced in Roblox in approximately 2014.

Its primary reason of use is that it prevents rogue clients (Referencing cheaters, mainly) from altering games in ways that are not allowed / pre-programmed by the developer. In the pre-2014 development environment (Filtering is disabled), Roblox as a game engine is structured around having the clients connected to one central server - the clients can run scripts locally that were pre-inserted by the developer to alter the world around them directly, this meant reduced latency - but at the same time introduced a problem, which was cheaters. Using cheats, a player could 'execute' or 'inject' scripts into their client, that could manipulate the world around them, and it would be broadcasted to all of the players, meaning that it was easy to do pretty much anything in games. The 'Filtering' networking model ensures that the environments housed in the clients and server had only one way replication (replication refers to a change happening on one side, then being mirrored to the other) - from server to client. The only way that clients communicate to the server is by having only certain physics actions replicate (such as character movement), and most other actions are handled by what's called 'Events' - which are objects that the client can send data into, and the server can then receive the data, process it, validate it, and do what it wants with it. You can read more about it here and here.

  • 0

it will no longer be possible to contact me here, but i will be on session for at least a bit :)

0520984e5ed65f84673ff6d3421d89a3b3e1dff2ed54cbd4ed012351789a347913

Users viewing this thread:

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