#Event not receiving on Client Side?

1 messages · Page 1 of 1 (latest)

wide parcel
#

The event fires Server-side, but my local script in StarterPlayerScripts won't receive it. Any help?

queen nymph
#

idek gng

#

try passing ur player as a paremeter in the server

sterile gulch
#

I can't even see where its being fired on the server'

oblique crow
#

ikr

wide parcel
dusk needle
#

you're probably firing the remoteevent before the localscript has loaded in if the firing part is not waited for and is immediately done

#

add a task.wait(4) before the fireallclients/fireplayer and see if it works, if it does then that's the problem

frosty siren
#

show how you fire it server-side? @wide parcel

wide parcel
#

@sterile gulch @frosty siren

sterile gulch
#

And on the client side, is quest1ev definitly the same event?

#

And are there any errors anywhere?

wide parcel
wide parcel
wide parcel
sterile gulch
#

Can you send the client script in full?

wide parcel
#

sure

#

its all variables before then though

sterile gulch
# wide parcel

Where is this local script located? And is it definitely a local script?

sterile gulch
wide parcel
#

I have it in starterPlayerScripts right now, yes they're both exactly what they should be

sterile gulch
#

Add a print statement on line 23 and check if it shows in the log. eg: print("Binding to quest event...")

wide parcel
#

wait hold on there was an error, it just got lost in the starting logs

#

lemme fix it rq and check again

#

no way that was the problem