I have tools in a case for display.
Whenever I go into my game, they randomly get picked up by something. All the reload sounds whizz, and they disappear.
I don't want this to happen. Any properties I can use? I tried fiddling with ManualActivationOnly and Enable but it didn't work.
In the handle:
ti = script.Parent:WaitForChild("TouchInterest") ticlone = ti:Clone() --So you can add it in later ti:Destroy()