Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- ScrollingFrame.Parent = ScreenGui
- ScrollingFrame.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
- ScrollingFrame.BackgroundTransparency = 0.17000000178814
- ScrollingFrame.Position = UDim2.new(0.039577838, 0, 0.160079047, 0)
- ScrollingFrame.Size = UDim2.new(0, 230, 0, 145)
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.new(0, 0.333333, 1)
- TextLabel.Position = UDim2.new(0.039577838, 0, 0.160079047, 0)
- TextLabel.Size = UDim2.new(0, 215, 0, 32)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Street Gui lol"
- TextLabel.TextSize = 14
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- TextButton.Position = UDim2.new(0.0765171498, 0, 0.333992094, 0)
- TextButton.Size = UDim2.new(0, 174, 0, 40)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Get Rekt"
- TextButton.TextSize = 14
- TextButton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
- warn("someone fucked you over feels bad man")
- end)
- TextLabel_2.Parent = ScreenGui
- TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0)
- TextLabel_2.Position = UDim2.new(0.0468337834, 0, 0.250988156, 0)
- TextLabel_2.Size = UDim2.new(0, 204, 0, 15)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "you dont have nice friends "
- TextLabel_2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement