[ad_1]
Created by HackTrainer22
Features:
local goggle = game.Workspace.Terrain:FindFirstChild("Nightvision")
local transfur = game.Players.LocalPlayer.Character:FindFirstChild("Transformed")
local blackout = game.Workspace.Events:FindFirstChild("Blackout")
local blackon = blackout.Value == true
local blackoff = blackout.Value == false
if blackon then
print("blackout is on!")
if goggle then
local goggles = goggle:FindFirstChild("Hitbox")
if goggles then
print("Found Goggles!")
print("Goggles cords:", goggles.Position)
local x = game.Players.LocalPlayer.Character
print("Your cords are: ", x.Torso.Position)
if goggles and x then
if tranfur then
print("Reset.")
else
print("Everything found! Teleporting..")
x.HumanoidRootPart.CFrame = CFrame.new(goggles.Position)
end
end
end
end
end
if blackoff then
print("Wait around 50-150 minutes for blackout or hop around different servers and find a blackout.")
end
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]