Script works, but doesn't always run

Will do, thanks. (30 char limit)

I don’t have access to the code right now, but if I’m still having issues then I will send ones of the scripts that seem to have the problem.

1 Like

Are you using modules?

If so, you’ll want to make sure the module is loaded into the game before running require() on it. If you don’t, then the script will pause at the line where you require the module.

Using WaitForChild(module) should do the trick.

1 Like

I’m not but I will keep that in mind. thank you!