Client not receiving instance on remote event

I fire the event. Blue is a basepart.

This is the receiver.
image

output is this. the Blue basepart does show up in the client explorer but isnt sent through the remote event. Whats the cause?

Where is the BasePart parented to in the explorer?

its in a folder called rayignore
anything that is a basepart refuses to get sent through the remote event, i tried parenting it to the workspace itself, i even tried a newly created part

i made a task.wait(0.1) right before sending the remote, now it works? i dont know what caused this, i was already using a taskwait() before that

I think it may have to do with streaming enabled. If your game isn’t massive, you could just turn that property of workspace off

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