#ModuleScript
1 messages · Page 1 of 1 (latest)
module scripts are used for when bits of code are going to be used more than once for completely unrealted things
so for example if you have a shop script and a click script, you could use a module script to add points because it saves time and makes your code readable
module scripts are like global functions in a way
for a dash script i dont think you would need one as you would bind it to space bar and call it a day
But, i have another script that will need to interact with the dash script. when for example shift is held there needs to be no dashing or movement.
wouldnt the easiest way to do this be through putting it in a modulescript
yeah then its not a bad idea
you could put all dash logic inside a module script