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

Old game no longer works post Experimental mode removal how, and what, do I fix?

Asked by 5 years ago

Is there a list of things to look at that could be the culprit of things no longer working? In other words this worked but now with experimental mode off you should do this?

0
Your question has already been answered. DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
1
Answered by
Elixcore 1337 Moderation Voter
5 years ago
Edited 5 years ago

Filtering enabled means that now, the server has ownership over replication and the players have power only over their own character.

Localscripts are still able to: Change certain properties on the humanoid (Walkspeed, JumpPower will make you jump and walk differently but the server will see the values as their default number), Change the CFrame of their own character, Play Animations.

You will need to use RemoteEvents and RemoteFunctions in order to make the game work properly again.

Everything that needs to be replicated (everything that you want to be seen by every player) will need to be transferred to a server script and fired by a remote event if it is triggered by the player locally somehow.

I want you to please view these articles which will help you understand what you need to do: RemoteEvents and RemoteFunctions, Network Ownership, Converting from Experimental Mode, Game Security.

0
good answer Fragmentation123 226 — 5y
0
I will read for sure but this sure seems like a daunting challenge and may just not be worth the effort. Too bad we don't have a program that looks at all of the code and shows you which pieces are a no go now as that would help immensely. Dark_Alchemist 0 — 5y
0
That's a good explanation. I would suggest that you accept the answer. Also you wouldn't need to ask this question as it has been asked and answered before. A little research never hurts. noammao 294 — 5y
0
noammao Maybe so but I didn't find it and after spending an entire day on this all I got out of it was a headache and realizing why I stopped working with Roblox because their studio blows chunks. Dark_Alchemist 0 — 5y
Ad

Answer this question