That is, by the name of the post, i meant something like this:
Which option would be better, or are they the same and there is no difference?
- Using a module script and activate the function using require(ModuleScriptName):FunctionName()
- Call :Fire() in the script and another script that has connections to the bindable event will run the function
(Yes, a very short question, but i just would like to know which option would be better)