This is a question but, can I fire a bindable event in a local script and pick it up in another local script?
1 Like
Yes of course! That is how they are meant to be used anyways.
1 Like
Yes, that is the function of BindableEvents.
Read more here: link
Bindable events are used to communicate with the client to client OR server to server. They can also carry information like remote events.
Thanks i wasnt sure because I tried it with two scripts in startercharacterscripts and it wasn’t working