Spotify Island Script | GET ALL COSMETICS/MOVES/EFFECTS

Created by ProtonDev

Features:

  • GET ALL COSMETICS/MOVES/EFFECTS
local script = require(workspace.Lib.Items.TGSItems)
local levelScript = require(workspace.Lib.Spotify.Spotify)
local newString;
local suc, err = pcall(function()

spawn(function()
    levelScript.GetPlayerLevel = function()
        return 69420
    end

        for _1, _2 in next, workspace.Lib.Items.ItemSettings:GetChildren() do
            for _3, _4 in next, _2:GetDescendants() do
                newString = string.split(tostring(_4), '_')[2]
                script.ChangeItemAmount(game.Players.LocalPlayer, tostring(_2), newString, 1)
            end
        end
    end)

    if not suc then
        print(err)
    end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS