local ISA1 = game.Workspace.REAL124.ISA1
local ISA2 = game.Workspace.REAL123.ISA1
cd = nil
Tool = script.Parent
Tool.Activated:connect(function()
local ran = math.random(1,2)
if ran == 1 then
if cd == true then
print("CD IS TRUE")
game.Players.LocalPlayer.PlayerGui.TEST.TextLabel.Visible = false
ISA1.Position = Vector3.new(118.694, 379.271, 271.076)
ISA2.Position = Vector3.new(118.694, 379.271, 271.076)
elseif cd == false then
cd = false
print("CD IS FALSE")
game.Players.LocalPlayer.PlayerGui.TEST.TextLabel.Visible = true
ISA1.Position = Vector3.new(103.716, 296.369, 247.498)
ISA2.Position = Vector3.new(103.104, 296.394, -270.627)
wait(3)
print("CD IS TRUE")
cd = true
ISA1.Position = Vector3.new(118.694, 379.271, 271.076)
ISA2.Position = Vector3.new(118.694, 379.271, 271.076)
game.Players.LocalPlayer.PlayerGui.TEST.TextLabel.Visible = false
game.Players.LocalPlayer.PlayerGui.TEST.Dore.Visible = true
wait(15)
print("CD IS FALSE")
cd = false
game.Players.LocalPlayer.PlayerGui.TEST.Dore.Visible = false
elseif ran == 2 then
game.Players.LocalPlayer.PlayerGui.TEST.RAH.Visible = true
wait(0.5)
game.Players.LocalPlayer.PlayerGui.TEST.RAH.Visible = false
end
end
end)
** You are now Level 6! **