15.3K views
8.2K downloads
1 year ago
This new script for Easy Obby allows you to skip all stages and get to the end, where you can equip some cool items!
Script Features:
TP to end
This script has remained unmodified since its initial release
--BROUGHT TO YOU BY RSCRIPTS.NET!--
local _speed=500
function tp(...)
local plr=game.Players.LocalPlayer
local args={...}
if typeof(args[1])=="number"and args[2]and args[3]then
args=Vector3.new(args[1],args[2],args[3])
elseif typeof(args[1])=="Vector3" then
args=args[1]
elseif typeof(args[1])=="CFrame" then
args=args[1].Position
end
local dist=(plr.Character.HumanoidRootPart.Position-args).Magnitude
game:GetService("TweenService"):Create(
plr.Character.HumanoidRootPart,
TweenInfo.new(dist/_speed,Enum.EasingStyle.Linear),
{CFrame=CFrame.new(args)}
):Play()
end
tp(-386.052185, 336.46814, 18.4031811, 0.00222836784, 0.000437591865, -0.999997437, -1.10201267e-06, 0.999999881, 0.000437590468, 0.999997556, 1.29730878e-07, 0.00222836831)
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
19.4K views
1 year ago

Tower of Hell - Easy Instant Win Script
Tower of Hell Easy
Tower of Hell Easy
18.9K views
1 year ago

Very Easy Parkour Obby Instant Finish Script
Very Easy Parkour Obby
Very Easy Parkour Obby
0 Comments
Log in here to comment