#Function Not being Caught Through Bindable Event

1 messages · Page 1 of 1 (latest)

sick egret
#

Haven't ran into this problem before, I've used almost the exact same format before and they all worked fine

Only the first output actually runs

dense bridge
#

What’s the issue

sick egret
#

The code looks completely fine to me, I have other lines doing the exact same thing and working completely fine

dense bridge
sick egret
#

nah bindable functions work real weird, they won't work unless you say "= function()"

#

i can try it though

dense bridge
#

yea nvm

#

i’ve never used a bindable

sick egret
#

i mean the problem isnt even with the receiving script, the whole thing just stops when it gets to the line where it sends it

#

no error or anything

#

keep in mind line 88 works completely fine

dense bridge
#

it’s a receiving issue then

#

i’ll look into those functions rn

sick egret
#

alr

dense bridge
sick egret
#

?

#

im using a bindable function

dense bridge
#

alr

#

@sick egret

sick egret
#

yo

dense bridge
#

Bindables only work if the scripts are on the same side of client and server boundary

sick egret
#

yeah both are local scripts

#

again, I have like two other things with the exact same format and they all work completely fine

#

this is basically the exact same as the others and it doesn't wanna work

dense bridge
#

my last guess is doing script:WaitForChild(“Function”).OnInvoke

#

the examples i saw used waitforchild but i doubt it made a difference

sick egret
#

mb had some food

#

imma try that