WAIT GUYS! wait() works! My gun is staying in the game!!!
but when you use task.wait() it doesn’t wait the weld to replicate so you should use wait()
The weld is already replicated when DescendantAdded
is fired. Using either task.wait()
or wait()
has no difference other that performance improvements.
like this quote said
I’m not sure why task.wait() could break the tool if you use it