RemoteEvent, n'envoyez pas objet

well i fixed that problem by using the objects child
i was sending a model throught remoteevent like:
event:FireClient(model)
but it came out as an error the model didnt arrive to the client
so i found a site (the link is attached!) they blame the filtring
enabled for it so i just send instead of model a member or the model like:
event:FireClient(model.Part)
that worked somehow so mabey remotes don't send models
try my trick out mabey that will work for you too :)
Botter3029