Gun disappear after few seconds when eqquiped

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()

@Y_VRN Thank you so much too for trying to help me solve problem!

1 Like

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