ADVERTISEMENTREMOVE ADS
ALL OP SCRIPT XD
47,810 views

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
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
ADVERTISEMENTREMOVE ADS






Comments
thanks .