Script – Longest Zipline

Thank you for using our website
Your script:

NO KEY

workspace.Zips.first.start.ride.HoldDuration = 0
workspace.Zips.first.start.ride.MaxActivationDistance = math.huge
game.Players.LocalPlayer.Character:PivotTo(workspace.Zips.first.start:GetPivot())
while task.wait() do 
	fireproximityprompt(workspace.Zips.first.start.ride)
	game:GetService("ReplicatedStorage").Remotes.GetOff:FireServer()
end