Floppy’s Playtime Script | AUTO WIN (AUTOEXEC)

Created by HamstaGang

Features:

for _,v in pairs(workspace:GetDescendants()) do
   if v:IsA("TouchTransmitter") and v.Parent.Name == "BeatChapter" then
       firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
       wait()
       firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
   end
end
repeat wait() until game:IsLoaded()

while wait(0.5) do
    for _,v in pairs(workspace:GetDescendants()) do
       if v:IsA("TouchTransmitter") then
           if v.Parent.Name == "BeatChapter" or v.Parent.Parent.Name == "Queue1" then
               firetouchinterest(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart"), v.Parent, 0)
               wait()
               firetouchinterest(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart"), v.Parent, 1)
           end
       end
    end
end