> tool.Parent = script.Parent.Parent.Character
Once you `:Destroy()` an instance, it becomes RbxLocked so that you can't reparent it and all things connected to it are disconnected. If you want to reparent, use `:remove()` or `.Parent=nil` but remember if you use `:remove()` you will lose access to all of the children of the hopperbin. |