Spotify Island Script | LEVEL FARM, HEART FARM

Created by CasperFlyModz

Features:

  • LEVEL FARM
getgenv().xp = true
while getgenv().xp == true do
   task.wait()
local args = {
   [1] = workspace.World.SpotifyIsland.MusicGames.CaveMusicGame:FindFirstChild("Music Cave"):FindFirstChild("Buttons Back").button,
   [2] = "Lofi One Shots MeloSax 17"
}

game:GetService("ReplicatedStorage").PlaySoungRemote_SpotifySync:FireServer(unpack(args))

end
  • HEART FARM
getgenv().hearts = true
while getgenv().hearts == true do
    task.wait()
for i,v in pairs(game:service"Workspace".LevelSections.Start.Coins:GetDescendants()) do
    if v:IsA("TouchTransmitter") then
        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
        wait()
        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
    end
end
end

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS