#RemoteFunction yielding

1 messages · Page 1 of 1 (latest)

unborn mirage
#

Is it okay to use coroutine.yield() inside of a remote function callback?

I am requesting data from the server and would like it to wait if the data hasn't already been loaded.

coral solar
#

Hell no

unborn mirage
coral solar
#

remote function callbacks must return fast, if you yield inside them, it stalls the response

unborn mirage
#

I want it to stall until the data is ready

coral solar
#

Oh then yeah