Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Best way to convert to FilteringEnabled?

Asked by 6 years ago

I have no Idea how a good way to do this is. If you can, look at my local script in my game, Burger in Belly. It is in my group Check Building.

None of my games had FilteringEnabled, so the fact Experimental Mode was added made my visits go down 90% a week. D;

1 answer

Log in to vote
2
Answered by 6 years ago

A big change converting from Experimental to Filtering Enabled (FE) is the communication between local players and the server is made in a way to help prevent hacking. In order to have the two communicate, you need to use something called Remote Functions and Remote Events.

Roblox's wiki has a good explanation of the differences between the two and the simple facts about them here.

There is also individual pages for all of the functions of these remotes here (Events) and here (Functions).

The best way to convert a game to FE is to have a good understanding of both of these and how to implement them into your game.

Please remember to accept my answer if you feel I have successfully helped you with your question. If my information is not clear or there is an error, please feel free to message me or comment on my answer. Thanks!

Ad

Answer this question