Advertisement
Honansik

Spotify Island Auto Hearts Farm Script

May 5th, 2022
3,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.41 KB | None | 0 0
  1. getgenv().hearts = true
  2. while getgenv().hearts == true do
  3.     task.wait()
  4. for i,v in pairs(game:service"Workspace".LevelSections.Start.Coins:GetDescendants()) do
  5.     if v:IsA("TouchTransmitter") then
  6.         firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  7.         wait()
  8.         firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  9.     end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement