I have a tool that gives player stats when activated with its own debounce inside the script.
Its a server script and i didnt use a remote event for it. Is this a bad idea?
I mean it works great but im not the best at coding so i want to know you guys’ opinion too.
I think that’s fine.
You only want to use a Remote Event Usually if you need to communicate between the client to the server or server to the client. In your case a RemoteEvent isn’t needed.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.