Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to remotely stop a module script from running in a function?

Asked by 1 year ago

Hello, I am trying to make a system where when you enter a certain area, GravityController is enabled and after exiting, it is disabled. The enabling part works fine, however I have found that while disabling does move the scripts away from ReplicatedStorage, the scripts do not actually stop. I have looked this up and found it is because they are ModuleScripts, however I have no idea on how to fix this.

Answer this question