Advertisement
Honansik

Epic Fidget Hunt Script [Pops Farm]

Jan 17th, 2022
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.37 KB | None | 0 0
  1. _G.On = true
  2.  
  3. while _G.On and wait() do
  4. for i,v in pairs(game:GetService("Workspace").AllFidgets:GetDescendants()) do
  5.     if v.Name == "TouchInterest" 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