Local script on tools or Regular script?

So i was scripting a few weapons for my new game, Then i noticed that i would need to scripts in every single tool, one for animations and one for calling to my remote event

image
Example, How can i improve this?

1 Like

You would usually need both a local script and server script for tools. Though, I suggest keeping your scripts in folders so it’s organised. But yeh, I mean if you wanted you could use one module script for keeping track of animations, client things and have a server script in each tool. But not much you can do to condense the separate scripts required, as both client and server would need to perform their required actions in your tools.

3 Likes