local PremiumLib = loadstring(game:HttpGet( "https://raw.githubusercontent.com/loffy327/Mainscript/refs/heads/main/Lib2.lua" ))() local Window = PremiumLib:CreateWindow({ Title = "Loffy Lib", --- Your hub name TutorialMode = true, --- Do not remove just turn off to hide AccentColor = Color3.fromRGB(99, 102, 241), }) local Tab = Window:CreateTab({ Name = "Main", Icon = "⚡" }) Tab:CreateSection("Features") Tab:CreateToggle({ Name = "Auto Farm", Callback = function(v) print(v) end })