I don’t know where to start and don’t have any code yet. Sorry : (
Basically I want to make a stacking item system, mostly like Plates of Fate (shown below).
I’ve looked on the DevForum and most of the forums I’ve seen have a stack limit, which I don’t want. Also, how would I make the UI like in POF as well to show how much you have stacked (the “x#” text), and would I need to make my own UI for that?
so yeah need help pls and thanks!
1 Like
Roblox’s CoreScripts are a great resource for this. They have the exact inventory code. You should just adjust some parts of the code which will redirect the Gui from CoreGui to PlayerGui.
2 Likes
Do you know where the backpack CoreScript is because I can’t find it lol.
Its in Roblox Studio.
RobloxStudioFolder->ExtraContent->scripts->CoreScripts->Modules->BackpackScript.lua
1 Like
It doesn’t seem to have the stacking script.