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

How can I use this script In order to make a stand storage?

Asked by 2 years ago

Hello!

I am making a stand storage, basically Its like a Item storage, but for morphs, like a character slot, anyway, I was wondering how can I use this script for a stand storage

Script:

local Storage = {
    ["Trollface"] = {
        ["Item"] = game.ServerStorage.TrollFace,
        ["Anything else"] = "EEE"
    }
}

1 answer

Log in to vote
0
Answered by
Puppynniko 1059 Moderation Voter
2 years ago

you need a way to read and write information's first

Ad

Answer this question