#Bindable vs Remote Event
1 messages · Page 1 of 1 (latest)
BindableEvents only allow communication server -> server or client -> client
Only Remote Events/Functions communicate across that boundary (client -> server, server -> client)
1 messages · Page 1 of 1 (latest)
For a purchase button would I use remote event and then check if its valid serverside. Or do I utilize bindable event. Someone told me its better for security but im not sure what it does.
BindableEvents only allow communication server -> server or client -> client
Only Remote Events/Functions communicate across that boundary (client -> server, server -> client)