local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("skibi toilet script by Artem89ru_2023 (v2)", "RJTheme6") local Tab = Window:NewTab("skibi toilet") local Section = Tab:NewSection("skibi toilet unlock gamepass") Section:NewButton("unlock TvManTitan (U)", "unlock Tv Man Titan (Upgraded)", function() game:GetService("Workspace").donat7:Destroy() end) Section:NewButton("unlock TvManTitan", "unlock Tv Man Titan", function() game:GetService("Workspace").donat6:Destroy() end) Section:NewButton("unlock TvManGiant", "unlock Tv Man Giant", function() game:GetService("Workspace").donat5:Destroy() end) Section:NewButton("unlock CameraManTitan", "unlock Camera Man Titan", function() game:GetService("Workspace").donat2:Destroy() end) Section:NewButton("unlock SpeakerManTitan", "unlock Speaker Man Titan", function() game:GetService("Workspace").donat:Destroy() end) Section:NewButton("unlock skibi toilet", "unlock skibi toilet", function() game:GetService("Workspace").donat3:Destroy() end) Section:NewButton("unlock TvMan", "unlock Tv Man", function() game:GetService("Workspace").donat4:Destroy() end) Section:NewButton("unlock Titan Camera Man (U)", "unlock Titan Camera Man (U)", function() game:GetService("Workspace").donat8:Destroy() end) Section:NewButton("unlock TvWoman", "unlock Tv Woman", function() game:GetService("Workspace").donat9:Destroy() end)