Even if the user's inventory is hidden, can I see that he has an item that I created?

Can i see? And if yes what is code?

Can you be more descriptive? I hardly know what you’re talking about.

Indeed, you can find it in his backpack even if game.StarterGui:SetCoreGuiEnabled() was called.

local YourCustomTool = game.Players.LocalPlayer.Backpack:FindFirstChild("Name of your tool")

For example, I created a T-shirt, the user bought it, but the inventory is hidden. is there a code to figure out if he bought it or not?

No you cannot.

1 Like

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