Can I access an object like this?

So lets say I clone something on the server. I then send an event to the client with that cloned object.
Can the client access the cloned object?

This is pretty simple I presume

1 Like

If the object was cloned and parented to a replicated location, such as the Workspace, the client will see it and can access it. Passing an Instance value from server to client is allowed in this case. However, if the Instance is not finished replicating, or is placed in a non-replicating location such as Server Storage, it will evaluate as nil, so be careful.

1 Like

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