MADE BY One Letter Shor
FEATURE:
- ROADWORK AUTOFARM
- .
- https://www.roblox.com/games/6950767274/Fighters-Era-HUGE-UPDATE-4X-XP
SCRIPT:
local earwax = true
while earwax do
for count = 1, 5 do
for i, v in pairs(workspace.QuestMarkers:GetDescendants()) do
if v:FindFirstChild("TouchInterest") then
firetouchinterest(v, game.Players.LocalPlayer.Character.HumanoidRootPart, 0)
firetouchinterest(v, game.Players.LocalPlayer.Character.HumanoidRootPart, 1)
wait(.01)
end
end
end
end