#how can i store function object in instance from server, and read from client

15 messages · Page 1 of 1 (latest)

vital whale
#

can a function be stored anywhere and readed from client??

still cape
#

you mean a RemoteFunction? or a Module Script?

vital whale
#

how can i store a function

#

from server

#

and read it from client

#

to run on client

#

or otherwise, how can i run loadstring on client

rose sedge
#

loadstring("...")()

vital whale
#

i cant from client

#

even if it's enabled

rose sedge
#

Why do you need to send a function ?

#

You can use module script

vital whale
#

what if it's need to be generated on server

#

and sended to client