Find All Find The Simpsons Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
--select your script version local scriptversion = 1 -- 1 or 2 function first() repeat task.wait() for _,v in pairs(game:GetService("Workspace").Creatures:GetDescendants()) do if v:IsA("BasePart") and v:FindFirstChild("TouchInterest") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame wait(0.1) -- delay so you don't teleport too fast end end until game.Players.LocalPlayer.Character.HumanoidRootPart.NameTag.UpperText.Text == "171" end function third() getgenv().Farm = true while getgenv().Farm do wait() if game.Players.LocalPlayer.Character.HumanoidRootPart.NameTag.UpperText.Text == "171" then getgenv().Farm = false end for _,v in pairs(game:GetService("Workspace").Creatures:GetDescendants()) do if v:IsA("BasePart") and v:FindFirstChild("TouchInterest") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame wait(0.1) -- delay so you don't teleport too fast end end end end table11 = {first(), third()} print(table11[scriptversion])