#how to make it to where I can only have 1 tool in my backpack
8 messages · Page 1 of 1 (latest)
You ok with using a while loop or heartbeat?
Scripting Helpers
I can't find a way to constantly check the player's backpack for a new item that has been added such as when the player picks up a new tool. I tried using ChildAdded and ChildRemoved but those events activate every time an item gets added to the backpack which is a problem since when a player eq...
I mean this is like checking for changes in the number of tools in the backpack
And you can just destroy the additional ones
There's no changed signal I could find relating to the backpack so I think u have to run it in a loop