Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = {}
- function Library:CreateMain()
- local Epic = Instance.new("ScreenGui")
- local LibraryWoo = Instance.new("Frame")
- local Button = Instance.new("TextButton")
- local Style = Instance.new("ImageLabel")
- local Mainkek = Instance.new("TextLabel")
- local ToggleFrame = Instance.new("Frame")
- local ButtonHolder = Instance.new("Frame")
- local Toggle = Instance.new("TextButton")
- local _2keks = Instance.new("TextLabel")
- local Slider = Instance.new("Frame")
- local SliderObject = Instance.new("TextButton")
- local SliderObject_Roundify_12px = Instance.new("ImageLabel")
- local Mainkek_2 = Instance.new("TextLabel")
- local UIListLayout = Instance.new("UIListLayout")
- Epic.Name = "Epic"
- Epic.Parent = game.CoreGui
- LibraryWoo.Name = "LibraryWoo"
- LibraryWoo.Parent = Epic
- LibraryWoo.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
- LibraryWoo.Position = UDim2.new(0.258221686, 0, 0.221402213, 0)
- LibraryWoo.Size = UDim2.new(0, 408, 0, 242)
- Button.Name = "Button"
- Button.Parent = LibraryWoo
- Button.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
- Button.Position = UDim2.new(0.0539215691, 0, 0.0991735458, 0)
- Button.Size = UDim2.new(0, 103, 0, 31)
- Button.Font = Enum.Font.SourceSans
- Button.Text = "Kek"
- Button.TextColor3 = Color3.fromRGB(255, 255, 255)
- Button.TextScaled = true
- Button.TextSize = 14.000
- Button.TextWrapped = true
- Style.Name = "Style"
- Style.Parent = Button
- Style.BackgroundColor3 = Color3.fromRGB(30, 23, 255)
- Style.BackgroundTransparency = 1.000
- Style.Position = UDim2.new(1, 0, 0, 0)
- Style.Size = UDim2.new(0, 3, 0, 31)
- Style.Image = "rbxassetid://3570695787"
- Style.ImageColor3 = Color3.fromRGB(30, 23, 255)
- Style.ScaleType = Enum.ScaleType.Slice
- Style.SliceCenter = Rect.new(100, 100, 100, 100)
- Mainkek.Name = "Mainkek"
- Mainkek.Parent = LibraryWoo
- Mainkek.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Mainkek.BackgroundTransparency = 1.000
- Mainkek.Position = UDim2.new(0.274509817, 0, -0.12396694, 0)
- Mainkek.Size = UDim2.new(0, 179, 0, 30)
- Mainkek.Font = Enum.Font.SourceSans
- Mainkek.Text = "UI Library"
- Mainkek.TextColor3 = Color3.fromRGB(255, 255, 255)
- Mainkek.TextScaled = true
- Mainkek.TextSize = 14.000
- Mainkek.TextWrapped = true
- local GamerLibrary = {}
- -- whats up
- function GamerLibrary:NewButton(name)
- local Button = Instance.new("TextButton")
- Button.Name = "Button"
- Button.Parent = LibraryWoo
- Button.BackgroundColor3 = Color3.fromRGB(21, 21, 21)
- Button.Size = UDim2.new(0, 103, 0, 31)
- Button.Font = Enum.Font.SourceSans
- Button.Text = "Kek"
- Button.TextColor3 = Color3.fromRGB(255, 255, 255)
- Button.TextScaled = true
- Button.TextSize = 14.000
- Button.TextWrapped = true
- end
- return GamerLibrary;
- end
- return Library;
Advertisement
RAW Paste Data
Copied
Advertisement