TEXT 111
Untitled By MrPluemXD on 12th February 2023 03:56:58 AM
  1. -- Set to false to stop the farm
  2.  
  3. getgenv().DroppedWisps = true
  4.  
  5. -- Steal them eggs
  6.  
  7. task.spawn(function()
  8.     while getgenv().DroppedWisps == true do
  9.         task.wait(0.5)
  10.         for i,v in pairs(workspace.DroppedWisps:GetDescendants()) do
  11.     if v:IsA("TouchTransmitter") then
  12.         firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0)
  13.         firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1)
  14. end
  15. end
  16. end
  17. end)

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.