local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("FE2 crap") local jk = w:CreateFolder("Enable by swimming!") local b = w:CreateFolder("Deactivate to escape!") local wow = Instance.new("BoolValue") wow.Name = "oof" wow.Parent = workspace b:Button("Deactivate.",function() wow.Value = true wait(.1) wow.Value = false end) local mod = getsenv(game:GetService("Players").LocalPlayer.PlayerScripts["CL_MAIN_GameScript"]) mod.takeAir = function() mod.newAlert("Air-Swim Activated!",Color3.fromRGB(0,255,0)) wow.Changed:wait() mod.newAlert("Air-Swim Deactivated!",Color3.fromRGB(0,255,0)) end