Spotify Island Top 100 Leaderboard

Uploaded On
Script Credit :- Curvn#2002
Features

Top 100 Leaderboard: (takes awhile for the board to refresh)

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local trol = game:GetService("Workspace").LevelSections local junk = {} for i,v in pairs(trol:GetDescendants()) do if v:IsA("TouchTransmitter") then table.insert(junk,v) end end for i = 1,50 do coroutine.resume(coroutine.create(function() for i,v in pairs(junk) do firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Parent,0) firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,v.Parent,1) game:GetService("ReplicatedStorage").TGSVaultZone_VaultedEvent:FireServer(v.Parent) end end)) end game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors