local tp = true
if tp == true then
while true do -- Loop indefinitely
-- Red Obby (-3 Rando)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
-19.9592285, -3.24999762, -102.409279, 0, 0, 1, 0, 1, -0, -1, 0, 0
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found.")
end
wait(1)
-- Purple (+5 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
83.0000153, 11.5, -26.5350189, -1, 0, 0, 0, 1, 0, 0, 0, -1
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +5)")
end
wait(1)
-- Purple (+2 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
154.040771, 0.249999285, -69.4376221, -1, 0, 0, 0, 1, 0, 0, 0, -1
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +2)")
end
wait(3)
-- Purple (+2 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
-54.4592285, -2.49999809, -164.937622, 1, 0, 0, 0, 1, 0, 0, 0, 1
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +2)")
end
wait(3)
-- Purple (+2 Player)
local player = game.Players.LocalPlayer
if player and player.Character and player.Character.HumanoidRootPart then
local targetCFrame = CFrame.new(
-51.4592285, -2.75, -136.937622, 0, 0, 1, 0, 1, -0, -1, 0, 0
)
player.Character.HumanoidRootPart.CFrame = targetCFrame
else
print("Player character or HumanoidRootPart not found. (Purple +2)")
end
wait(1)
end
end
Comments
No comments yet
Be the first to share your thoughts!