Floppy’s Playtime Script | AUTO WIN (AUTOEXEC)

Created by HamstaGang

Features:

  • AUTO WIN
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
  • OR PUT IT IN AUTOEXEC
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

ENJOY!

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

More Scripts!

TOP 10 TRENDING SCRIPTS