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

How to replicate items with Filtering Enabled?

Asked by 7 years ago

Im making an rpg game and plan on replicating the swords, shields, armor into the players character. But because of previous problems with hackers I have chosen to enable FE. How would I replicate the items since FE doesnt allow items being replicated to the client

0
Server can replicate items to client. Client can not replicate *most* changes to the server (i.e. changing brick colors, setting terrain, destroying a server all via LocalScript). You should be able to have the tools in StarterPack or clone tools to the Backpacks via ServerScript and your game should work as expected. M39a9am3R 3210 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

You've got it backwards. FE allows server to client replication but not client to server.

Ad

Answer this question