In both of my games, gear is suddenly vanishing from a player’s backpack a few seconds after being equipped. It is completely unequipped and deleted from the player’s backpack. This is happening to Roblox catalog gear and custom gear alike.
Do you have a tool clean up script? Something like
.DescendantAdded(function (obj)
if obj:IsA("Tool") then obj:Destroy() end
end)
No. I just jumped into a random game (Robloxian Highschool) and experienced the same issue. This is Roblox-wide
Okay. Thank you. I’ll relay this to client.
Same thing is happening in my game too. It doesn’t seem to happen on a blank baseplate, though.
I also saw in Natural Disaster Survival that the apple tool will disappear after being equipped, but the balloon will just pop instantly but remain in your inventory.
Started happening in my game recently as-well, completely game-breaking.
I’ve been told that this should be fixed now.
I can confirm that this is still happening and is not fixed, any tool selected at any of my games causes them to not create a RightGrip object and it falls through the map.
It seems to happen whenever something is welded to the character
After shutting down all of my servers, it is fixed for my game.
In the random server I just jumped into it works.
The fix ended up working a few minutes after Lilly’s post.