Back to Scripts
Find a brainrot
ScriptBlox
Free
Game: Find the Brainrot [215]
327
Views
1
Likes
1
Dislikes

voltex
offline
Features
autofarm, autoclick, firetouch, firetouchintrest, brainrot, teleport, find a brainrots, find the brainrots, brainrots, keyless
Tags
Script Code
game:GetService("RunService").Stepped:Connect(function()
local hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
for _, brainrot in pairs(workspace.Brainrots:GetChildren()) do
if brainrot:IsA("BasePart") then
if firetouchinterest then
firetouchinterest(hrp, brainrot, 0)
firetouchinterest(hrp, brainrot, 1)
else
hrp.CFrame = brainrot.CFrame -- L executor :(((((
end
end
end
end)
Comments (0)
Please login to comment
Login with Discord
Loading comments...