How to do a "Broadcast" for scripts

I remember in scratch, there were these two blocks, broadcast and receive:
image
How do I replicate that in roblox?

You can use bindable events to replicate something like that where one script can trigger it and another can listen to the event