Our Discord Channel Our Telegram

Script Description

the script just finds all the noobs on the map for you.

Script Functions

1 functions

Show functions Hide functions
  • Get all noobs

Script Code

7 lines · 209 B · Lua

Review the code before running it. Use scripts responsibly and only with tools you trust.

for i,v in ipairs(workspace.AllNoobies:GetDescendants()) do

    if v.Name == "Torso" then
        firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v, 0)
    end
    task.wait()
end

Comments

0

No comments yet.