0% found this document useful (0 votes)
8 views27 pages

NaiHapLibrary Lua

The document is a Lua script for a Roblox game that creates a user interface called 'Night Hub'. It includes functions for making UI elements draggable, displaying notifications, and creating a main window with options to close the interface. The script utilizes various Roblox services such as TweenService for animations and UserInputService for input handling.

Uploaded by

leminhtuanbaotv
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views27 pages

NaiHapLibrary Lua

The document is a Lua script for a Roblox game that creates a user interface called 'Night Hub'. It includes functions for making UI elements draggable, displaying notifications, and creating a main window with options to close the interface. The script utilizes various Roblox services such as TweenService for animations and UserInputService for input handling.

Uploaded by

leminhtuanbaotv
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

local plr = [Link].

LocalPlayer
local uis = game:GetService("UserInputService")
local Runservice = game:GetService("RunService")
local httpservice = game:GetService("HttpService")
local mouse = plr:GetMouse()
local TweenService = game:GetService("TweenService")
local NightHubScreen = [Link]("ScreenGui")
[Link] = "Night Hub Screen"
[Link] = [Link]
local NightLib = {}

local function MakeDraggable(topbarobject, object)


local Dragging = nil
local DragInput = nil
local DragStart = nil
local StartPosition = nil

local function Update(input)


local Delta = [Link] - DragStart
local pos =
[Link](
[Link],
[Link] + Delta.X,
[Link],
[Link] + Delta.Y
)
[Link] = pos
end

[Link]:Connect(
function(input)
if [Link] == [Link].MouseButton1 or
[Link] == [Link] then
Dragging = true
DragStart = [Link]
StartPosition = [Link]

[Link]:Connect(
function()
if [Link] ==
[Link] then
Dragging = false
end
end
)
end
end
)

[Link]:Connect(
function(input)
if
[Link] == [Link] or
[Link] == [Link]
then
DragInput = input
end
end
)
[Link]:Connect(
function(input)
if input == DragInput and Dragging then
Update(input)
end
end
)
end

function NightLib:Notify(Configs)
Configs = Configs or {}
[Link] = [Link] or "Notify"
[Link] = [Link] or "Description"
[Link] = [Link] or 5

spawn(function()
local Notify = [Link]("Frame")
local UICorner_18 = [Link]("UICorner")
local Title_5 = [Link]("TextLabel")
local UIPadding_20 = [Link]("UIPadding")
local Description_4 = [Link]("TextLabel")
local UIPadding_21 = [Link]("UIPadding")

[Link] = "Notify"
[Link] = NightHubScreen
Notify.BackgroundColor3 = [Link](20, 20, 20)
[Link] = 0.200
Notify.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1.707564592, 0, 0.815789461, 0)
[Link] = [Link](0, 304, 0, 58)

UICorner_18.CornerRadius = [Link](0, 4)
UICorner_18.Parent = Notify

Title_5.Name = "Title"
Title_5.Parent = Notify
Title_5.BackgroundColor3 = [Link](255, 255, 255)
Title_5.BackgroundTransparency = 1.000
Title_5.BorderColor3 = [Link](0, 0, 0)
Title_5.BorderSizePixel = 0
Title_5.Size = [Link](1, 0, 0.0862068981, 16)
Title_5.Font = [Link]
Title_5.Text = [Link]
Title_5.TextColor3 = [Link](255, 255, 255)
Title_5.TextSize = 12.000
Title_5.TextXAlignment = [Link]

UIPadding_20.Parent = Title_5
UIPadding_20.PaddingLeft = [Link](0, 6)
UIPadding_20.PaddingTop = [Link](0, 3)

Description_4.Name = "Description"
Description_4.Parent = Notify
Description_4.BackgroundColor3 = [Link](255, 255, 255)
Description_4.BackgroundTransparency = 1.000
Description_4.BorderColor3 = [Link](0, 0, 0)
Description_4.BorderSizePixel = 0
Description_4.Position = [Link](0, 0, 0.362068951, 0)
Description_4.Size = [Link](0, 304, 0, 37)
Description_4.Font = [Link]
Description_4.Text = [Link]
Description_4.TextColor3 = [Link](100, 100, 100)
Description_4.TextSize = 10.000
Description_4.TextWrapped = true
Description_4.TextXAlignment = [Link]
Description_4.TextYAlignment = [Link]

UIPadding_21.Parent = Description_4
UIPadding_21.PaddingLeft = [Link](0, 6)
UIPadding_21.PaddingTop = [Link](0, 3)

TweenService:Create(Notify,[Link](2, [Link],
[Link]),{Position = [Link](0.707564592, 0, 0.815789461,
0)}):Play()
[Link](tonumber([Link]))
TweenService:Create(Notify,[Link](2, [Link],
[Link]),{Position = [Link](2, 0, 0.856, 0)}):Play()
[Link](tonumber([Link]) / 2)
[Link] = false
[Link](tonumber([Link]) / 2)
Notify:Destroy()
end)
end

function NightLib:CreateWindow(Configs)
Configs = Configs or {}
[Link] = [Link] or "Night Hub"
[Link] = [Link] or "! Nightx"

local Main = [Link]("Frame")


local UICorner = [Link]("UICorner")
local Top = [Link]("Frame")
local UICorner_2 = [Link]("UICorner")
local NameHub = [Link]("TextLabel")
local UIPadding = [Link]("UIPadding")
local MiniSized = [Link]("TextButton")
local LogoMiniSized = [Link]("ImageLabel")
local CloseLib = [Link]("TextButton")
local LogoCLoseLib = [Link]("ImageLabel")
local TabHolder = [Link]("Frame")
local UICorner_3 = [Link]("UICorner")
local ScrollingTab = [Link]("ScrollingFrame")
local UIPadding_2 = [Link]("UIPadding")
local UIListLayout = [Link]("UIListLayout")
local CloseOpen = [Link]("ImageButton")
local UICorner_12 = [Link]("UICorner")
local DropShadowHolder = [Link]("Frame")
local DropShadow = [Link]("ImageLabel")
local ChannelContainer = [Link]("Frame")
local UICorner_5 = [Link]("UICorner")
local Sure = [Link]("Frame")
local UICorner_19 = [Link]("UICorner")
local Tieudereal = [Link]("TextLabel")
local Tieude = [Link]("UIPadding")
local Yes = [Link]("TextButton")
local UICorner_20 = [Link]("UICorner")
local No = [Link]("TextButton")
local UICorner_21 = [Link]("UICorner")
local Desc = [Link]("TextLabel")
local plr = [Link]
local Logo = [Link]("ImageLabel")
local UICorner = [Link]("UICorner")
local heheheh = [Link]("Frame")

[Link] = "heheheh"
[Link] = NightHubScreen
heheheh.BackgroundColor3 = [Link](255, 255, 255)
heheheh.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = false

[Link] = "Logo"
[Link] = NightHubScreen
Logo.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Logo.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.981549799, 0, 0.959514141, 0)
[Link] = [Link](0, 20, 0, 20)
[Link] = "rbxassetid://17717048927"

[Link] = [Link](0, 4)
[Link] = Logo

TweenService:Create(Logo, [Link](1, [Link],


[Link]), {Size = [Link](0, 100, 0, 100)}):Play()
TweenService:Create(Logo, [Link](4, [Link],
[Link]), {Rotation = 1800}):Play()
TweenService:Create(Logo, [Link](4, [Link],
[Link]), {Position = [Link](0.273985237, 0, 0.127530366,
0)}):Play()
wait(2)
TweenService:Create(Logo, [Link](1, [Link],
[Link]), {ImageTransparency = 1}):Play()
TweenService:Create(Logo, [Link](2, [Link],
[Link]), {BackgroundTransparency = 0.000}):Play()
TweenService:Create(Logo, [Link](1, [Link],
[Link]), {Size = [Link](0, 598, 0, 376)}):Play()
wait(2)
[Link] = false
TweenService:Create(Main, [Link](3, [Link],
[Link]), {Visible = true}):Play()

[Link] = "Sure?"
[Link] = NightHubScreen
Sure.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 0.100
Sure.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.376383752, 0, 0.26720649, 0)
[Link] = [Link](0, 394, 0, 217)
[Link] = false

UICorner_19.CornerRadius = [Link](0, 4)
UICorner_19.Parent = Sure

[Link] = "Tieudereal"
[Link] = Sure
Tieudereal.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Tieudereal.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = true
[Link] = [Link](0, 0, 0.0138248848, 0)
[Link] = [Link](1, 0, 0, 50)
[Link] = [Link]
[Link] = "Do You Want Close Interface?"
Tieudereal.TextColor3 = [Link](255, 255, 255)
[Link] = 18.000
Tieudereal.TextStrokeColor3 = [Link](255, 255, 255)

[Link] = "Tieude"
[Link] = Tieudereal
[Link] = [Link](0, 7)

[Link] = "Yes"
[Link] = Sure
Yes.BackgroundColor3 = [Link](20, 20, 20)
[Link] = 0.200
Yes.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.663594484, 0)
[Link] = [Link](0, 180, 0, 50)
[Link] = [Link]
[Link] = "YES"
Yes.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
Yes.MouseButton1Click:Connect(function()
TweenService:Create(Sure, [Link](1, [Link],
[Link]), {Visible = false}):Play()
[Link] = false
NightLib:Notify({Title = "Interface", Content = "Close Interface
Completed!!!", Time = 5})
end)

UICorner_20.Parent = Yes

[Link] = "No"
[Link] = Sure
No.BackgroundColor3 = [Link](20, 20, 20)
[Link] = 0.200
No.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.543147206, 0, 0.663594484, 0)
[Link] = [Link](0, 180, 0, 50)
[Link] = [Link]
[Link] = "NO"
No.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
No.MouseButton1Click:Connect(function()
TweenService:Create(Sure, [Link](1, [Link],
[Link]), {Visible = false}):Play()
[Link] = true
end)

UICorner_21.Parent = No

[Link] = "Desc"
[Link] = Sure
Desc.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Desc.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.23963134, 0)
[Link] = [Link](0, 394, 0, 81)
[Link] = [Link]
[Link] = "They Will Disable Screen GUI To Close Interface!!"
Desc.TextColor3 = [Link](100, 100, 100)
[Link] = 10.000

[Link] = "Main"
[Link] = NightHubScreen
Main.BackgroundColor3 = [Link](20, 20, 20)
[Link] = 0.200
Main.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.273985237, 0, 0.127530366, 0)
[Link] = [Link](0, 598, 0, 376)
[Link] = false

[Link] = "CloseOpen"
[Link] = NightHubScreen
CloseOpen.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
CloseOpen.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.00696864119, 0, 0.457489878, 0)
[Link] = [Link](0, 35, 0, 35)
[Link] = "rbxassetid://17717048927"
CloseOpen.MouseButton1Click:Connect(function()
if ReadyClose == true then
TweenService:Create(Main, [Link](1, [Link],
[Link]), {Size = [Link](0, 598, 0, 376)}):Play()
wait(1)
[Link] = true
[Link] = true
[Link] = true
[Link] = true
ReadyClose = false
end
end)

UICorner_12.Parent = CloseOpen

[Link] = [Link](0, 4)
[Link] = Main

[Link] = "Top"
[Link] = Main
Top.BackgroundColor3 = [Link](10, 10, 10)
[Link] = 0.500
Top.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 0.00231884886, 40)

UICorner_2.CornerRadius = [Link](0, 4)
UICorner_2.Parent = Top

[Link] = "NameHub"
[Link] = Top
NameHub.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
NameHub.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 1.87165128e-07, 0)
[Link] = [Link](1.00167501, 0, 0.0213322397, 40)
[Link] = [Link]
[Link] = "" .. [Link] .. " By - " .. [Link] .. ""
NameHub.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

[Link] = NameHub
[Link] = [Link](0, 12)

[Link] = "Mini Sized"


[Link] = Top
MiniSized.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 1.000
MiniSized.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.854755521, 0, 0, 0)
[Link] = [Link](0, 40, 0, 40)
[Link] = [Link]
[Link] = ""
MiniSized.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000
MiniSized.MouseButton1Click:Connect(function()
[Link] = false
[Link] = false
[Link] = false
[Link] = false
ReadyClose = true
TweenService:Create(Main, [Link](1, [Link],
[Link]), {Size = [Link](0, 0, 0, 376)}):Play()
end)

[Link] = "Logo Mini Sized"


[Link] = MiniSized
LogoMiniSized.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
LogoMiniSized.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.25, 0, 0.25, 0)
[Link] = [Link](0, 20, 0, 20)
[Link] = "rbxassetid://17585149799"

[Link] = "Close Lib"


[Link] = Top
CloseLib.BackgroundColor3 = [Link](0, 0, 0)
[Link] = 1.000
CloseLib.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.931550026, 0, 0, 0)
[Link] = [Link](0, 40, 0, 40)
[Link] = [Link]
[Link] = ""
CloseLib.TextColor3 = [Link](0, 0, 0)
[Link] = 14.000
CloseLib.MouseButton1Click:Connect(function()
[Link] = false
TweenService:Create(Sure, [Link](1, [Link],
[Link]), {Visible = true}):Play()
end)

[Link] = "Logo CLose Lib"


[Link] = CloseLib
[Link] = 1.000
[Link] = [Link](0.174999997, 0, 0.174999997, 0)
[Link] = [Link](0, 25, 0, 25)
[Link] = "rbxassetid://2777727756"

[Link] = "Tab Holder"


[Link] = Main
TabHolder.BackgroundColor3 = [Link](10, 10, 10)
[Link] = 0.500
TabHolder.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.108701825, 0)
[Link] = [Link](0, 165, 0, 334)

UICorner_3.CornerRadius = [Link](0, 4)
UICorner_3.Parent = TabHolder

[Link] = "Scrolling Tab"


[Link] = TabHolder
ScrollingTab.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
ScrollingTab.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = false
[Link] = [Link](1, 0, 1, 0)
[Link] = 0
game:GetService("RunService").Stepped:Connect(function()
pcall(function()
[Link] =
[Link](0,0,0,[Link].Y + 20)
end)
end)

UIPadding_2.Parent = ScrollingTab
UIPadding_2.PaddingBottom = [Link](0, 2)
UIPadding_2.PaddingTop = [Link](0, 2)

[Link] = ScrollingTab
[Link] = [Link]
[Link] = [Link](0, 4)

[Link] = "DropShadowHolder"
[Link] = Main
[Link] = 1.000
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = 0

[Link] = "DropShadow"
[Link] = DropShadowHolder
[Link] = [Link](0.5, 0.5)
[Link] = 1.000
[Link] = 0
[Link] = [Link](0.498327762, 0, 0.501329839, 0)
[Link] = [Link](1.0133779, 47, 1.01329792, 47)
[Link] = 0
[Link] = "rbxassetid://6014261993"
[Link] = 0.500
[Link] = [Link]
[Link] = [Link](49, 49, 450, 450)

[Link] = "Channel Container"


[Link] = Main
[Link] = [Link](1, 0)
ChannelContainer.BackgroundColor3 = [Link](30, 30, 30)
[Link] = 0.500
ChannelContainer.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.998327732, 0, 0.108701825, 0)
[Link] = [Link](0, 432, 0, 335)

UICorner_5.CornerRadius = [Link](0, 4)
UICorner_5.Parent = ChannelContainer

MakeDraggable(Top, Main)

local TabContent = {}
function TabContent:CreateTab(Configs)
Configs = Configs or {}
[Link] = [Link] or "Tab"
[Link] = [Link] or ""

local tab = [Link]("TextButton")


local UICorner_4 = [Link]("UICorner")
local UIPadding_3 = [Link]("UIPadding")
local IcoTab = [Link]("ImageLabel")
local Channel = [Link]("ScrollingFrame")
local UIPadding_4 = [Link]("UIPadding")
local UIListLayout_2 = [Link]("UIListLayout")
local defaults = false
local NameT = ""

[Link] = "tab"
[Link] = ScrollingTab
tab.BackgroundColor3 = [Link](5, 255, 255)
[Link] = 1.000
tab.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = true
[Link] = [Link](0, 0, -0.00606060587, 0)
[Link] = [Link](1, 0, 0, 35)
[Link] = [Link]
[Link] = [Link]
tab.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000
[Link] = [Link]

UICorner_4.CornerRadius = [Link](0, 4)
UICorner_4.Parent = tab

UIPadding_3.Parent = tab
UIPadding_3.PaddingLeft = [Link](0, 40)
UIPadding_3.PaddingTop = [Link](0, 3)

[Link] = "IcoTab"
[Link] = tab
IcoTab.BackgroundColor3 = [Link](144, 144, 144)
[Link] = 1.000
IcoTab.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](-0.265, 0,0.041, 0)
[Link] = [Link](0, 25, 0, 25)
IcoTab.ImageColor3 = [Link](144, 144, 144)
[Link] = [Link]

[Link] = "Channel"
[Link] = ChannelContainer
Channel.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Channel.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = false
[Link] = [Link](1, 0, 1, 0)
[Link] = 1
[Link] = false
spawn(function()
while wait() do
[Link] =
[Link](0,0,0,UIListLayout_2.AbsoluteContentSize.Y + 20)
end
end)

UIPadding_4.Parent = Channel
UIPadding_4.PaddingBottom = [Link](0, 4)
UIPadding_4.PaddingLeft = [Link](0, 4)
UIPadding_4.PaddingRight = [Link](0, 4)
UIPadding_4.PaddingTop = [Link](0, 4)

UIListLayout_2.Parent = Channel
UIListLayout_2.SortOrder = [Link]
UIListLayout_2.Padding = [Link](0, 4)

[Link]:Connect(function()
if NameT ~= [Link] then
tab.TextColor3 = [Link](255,255,255)
IcoTab.ImageColor3 = [Link](255, 255, 255)
end
end)

[Link]:Connect(function()
if NameT ~= [Link] then
tab.TextColor3 = [Link](114, 118, 125)
IcoTab.ImageColor3 = [Link](144, 144, 144)
end
end)

tab.MouseButton1Click:Connect(function()
for i, v in next, ChannelContainer:GetChildren() do
if [Link] == "Channel" then
[Link] = false
end
[Link] = true
end
for i, v in next, ScrollingTab:GetChildren() do
if [Link] == "TextButton" then
v.TextColor3 = [Link](144, 144, 144)
[Link] = 1.000
end
end
tab.TextColor3 = [Link](255,255,255)
tab.BackgroundColor3 = [Link](5, 255, 255)
[Link] = 0.800
NameT = [Link]
end)

if defaults == false then


defaults = true
tab.TextColor3 = [Link](144,144,144)
[Link] = true
[Link] = false
end

local InTab = {}
function InTab:CreateSection(Configs)
Configs = Configs or {}
[Link] = [Link] or {}

local Section = [Link]("TextLabel")


local UIPadding_5 = [Link]("UIPadding")

[Link] = "Section"
[Link] = Channel
Section.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Section.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 0, 25)
[Link] = [Link]
[Link] = [Link]
Section.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = [Link]

UIPadding_5.Parent = Section
UIPadding_5.PaddingLeft = [Link](0, 5)
end

function InTab:CreateLabel(Configs)
Configs = Configs or {}
[Link] = [Link] or "Label"
local Label = [Link]("Frame")
local UICorner_6 = [Link]("UICorner")
local LabelTitle = [Link]("TextLabel")
local UIPadding_6 = [Link]("UIPadding")
local Lbel = {}

[Link] = "Label"
[Link] = Channel
Label.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
Label.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.0886850134, 0)
[Link] = [Link](1, 0, -0.0275229365, 45)

UICorner_6.CornerRadius = [Link](0, 4)
UICorner_6.Parent = Label

[Link] = "LabelTitle"
[Link] = Label
LabelTitle.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
LabelTitle.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = [Link]
LabelTitle.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = true
[Link] = [Link]

UIPadding_6.Parent = LabelTitle
UIPadding_6.PaddingLeft = [Link](0, 5)

function Lbel:Set(Text)
[Link] = Text
end
return Lbel
end

function InTab:CreateButton(Configs)
Configs = Configs or {}
[Link] = [Link] or "Button"
[Link] = [Link] or ""
[Link] = [Link] or function() end

local Button = [Link]("Frame")


local UICorner_7 = [Link]("UICorner")
local ButtonClick = [Link]("TextButton")
local UIPadding_7 = [Link]("UIPadding")
local Title = [Link]("TextLabel")
local UIPadding_8 = [Link]("UIPadding")
local Description = [Link]("TextLabel")
local UIPadding_9 = [Link]("UIPadding")
local Ico = [Link]("ImageLabel")

[Link] = "Button"
[Link] = Channel
Button.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
Button.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 0, 45)

UICorner_7.CornerRadius = [Link](0, 4)
UICorner_7.Parent = Button

[Link] = "ButtonClick"
[Link] = Button
[Link] = false
ButtonClick.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
ButtonClick.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = false
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
ButtonClick.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = true
[Link] = [Link]

UIPadding_7.Parent = ButtonClick
UIPadding_7.PaddingLeft = [Link](0, 5)

[Link] = "Title"
[Link] = ButtonClick
Title.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Title.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, -5, 0, 3)
[Link] = [Link](0.926014304, 0, 0, 16)
[Link] = [Link]
[Link] = [Link]
Title.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = [Link]

UIPadding_8.Parent = Title
UIPadding_8.PaddingLeft = [Link](0, 5)

[Link] = "Description"
[Link] = ButtonClick
Description.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Description.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, -5, 0, 18)
[Link] = [Link](0.909307897, 0, 0, 26)
[Link] = [Link]
[Link] = [Link]
Description.TextColor3 = [Link](100, 100, 100)
[Link] = 10.000
[Link] = true
[Link] = [Link]
[Link] = [Link]

UIPadding_9.Parent = Description
UIPadding_9.PaddingLeft = [Link](0, 5)
UIPadding_9.PaddingTop = [Link](0, 4)

[Link] = "Ico"
[Link] = ButtonClick
Ico.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Ico.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, -30, 0, 11)
[Link] = [Link](0, 20, 0, 20)
[Link] = "rbxassetid://17584910789"

ButtonClick.MouseButton1Click:Connect(function()
pcall([Link])
Button.BackgroundColor3 = [Link](100, 100, 100)
TweenService:Create(Button, [Link](1, [Link],
[Link]), {BackgroundColor3 = [Link](60, 60, 60)}):Play()
end)
end
function InTab:CreateToggle(Configs)
Configs = Configs or {}
[Link] = [Link] or "Toggle"
[Link] = [Link] or ""
[Link] = [Link] or false
[Link] = [Link] or function() end

local Toggle = [Link]("Frame")


local UICorner_8 = [Link]("UICorner")
local ToggleClick = [Link]("TextButton")
local UIPadding_10 = [Link]("UIPadding")
local Title_2 = [Link]("TextLabel")
local UIPadding_11 = [Link]("UIPadding")
local Description_2 = [Link]("TextLabel")
local UIPadding_12 = [Link]("UIPadding")
local CheckFrame = [Link]("Frame")
local UICorner_9 = [Link]("UICorner")
local Check = [Link]("Frame")
local UICorner_10 = [Link]("UICorner")
local Tggle = {}
Toggled = false

[Link] = "Toggle"
[Link] = Channel
Toggle.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
Toggle.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 0, 45)

UICorner_8.CornerRadius = [Link](0, 4)
UICorner_8.Parent = Toggle

[Link] = "ToggleClick"
[Link] = Toggle
[Link] = false
ToggleClick.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
ToggleClick.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = false
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
ToggleClick.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = true
[Link] = [Link]

UIPadding_10.Parent = ToggleClick
UIPadding_10.PaddingLeft = [Link](0, 5)

Title_2.Name = "Title"
Title_2.Parent = ToggleClick
Title_2.BackgroundColor3 = [Link](255, 255, 255)
Title_2.BackgroundTransparency = 1.000
Title_2.BorderColor3 = [Link](0, 0, 0)
Title_2.BorderSizePixel = 0
Title_2.Position = [Link](0, -5, 0, 3)
Title_2.Size = [Link](0.926014304, 0, 0, 16)
Title_2.Font = [Link]
Title_2.Text = [Link]
Title_2.TextColor3 = [Link](255, 255, 255)
Title_2.TextSize = 12.000
Title_2.TextXAlignment = [Link]

UIPadding_11.Parent = Title_2
UIPadding_11.PaddingLeft = [Link](0, 5)

Description_2.Name = "Description"
Description_2.Parent = ToggleClick
Description_2.BackgroundColor3 = [Link](255, 255, 255)
Description_2.BackgroundTransparency = 1.000
Description_2.BorderColor3 = [Link](0, 0, 0)
Description_2.BorderSizePixel = 0
Description_2.Position = [Link](0, -5, 0, 18)
Description_2.Size = [Link](0.909307897, 0, 0, 26)
Description_2.Font = [Link]
Description_2.Text = [Link]
Description_2.TextColor3 = [Link](100, 100, 100)
Description_2.TextSize = 10.000
Description_2.TextWrapped = true
Description_2.TextXAlignment = [Link]
Description_2.TextYAlignment = [Link]

UIPadding_12.Parent = Description_2
UIPadding_12.PaddingLeft = [Link](0, 5)
UIPadding_12.PaddingTop = [Link](0, 4)

[Link] = "CheckFrame"
[Link] = ToggleClick
CheckFrame.BackgroundColor3 = [Link](10, 10, 10)
[Link] = 0.500
CheckFrame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.968973756, -30, 0.111111112, 11)
[Link] = [Link](0, 31, 0, 13)

UICorner_9.CornerRadius = [Link](1, 0)
UICorner_9.Parent = CheckFrame

[Link] = "Check"
[Link] = CheckFrame
Check.BackgroundColor3 = [Link](255, 255, 255)
Check.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](-0.268292695, 0, -0.307692319, 0)
[Link] = [Link](0, 20, 0, 20)

UICorner_10.CornerRadius = [Link](1, 0)
UICorner_10.Parent = Check

ToggleClick.MouseButton1Click:Connect(function()
if Toggled == false then
TweenService:Create(Check, [Link](.2,
[Link], [Link]), {Position = [Link](0.506, 0,-
0.308, 0)}):Play()
TweenService:Create(CheckFrame, [Link](.3,
[Link], [Link]), {BackgroundColor3 =
[Link](128, 218, 220)}):Play()
else
TweenService:Create(Check, [Link](.2,
[Link], [Link]), {Position = [Link](-0.268, 0,-
0.308, 0)}):Play()
TweenService:Create(CheckFrame, [Link](.3,
[Link], [Link]), {BackgroundColor3 =
[Link](30, 30, 30)}):Play()
end
Toggled = not Toggled
pcall([Link], Toggled)
end)

if [Link] == true then


TweenService:Create(Check, [Link](.3, [Link],
[Link]), {Position = [Link](0.506, 0,-0.308, 0)}):Play()
TweenService:Create(CheckFrame, [Link](.3,
[Link], [Link]), {BackgroundColor3 =
[Link](128, 218, 220)}):Play()
Toggled = [Link]
pcall([Link], Toggled)
end

function Tggle:Set(Value)
if Value then
TweenService:Create(Check, [Link](.3,
[Link], [Link]), {Position = [Link]({-0.268,
0},{-0.308, 0})}):Play()
TweenService:Create(CheckFrame, [Link](.3,
[Link], [Link]), {BackgroundColor3 =
[Link](30, 30, 30)}):Play()
else
TweenService:Create(Check, [Link](.3,
[Link], [Link]), {Position = [Link](0.506, 0,-
0.308, 0)}):Play()
TweenService:Create(CheckFrame, [Link](.3,
[Link], [Link]), {BackgroundColor3 =
[Link](128, 218, 220)}):Play()
end
Toggled = not Toggled
pcall([Link], Toggled)
end
return Tggle
end
function InTab:CreateDropdown(Configs)
Configs = Configs or {}
[Link] = [Link] or "Dropdown"
[Link] = [Link] or ""
[Link] = [Link] or ""
[Link] = [Link] or ""
[Link] = [Link] or function() end

local Dropdown = [Link]("Frame")


local UICorner_10 = [Link]("UICorner")
local DropdownClick = [Link]("TextButton")
local UIPadding_13 = [Link]("UIPadding")
local Title_3 = [Link]("TextLabel")
local UIPadding_14 = [Link]("UIPadding")
local Description_3 = [Link]("TextLabel")
local UIPadding_15 = [Link]("UIPadding")
local Ico_2 = [Link]("ImageLabel")
local ListFrame = [Link]("Frame")
local UICorner_11 = [Link]("UICorner")
local List = [Link]("ScrollingFrame")
local UIPadding_16 = [Link]("UIPadding")
local UIListLayout_3 = [Link]("UIListLayout")
local DropFunc = {}
Dropped = false

[Link] = "Dropdown"
[Link] = Channel
Dropdown.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
Dropdown.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.510703385, 0)
[Link] = [Link](1, 0, 0, 45)

UICorner_10.CornerRadius = [Link](0, 4)
UICorner_10.Parent = Dropdown

[Link] = "DropdownClick"
[Link] = Dropdown
[Link] = false
DropdownClick.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
DropdownClick.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = false
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = ""
DropdownClick.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = true
[Link] = [Link]

UIPadding_13.Parent = DropdownClick
UIPadding_13.PaddingLeft = [Link](0, 5)

Title_3.Name = "Title"
Title_3.Parent = DropdownClick
Title_3.BackgroundColor3 = [Link](255, 255, 255)
Title_3.BackgroundTransparency = 1.000
Title_3.BorderColor3 = [Link](0, 0, 0)
Title_3.BorderSizePixel = 0
Title_3.Position = [Link](0, -5, 0, 3)
Title_3.Size = [Link](0.926014304, 0, 0, 16)
Title_3.Font = [Link]
Title_3.Text = "".. [Link] .. " : ".. [Link] .. ""
Title_3.TextColor3 = [Link](255, 255, 255)
Title_3.TextSize = 12.000
Title_3.TextXAlignment = [Link]
if [Link] ~= "" and [Link] ~= nil then
[Link]([Link])
end

UIPadding_14.Parent = Title_3
UIPadding_14.PaddingLeft = [Link](0, 5)

Description_3.Name = "Description"
Description_3.Parent = DropdownClick
Description_3.BackgroundColor3 = [Link](255, 255, 255)
Description_3.BackgroundTransparency = 1.000
Description_3.BorderColor3 = [Link](0, 0, 0)
Description_3.BorderSizePixel = 0
Description_3.Position = [Link](0, -5, 0, 18)
Description_3.Size = [Link](0.909307897, 0, 0, 26)
Description_3.Font = [Link]
Description_3.Text = [Link]
Description_3.TextColor3 = [Link](100, 100, 100)
Description_3.TextSize = 10.000
Description_3.TextWrapped = true
Description_3.TextXAlignment = [Link]
Description_3.TextYAlignment = [Link]

UIPadding_15.Parent = Description_3
UIPadding_15.PaddingLeft = [Link](0, 5)
UIPadding_15.PaddingTop = [Link](0, 4)

Ico_2.Name = "Ico"
Ico_2.Parent = DropdownClick
Ico_2.BackgroundColor3 = [Link](255, 255, 255)
Ico_2.BackgroundTransparency = 1.000
Ico_2.BorderColor3 = [Link](0, 0, 0)
Ico_2.BorderSizePixel = 0
Ico_2.Position = [Link](1, -30, 0, 11)
Ico_2.Size = [Link](0, 20, 0, 20)
Ico_2.Rotation = -90.000
Ico_2.Image = "rbxassetid://17584979104"

[Link] = "ListFrame"
[Link] = Dropdown
ListFrame.BackgroundColor3 = [Link](10, 10, 10)
[Link] = 0.500
ListFrame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.328358203, 0)
[Link] = [Link](1, 0, -0.074626863, 100)
[Link] = false

UICorner_11.CornerRadius = [Link](0, 4)
UICorner_11.Parent = ListFrame

[Link] = "List"
[Link] = ListFrame
List.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
List.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = false
[Link] = [Link](1, 0, 1, 0)
[Link] = 0

UIPadding_16.Parent = List
UIPadding_16.PaddingBottom = [Link](0, 2)
UIPadding_16.PaddingLeft = [Link](0, 2)
UIPadding_16.PaddingRight = [Link](0, 2)
UIPadding_16.PaddingTop = [Link](0, 7)

UIListLayout_3.Parent = List
UIListLayout_3.SortOrder = [Link]
UIListLayout_3.Padding = [Link](0, 4)

spawn(function()
while wait() do
[Link] = [Link](0, 0, 0,
UIListLayout_3.AbsoluteContentSize.Y)
end
end)

for i, v in next, [Link] do


local Option1 = [Link]("TextButton")
local UICorner_13 = [Link]("UICorner")

[Link] = "Option1"
[Link] = List
Option1.BackgroundColor3 = [Link](100, 100, 100)
[Link] = 1.000
Option1.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 0, 30)
[Link] = [Link]
[Link] = tostring(v)
Option1.TextColor3 = [Link](144, 144, 144)
[Link] = 14.000

UICorner_13.CornerRadius = [Link](0, 4)
UICorner_13.Parent = Option1

Option1.MouseButton1Click:Connect(function()
Dropped = false
[Link] = false
Dropdown:TweenSize([Link](1, 0, 0,
45),"Out","Quad",0.3,true)
TweenService:Create(Ico_2, [Link](1,
[Link], [Link]), {Rotation = -90.000}):Play()
Option1.TextColor3 = [Link](255, 255, 255)
pcall([Link])
[Link]([Link])
Title_3.Text = "".. [Link] .. " : " .. [Link] .. ""
end)
end

DropdownClick.MouseButton1Click:Connect(function()
if Dropped == false then
Dropped = true
Dropdown:TweenSize([Link](1, 0, 0.134,
45),"Out","Quad",0.3,true)
TweenService:Create(Ico_2, [Link](1,
[Link], [Link]), {Rotation = 0}):Play()
wait(0.2)
[Link] = true
else
Dropped = false
Dropdown:TweenSize([Link](1, 0, 0,
45),"Out","Quad",0.3,true)
TweenService:Create(Ico_2, [Link](1,
[Link], [Link]), {Rotation = -90.000}):Play()
[Link] = false
end
end)

function DropFunc:Set(OptionName)
for i, v in pairs(List:GetChildren()) do
if [Link] == "Button" then
if [Link] == OptionName then
v.TextColor3 = [Link](255, 255, 255)
Title_3.Text = "".. [Link] .. " : " .. OptionName
.. ""
pcall(Title_3.Text)
end
end
end
end

function DropFunc:Add(Option)
for i, v in next, Option do
local Nahvaicaicut = [Link]("TextButton")

[Link] = "Option1"
[Link] = List
Nahvaicaicut.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Nahvaicaicut.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = true
[Link] = [Link](1, 0, 0, 25)
[Link] = [Link]
[Link] = tostring(v)
Nahvaicaicut.TextColor3 = [Link](144, 144, 144)
[Link] = 14.000

Nahvaicaicut.MouseButton1Click:Connect(function()
Dropped = false
[Link] = false
Dropdown:TweenSize([Link](1, 0, 0,
55),"Out","Quad",0.3,true)
TweenService:Create(
ListFrame,

[Link](0 ,[Link],[Link]),
{
Visible = false
}
):Play()
TweenService:Create(
Ico_2,
[Link](0.3, [Link],
[Link]),
{ImageColor3 = [Link](255, 255, 255)}
):Play()
Nahvaicaicut.TextColor3 = [Link](255, 255, 255)
[Link]([Link])
Title_3.Text = "".. [Link] .. " : "..
[Link] .. ""
end)
end
end

function DropFunc:Refresh(Option)
for i, v in pairs(List:GetChildren()) do
if [Link] == "Option1" then
v:Destroy()
end
end
Dropped = false
Dropdown:TweenSize([Link](1, 0, 0, 55),"Out","Quad",0.3,true)
TweenService:Create(
ListFrame,

[Link](0 ,[Link],[Link]),
{
Visible = false
}
):Play()
TweenService:Create(
Ico_2,
[Link](0.3, [Link],
[Link]),
{ImageColor3 = [Link](255, 255, 255)}
):Play()
DropFunc:Add(Option)
Title_3.Text = "".. [Link] .. " : "
end
return DropFunc
end
function InTab:CreateSlider(Configs)
Configs = Configs or {}
[Link] = [Link] or "Slider"
[Link] = [Link] or 100
[Link] = [Link] or 1
[Link] = [Link] or 50
[Link] = [Link] or function() end

local Slider = [Link]("Frame")


local UICorner_14 = [Link]("UICorner")
local Title_4 = [Link]("TextLabel")
local UIPadding_17 = [Link]("UIPadding")
local DragFrame = [Link]("Frame")
local UICorner_15 = [Link]("UICorner")
local Frame = [Link]("Frame")
local UICorner_16 = [Link]("UICorner")
local Valie = [Link]("TextLabel")
local SliderFunc = {Value = [Link]}

[Link] = "Slider"
[Link] = Channel
Slider.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
Slider.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](1, 0, 0, 46)

UICorner_14.CornerRadius = [Link](0, 4)
UICorner_14.Parent = Slider

Title_4.Name = "Title"
Title_4.Parent = Slider
Title_4.BackgroundColor3 = [Link](255, 255, 255)
Title_4.BackgroundTransparency = 1.000
Title_4.BorderColor3 = [Link](0, 0, 0)
Title_4.BorderSizePixel = 0
Title_4.Position = [Link](0, 0, 0, 3)
Title_4.Size = [Link](1, 0, 0, 16)
Title_4.Font = [Link]
Title_4.Text = [Link]
Title_4.TextColor3 = [Link](255, 255, 255)
Title_4.TextSize = 12.000
Title_4.TextWrapped = true
Title_4.TextXAlignment = [Link]

UIPadding_17.Parent = Title_4
UIPadding_17.PaddingLeft = [Link](0, 5)

[Link] = "DragFrame"
[Link] = Slider
DragFrame.BackgroundColor3 = [Link](30, 30, 30)
[Link] = 0.500
DragFrame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 5, 0.587000012, 0)
[Link] = [Link](0, 404, 0, 11)

UICorner_15.CornerRadius = [Link](0, 4)
UICorner_15.Parent = DragFrame

[Link] = DragFrame
Frame.BackgroundColor3 = [Link](80, 80, 80)
[Link] = 0.500
Frame.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 202, 0, 11)

UICorner_16.CornerRadius = [Link](0, 4)
UICorner_16.Parent = Frame

[Link] = "Valie"
[Link] = DragFrame
Valie.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Valie.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.0123762377, 0, 0, 0)
[Link] = [Link](1, 0, 1, 0)
[Link] = [Link]
[Link] = tonumber([Link])
Valie.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

local Dragging = false


local function Round(Number, Factor)
local Result = [Link](Number/Factor +
([Link](Number) * 0.5)) * Factor
if Result < 0 then Result = Result + Factor end
return Result
end
function SliderFunc:Set(Value)
Value = [Link](Round(Value, 1), [Link],
[Link])
[Link] = Value
[Link] = tostring(Value)
TweenService:Create(
Frame,
[Link](0.2, [Link],
[Link]),
{Size = [Link]((Value - [Link]) /
([Link] - [Link]), 1)}
):Play()
end
[Link]:Connect(function(Input)
if [Link] == [Link].MouseButton1
then
Dragging = true
end
end)
[Link]:Connect(function(Input)
if [Link] == [Link].MouseButton1
then
Dragging = false
[Link]([Link])
end
end)
[Link]:Connect(function(Input)
if Dragging and [Link] ==
[Link] then
local SizeScale = [Link](([Link].X -
[Link].X) / [Link].X, 0, 1)
SliderFunc:Set([Link] + (([Link] -
[Link]) * SizeScale))
end
end)
Valie:GetPropertyChangedSignal("Text"):Connect(function()
local Valid = [Link]:gsub("[^%d]", "")
if Valid ~= "" then
local ValidNumber = [Link](tonumber(Valid),
[Link])
[Link] = tostring(ValidNumber)
else
[Link] = tostring(Valid)
end
end)
SliderFunc:Set(tonumber([Link]))
return SliderFunc
end
function InTab:CreateParagraph(Configs)
Configs = Configs or {}
[Link] = [Link] or "Paragraph"
[Link] = [Link] or ""

local Paragraph = [Link]("Frame")


local UICorner_17 = [Link]("UICorner")
local ParagraphTitle = [Link]("TextLabel")
local UIPadding_18 = [Link]("UIPadding")
local Descript = [Link]("TextLabel")
local UIPadding_19 = [Link]("UIPadding")

[Link] = "Paragraph"
[Link] = Channel
Paragraph.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
Paragraph.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0.813455641, 0)
[Link] = [Link](1, 0, 0, 45)

UICorner_17.CornerRadius = [Link](0, 4)
UICorner_17.Parent = Paragraph

[Link] = "ParagraphTitle"
[Link] = Paragraph
ParagraphTitle.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
ParagraphTitle.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0, 0, 0, 3)
[Link] = [Link](1, 0, 0, 16)
[Link] = [Link]
[Link] = [Link]
ParagraphTitle.TextColor3 = [Link](255, 255, 255)
[Link] = 12.000
[Link] = true
[Link] = [Link]

UIPadding_18.Parent = ParagraphTitle
UIPadding_18.PaddingLeft = [Link](0, 5)
[Link] = "Descript"
[Link] = Paragraph
Descript.BackgroundColor3 = [Link](255, 255, 255)
[Link] = 1.000
Descript.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = true
[Link] = [Link](0, 0, 0, 19)
[Link] = [Link](0, 423, 0, 24)
[Link] = [Link]
[Link] = [Link]
Descript.TextColor3 = [Link](100, 100, 100)
[Link] = 10.000
[Link] = true
[Link] = [Link]
[Link] = [Link]

UIPadding_19.Parent = Descript
UIPadding_19.PaddingLeft = [Link](0, 5)
UIPadding_19.PaddingTop = [Link](0, 4)

end
function InTab:CreateTextBox(Configs)
Configs = Configs or {}
[Link] = [Link] or ""
[Link] = [Link] or ""
[Link] = [Link] or ""
[Link] = [Link] or function () end

local TextBoxhahaha = [Link]("Frame")


local UICorner_18 = [Link]("UICorner")
local Title_5 = [Link]("TextLabel")
local UIPadding_20 = [Link]("UIPadding")
local Description_4 = [Link]("TextLabel")
local UIPadding_21 = [Link]("UIPadding")
local ehehehhe = [Link]("TextBox")
local UICorner_19 = [Link]("UICorner")
local UIStroke = [Link]("UIStroke")
local InputFunc = {}

[Link] = "TextBoxhahaha"
[Link] = Channel
TextBoxhahaha.BackgroundColor3 = [Link](60, 60, 60)
[Link] = 0.500
TextBoxhahaha.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.023584906, 0, 0.485565186, 0)
[Link] = [Link](1, 0, 0, 45)

UICorner_18.CornerRadius = [Link](0, 4)
UICorner_18.Parent = TextBoxhahaha

Title_5.Name = "Title"
Title_5.Parent = TextBoxhahaha
Title_5.BackgroundColor3 = [Link](255, 255, 255)
Title_5.BackgroundTransparency = 1.000
Title_5.BorderColor3 = [Link](0, 0, 0)
Title_5.BorderSizePixel = 0
Title_5.Position = [Link](0, 0, 0, 3)
Title_5.Size = [Link](0.621962786, 0, 0, 16)
Title_5.Font = [Link]
Title_5.Text = [Link]
Title_5.TextColor3 = [Link](255, 255, 255)
Title_5.TextSize = 12.000
Title_5.TextXAlignment = [Link]

UIPadding_20.Parent = Title_5
UIPadding_20.PaddingLeft = [Link](0, 5)

Description_4.Name = "Description"
Description_4.Parent = TextBoxhahaha
Description_4.BackgroundColor3 = [Link](255, 255, 255)
Description_4.BackgroundTransparency = 1.000
Description_4.BorderColor3 = [Link](0, 0, 0)
Description_4.BorderSizePixel = 0
Description_4.Position = [Link](0, 0, 0.422222227, 0)
Description_4.Size = [Link](0, 263, 0, 26)
Description_4.Font = [Link]
Description_4.TextColor3 = [Link](100, 100, 100)
Description_4.TextSize = 10.000
Description_4.Text = [Link]
Description_4.TextWrapped = true
Description_4.TextXAlignment = [Link]
Description_4.TextYAlignment = [Link]

UIPadding_21.Parent = Description_4
UIPadding_21.PaddingLeft = [Link](0, 5)
UIPadding_21.PaddingTop = [Link](0, 4)

[Link] = "ehehehhe"
[Link] = TextBoxhahaha
ehehehhe.BackgroundColor3 = [Link](20, 20, 20)
ehehehhe.BorderColor3 = [Link](0, 0, 0)
[Link] = 0
[Link] = [Link](0.738207519, 0, 0.155555561, 0)
[Link] = [Link](0, 100, 0, 30)
[Link] = [Link]
[Link] = true
ehehehhe.PlaceholderColor3 = [Link](255, 255, 255)
[Link] = [Link]
ehehehhe.TextColor3 = [Link](255, 255, 255)
[Link] = 14.000

UICorner_19.CornerRadius = [Link](0, 4)
UICorner_19.Parent = ehehehhe

[Link] = [Link]
[Link] = [Link](150, 150, 150)
[Link] = ehehehhe

function InputFunc:Set(Value)
[Link] = Value
end
[Link]:Connect(function()
end)
[Link]:Connect(function()
[Link] = [Link](0, 100, 0, 27)
[Link]([Link])
end)
return InputFunc
end

return InTab
end

return TabContent
end
return NightLib

You might also like