Sonic Speed Simulator NEW FASTEST AUTO FARM
Sonic Speed Simulator NEW FASTEST AUTO FARM
spawn(function()
for i, v in
pairs(game:GetService("Players").F0XTR0XX.PlayerGui.Main.Menus.Rebirth.Main.Rebirth
ButtonLocked:GetDescendants()) do
if v:IsA("TextButton") then
FireBtn1(v)
end
end
end)
spawn(function()
while wait(0.5) do --in case it doesnt collect some of the thing
for i,x in pairs(MapStuff:GetDescendants()) do
if x.ClassName == "Part" and x.Name == "Root" or x.Name == "Hitbox"
then
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = x.CFrame
game:GetService("ReplicatedStorage").Knit.Services.WorldCurrencyService.RE.PickupCu
rrency:FireServer(x.Parent.Name)
x.Parent:Destroy()
end
end
end
end)
wait(4)
spawn(function()
while wait(4) do --in case it doesnt rejoin you
TS:Teleport(game.PlaceId, LP)
end
end)
end