Take a function from one place to another

Im trying to make a gun system and i want to make a recoil animation for one of my weapons. To notify when the anim should play i want to use a function called PlayFireSound.

I want to take it from a serverscript in the tool to the localscript in startercharacterscripts.

If u know the answer to this, pls reply on this post.

A ModuleScript can accomplish this for you.

1 Like

Just use a module script to share functions between scripts, even if they’re of different run places/contexts