Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make the default roblox backpack gui not go upper than 3 tools or items?

Asked by 4 years ago
Edited 4 years ago

I'll try to explain this as clear as I can, you know the default backpack gui that roblox uses? How can I make the player have only 3 tools with the same default backpack gui (including the backpack gui topbar) that doesn't go upper than 3 like 4-10 (or 0).While the tools that did go upper than 4, they go to the topbar backpack gui. Basically like the gui used in roblox mobile except I need it on a desktop device. Any help would be appreciated except for uhh comments for some reason.

0
Not sure that is possible, you may be better off just making a custom one ForeverBrown 356 — 4y
0
Because of poor grammar, your question is ambiguous: do you want 3 tools max in the BACKPACK, or do you want at most 3 tools to be equipped??? Equipping more than one tool at once is not possible. programmerHere 371 — 4y
0
if #player.Backpack:GetChildren() == 3 then break/return end for the default backpack, for a custom backpack you can do the same thing, just with a slightly different hierarchy DeceptiveCaster 3761 — 4y
0
@programmarHere Yep, 3 tools in the backpack is just what I want to do and uh sorry for the poor grammar Simpletton 82 — 4y

Answer this question