#I cant send functions through remote events. Pls help 🙏🙏
1 messages · Page 1 of 1 (latest)
If what you are trying to accomplish is what I am thinking you are trying to accomplish you must copy the function and paste it on the other script
and only send essential info through the remote
So i want an interaction system where you can Edit the client function when the interaction is done. Since it’s created on the server and edited on the server it would be nice to send through remote. Also, a lot will be different in every function so Idk if that works
try using a module script
store it replicated storage or something
if you change the module script from the server then changes will be replicated on the server. but if you change on a client then it will only be changed for that client
ok ill try it thanks
Server didn't replicate to client
it should. what changes did you make?