#I cant send functions through remote events. Pls help 🙏🙏

1 messages · Page 1 of 1 (latest)

lament saddle
#

I want to send a function through remote events. (server to client)
Is there a way to make loadstring() like reversed? (thats my only idea lol)

naive dust
#

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

lament saddle
#

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

limber breach
#

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

lament saddle
#

ok ill try it thanks

lament saddle
limber breach
lament saddle
#

Idk devforum says it doesn’t replicate

#

I tried this: server: Module.A =5

Client:
wait(5)
print(Module.A)