ADVERTISEMENTREMOVE ADS
Game icon

ALL OP SCRIPT XD

Find The Villagers [106]
10 months ago
Script preview thumbnail
Script Preview

Description

script collects every villager in the game im just making script for random games lol enjoy join the discordd reeee https://discord.gg/5c9D3VD7se

Features:

  • Collect All Villagers
ADVERTISEMENTREMOVE ADS
25 Lines • 742 Bytes
Verified
Raw
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoidRootPart = character:FindFirstChild("HumanoidRootPart")
if not humanoidRootPart then
warn("No HumanoidRootPart found!")
return
end
local function fireTouch(part)
if part and part:IsA("BasePart") then
firetouchinterest(humanoidRootPart, part, 0)
firetouchinterest(humanoidRootPart, part, 1)
end
end
while task.wait(0.05) do
for _, item in ipairs(workspace.Items:GetChildren()) do
if item:IsA("BasePart") and item:FindFirstChildWhichIsA("TouchTransmitter") then
fireTouch(item)
end
end
end
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
Du

thanks .

0
0
ADVERTISEMENTREMOVE ADS