local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Turtle-Brand/Turtle-Lib/main/source.lua"))() local window = library:Window("Teleporter") ----- window:Slider("FOV",70,150,10, function(value) local player = game.Players.LocalPlayer local camera = workspace.CurrentCamera camera.FieldOfView = value end)