#Why isnt the script picking up the client event fire?

1 messages · Page 1 of 1 (latest)

spare wagon
#

the server is firing a client event and the local script is not picking it up. BUT it does pick it up if that part of the script is moved higher up in the script. BUT if I do that then the script doesnt know what speedvalue is and so I need to know why the local script isnt receiving the client event when that part of the script is placed lower in the script

#

no error msgs btw

cyan void
#

are you sure the event said in the localScript is the same as the one that the server triggered?

spare wagon
#

Yeah

#

Cuz it works up higher in the script