Advertisement
MaxproGlitcher

code Exp Animal Simulator

Sep 29th, 2022 (edited)
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local playerPart = game.Players.LocalPlayer.Character.Head
  2.  
  3. while wait() do
  4. for i, v in pairs(game:GetService("Workspace").Eggs:GetDescendants()) do
  5. if v.Name == "TouchInterest" and v.Parent then
  6. firetouchinterest(playerPart, v.Parent, 0)
  7. wait(0.0)
  8. firetouchinterest(playerPart, v.Parent, 1)
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement