Forest Logo
search
package_2

bettermarketplaceservice

By @lil-log

Roblox

Mirrored

Use this as a wally package, not a vendor.

DO NOT use MarketplaceService. Because BetterMarketplaceService is built on top of MarketplaceService.

When specifying a nested dictionary's path, DO NOT name the index with a dot in it. For instance,

local a = {}
a["Lol.Dot"] = 1

is prohibited.

How the ByteNetMax packet should look like :

ByteNetMax.definePacket({
    ['value'] = ByteNetMax.struct({
        assetId = ByteNetMax.uint32,
        infoTypeValue = ByteNetMax.uint8,
        args = ByteNetMax.struct({
            Color = ByteNetMax.string
        })
    })
})

Package Details

Install command (Click to copy)


Version

0.2.2

License

Apache-2.0

check_circle

Safe for commercial use

infoModified files must carry a notice of changes. If the package ships a NOTICE file, its attributions must be preserved.

infoThe package archive does not include its license text; the license is declared in its manifest metadata.

Automated license review — not legal advice.