You know those givers at the end of an obby that would give you a colored path? Before the FilteringEnabled update they used to work for the entire server to see, but now it only affects the local player and the path doesn’t disappear. I’m not very familiar with scripting but I believe that it has something to do with the tool having a Local Script inside, I heard that FilteringEnabled changed the Local Scripts to not be server sided anymore. If that is the case then how can I convert a giver path to work with FilteringEnabled? Is it possible to make a path giver that will work with FilteringEnabled, will it work if I insert events? The picture below demonstrates the problem I am having. If anyone finds a way to make it work then please share me your advice, thanks.
3 Likes
Sorry for replying late and that your problem might already be solved, but you could try passing the localscript into a normal script if you use tool.Activated:Connect()
Either do every thing server-sided completely or utilize RemoteEvents if you need a certain change to replicate to all clients.
1 Like