ADVERTISEMENTREMOVE ADS
Game icon

OPEN SOURCE | Find @ll P0kemals

Script preview thumbnail
Script Preview

Description

Feature:

[+] Finds all pokemals in-game that can be collected by touch interest

Very simple

Features:

  • Find All
ADVERTISEMENTREMOVE ADS
15 Lines • 878 Bytes
Verified
Raw
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))
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS