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

How can I create a stand storage (?)

Asked by 1 year ago

Hello!

I am working on a jojo game which features the Infamous: Trollface and Trollge. (Aka world of trollge) the problem Is that I don't know how to create a stand storage, If anyone knows how to create a stand storage Please tell me (Also I don't want a script, just an example to get me started)

1
What is a stand storage?? I never heard of it theking66hayday 841 — 1y
0
Its like a Item storage, but for characters. Like a character slot thingy imnotaguest1121 362 — 1y

1 answer

Log in to vote
0
Answered by
Puppynniko 1059 Moderation Voter
1 year ago

you can try a table Datastore like?

local Storage = {
    ["Trollface"] = {
        ["Item"] = game.ServerStorage.TrollFace,
        ["Anything else"] = "EEE"
    }
}
0
Hmm sure! But can you explain what this Is? imnotaguest1121 362 — 1y
0
its a table that contains a table of the list of information you need to get the stand Puppynniko 1059 — 1y
Ad

Answer this question