#[repost] server bindable event called from modulescript does nothing
1 messages · Page 1 of 1 (latest)
The bindables can only be called client to client or server to server
Change it to remote events
like i said, the modulescript is running on the server and ive tried changing the bindables to remote events
are there any errors, also where are you firing the events?
i dont have much experience with modulescripts, but im pretty sure thats incorrect. wouldnt the modulescript just create the events once, and the other scripts have access to them?
but ik thats not it because, like i said, i made an identical modulescript but it runs on the client and its for firing a bindableevent to the client and it works perfectly
there are no errors and im firing the events from a localscript in a starterscharacterscripts folder
no theyre correct
requiring a module script is not replicated from the server to client and vice versa
so nothing the server does to a module will be seen by the client and nothing done by the client will be seen by the server
you effectively are loading 2 different modules which cannot access each others events