Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local HenloMyGui = Instance.new("ScreenGui")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local _1 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Version = Instance.new("TextLabel")
- -- Properties
- HenloMyGui.Name = "HenloMyGui"
- HenloMyGui.Parent = game.Workspace
- ScrollingFrame.Parent = HenloMyGui
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.419608, 0.427451)
- ScrollingFrame.Position = UDim2.new(0, 0, 0, 100)
- ScrollingFrame.Size = UDim2.new(0, 200, 0, 400)
- ScrollingFrame.ScrollBarThickness = 15
- _1.Name = "1"
- _1.Parent = ScrollingFrame
- _1.BackgroundColor3 = Color3.new(1, 1, 1)
- _1.Position = UDim2.new(0, 0, 0, 60)
- _1.Size = UDim2.new(0, 200, 0, 50)
- _1.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
- _1.Font = Enum.Font.SourceSans
- _1.FontSize = Enum.FontSize.Size14
- _1.Text = "Discord Link"
- _1.TextColor3 = Color3.new(0, 1, 0.54902)
- _1.TextSize = 14
- TextLabel.Parent = HenloMyGui
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0, 100)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size36
- TextLabel.Text = "HenloMyGui"
- TextLabel.TextColor3 = Color3.new(1, 0, 0.0156863)
- TextLabel.TextSize = 33
- Version.Name = "Version"
- Version.Parent = HenloMyGui
- Version.BackgroundColor3 = Color3.new(1, 1, 1)
- Version.BackgroundTransparency = 1
- Version.Position = UDim2.new(0, 0, 0, 120)
- Version.Size = UDim2.new(0, 200, 0, 50)
- Version.Font = Enum.Font.SourceSans
- Version.FontSize = Enum.FontSize.Size28
- Version.Text = "V1.1 Raw alpha"
- Version.TextColor3 = Color3.new(0.968628, 0.494118, 1)
- Version.TextSize = 27
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement