Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Where should I put BindableEvents?

Asked by 5 years ago

I think I've read the recommended place to put BindableEvents somewhere but I wasn't able to find it again.

1
You just need to place it so that scripts can access that object, typically: if only the server uses that bindable it's best to put it in ServerStorage. etc Formidable_Beast 197 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Thanks to Formidable_Beast and a little further research, I've found out that ServerStorage can only be accessed by the server, and that ReplicatedStorage can be found on both client and server. That means, it makes sense to place a server-server BindableEvent in ServerStorage, while a client-client BindableEvent in ReplicatedStorage.

Ad

Answer this question