local L = loadstring(game:HttpGet("https://raw.githubusercontent.com/Turtle-Brand/Turtle-Lib/main/source.lua"))() local W = L:Window("šŸ”„FIND ALL POKEMALS !(116)⭐) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- W:Button("Find All Pokemals", function() for i, v in next, game:GetService("Workspace").pokemals:GetChildren() do firetouchinterest(v,game:GetService("Players").LocalPlayer.Character.HumanoidRootPart,0) end end) ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- W:Label("Credits to @ExploitFin", Color3.fromRGB(127, 143, 166))