Delete this post please
1 Like
Instead of using spawn(), use coroutine.wrap(), both function the same except coroutine.wrap() runs instantly, spawn() waits the same amount of time as wait() before the code runs. As for you problem, is the script cloned with all the parts? If not, then consider putting a model of the parts in the ServerStorage so you can use the Clone() function to clone it. If that is not the issue, make sure the script’s Disabled property is set to “false”, otherwise, the script never runs.
1 Like