Advertisement
robloxhaxer101

Speed Gui

Jul 28th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.35 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local c=Instance.new("Frame")local b=Instance.new("Frame")local d=Instance.new("TextLabel")local f=Instance.new("TextButton")local e=Instance.new("TextLabel")a.Name="SpeedGui"a.Parent=game.CoreGui c.Name="Background"c.Parent=a c.BackgroundColor3=Color3.new(0.219608,0.219608,0.219608)c.BorderSizePixel=0 c.Position=UDim2.new(0.5,-190,0.5,-136)c.Size=UDim2.new(0,379,0,271)b.Name="TopBar"b.Parent=c b.BackgroundColor3=Color3.new(0,0,0)b.BorderSizePixel=0 b.Size=UDim2.new(0,379,0,37)d.Name="Name"d.Parent=b d.BackgroundColor3=Color3.new(1,1,1)d.BackgroundTransparency=1 d.Size=UDim2.new(0,336,0,37)d.Font=Enum.Font.SourceSans d.Text="Speed Gui"d.TextColor3=Color3.new(1,1,1)d.TextScaled=true d.TextSize=14 d.TextWrapped=true f.Name="X"f.Parent=b f.BackgroundColor3=Color3.new(1,1,1)f.BackgroundTransparency=1 f.Position=UDim2.new(0.886543512,0,0,0)f.Size=UDim2.new(0,43,0,37)f.Font=Enum.Font.SourceSans f.Text="X"f.TextColor3=Color3.new(1,0,0)f.TextScaled=true f.TextSize=14 f.TextWrapped=true f.MouseButton1Click:Connect(function()game.CoreGui.SpeedGui:Destroy()end)e.Name="oof"e.Parent=c e.BackgroundColor3=Color3.new(1,1,1)e.BackgroundTransparency=1 e.Position=UDim2.new(0,0,0.136531368,0)e.Size=UDim2.new(0,379,0,234)e.Font=Enum.Font.SourceSans e.Text="Its not ready yet"e.TextColor3=Color3.new(1,1,1)e.TextScaled=true e.TextSize=14 e.TextWrapped=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement