Newly created instance inconsistently available on client side

I’m cloning an instance from server storage into workspace server side, then storing a reference to that instance in a table shortly after. I’m then passing that table to the client using a remote event, but on the client side, the reference to the instance appears to be nil a small portion of the time. (like 2 percent of the time). How do I fix this edge case?

based on no provided code and going to assume and say maybe send the name/path and wait for it on the client

1 Like

I’d imagine that the instance is lagging behind on some clients and not replicating. Probably one of the best solutions would to just use WaitForChild and/or ChildAdded with a folder dedicated for whatever it is you’re cloning.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.