www.roblox-scripter.com

Сontent continues after AD

Script – Demon slayer moonrise

Thank you for using our website
Your script:

				
					local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
local w = library:CreateWindow("afy")
local b = w:CreateFolder("DSM")
b:Label("LGBT HateW",{
    TextSize = 25; -- Self Explaining
    TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
    BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
})
b:Toggle("Infinite Breathing",function(bool)
    _G.enable = bool
end)