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

Start scripts from other scripts?

Asked by 5 years ago

I know this is probably THE dumbest question ever asked, but how do i make my local script start a script in my workspace? I can't find anything definitive anywhere.

0
remote events LoganboyInCO 150 — 5y
0
BindableEvents should be used for this. DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
0
Answered by
moo1210 587 Moderation Voter
5 years ago

This is what bindable events should be used for. You can learn more about bindablevents at https://developer.roblox.com/api-reference/class/BindableEvent. To use these you will need to use Fire() and Event().

Ad

Answer this question