You can write your topic however you want, but you need to answer these questions:
What do you want to achieve?
I want to make a gun that simply won’t disappear for no apparent reason
What is the issue?
I’m animating the gun itself as well as the character so I have to destroy the RightGrip weld in the character and add a Motor6D for the handle of the part. If I equip the gun, it disappears after a few seconds. I’ve tried selecting all parts in the object but it doesn’t seem like anything is falling.
It seems to be happening randomly but it happens most of the time. robloxapp-20210312-0627561.wmv (239.7 KB)
bruh why wont it embed so annoying
What solutions have you tried so far?
For some reason turning CanCollide on in a part other than the handle that’s welded to the handle solves the issue, but it ruins the tool if it can collide with parts.
Update: It seems to stop happening if I manually reset then equip the tool again, but it doesn’t happen this way all the time. I honestly have no clue what kind of bug can have behaviour like this.
I’ve found the solution! Turns out the motor6D was created only on the client and not replicated to the server, so on the server the gun fell through the ground causing it to be deleted across the game. I fixed this with a remoteEvent.