So basically, I saw some open source old game and want to remastered it, but one problem: it’s non FE so it’s broken. I am not a scripter so I don’t know much. How can I make it FE? Do I have to update every script or just one simple script?
Edit: This is my first post on DevForum, so please help me out on scripting, I’m a noob who only use premade resources
If you edited chat scripts they won’t get updated automatically. Also the filter doesn’t work in studio if you were testing it there and you can just copy the chat scripts from a new place
You have to separate what it’s better to run on the client(for example visual effects, UI, tweens/animations) and what on the server(changing values, registering kills, datastores). Then use RemoteEvents to communicate between the two(for example a tool might need to split to client(LocalScript), server(Script), signal(RemoteEvent)).