Walk 50000 Studs For Nothing Script | INSTANT FINISH

local plrs = game:GetService("Players")
local plr = plrs.LocalPlayer

for _,v in ipairs(game:GetService("Workspace").Finish:GetDescendants()) do
    if v:IsA("TouchTransmitter") then
        plr.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
    end
end
Scroll to Top