How to hide a desired tool from player's inventory

I want to know how you would be able to hide a desired tool from player’s inventory. Now, I know how to hide all tools using :SetCoreGuiEnabled() but I only want to hide a desired tool and not all of them. How would I do this?

1 Like

I’m not sure if there’s a method but you could probably just add the item to serverStorage and if you ever need it you can just get it out of there

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.