ADVERTISEMENTREMOVE ADS
Finish
44,729 views
Script Preview
Description
This script finishes the obby, by teleporting to every checkpoint.
This is code is open source if you want to check it.
Features:
- Fast
- Open Source
Tested with
ADVERTISEMENTREMOVE ADS
1 Lines • 524 Bytes
local a=game.Players.LocalPlayer;local b=game.Workspace.Checkpoints;local c=a.Character or a.CharacterAdded:Wait()local d=c:WaitForChild("HumanoidRootPart")local e={}for f,g in pairs(b:GetChildren())do local h=tonumber(g.Name)if h then e[h]=g end end;local function i()for j=1,#e do local k=e[j]if k then d.CFrame=k.CFrame;wait(0.1)end end;local l=CFrame.new(-1314.57251,2007.9137+5,-3192.01562,0.965907216,-1.82737836e-09,-0.25888893,-1.39419332e-09,1,1.09349219e-09,0.25888893,7.46795736e-10,0.965907097)d.CFrame=l end;i()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments