Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

remoteevent dont send object

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 :)
Source by scriptinghelpers.org #
 
PREVIOUS NEXT
Tagged: #remoteevent #dont #send #object
ADD COMMENT
Topic
Name
8+9 =