I know that spawn() creates a new thread on the script, but what if I use spawn() and while the code inside of it is still running, the script deletes. Would it also stop that new thread?
Do you know a way to keep a script running that's inside a tool after it's deleted?
I tried setting the Tool's parent to nil, it works on Studio, but not on an actual server.