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

Where to store a client-side BindableEvent?

Asked by 5 years ago
Edited 5 years ago

So I have a BindableEvent that is used exclusively by a local script under StarterPlayerScripts. It might seem like a silly question, but I just got back into roblox scripting and I'm new to the more complicated side of things. What's the most optimal place to store it?

1 answer

Log in to vote
2
Answered by
Shawnyg 4330 Trusted Badge of Merit Snack Break Moderation Voter Community Moderator
5 years ago

You can place it wherever you'd find it to be useful. Whether it be somewhere within the character itself, in the Player's StarterPlayerScripts, in the backpack, in the PlayerGui. It's really up to you. As long as it is within the client's view (you can place it in ReplicatedStorage too!!!), it will work.

0
poop head iuclds 720 — 5y
Ad

Answer this question