p_z

RR: Login GUI (roblax.com)

p_z
Jun 15th, 2019
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.99 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextBox")local e=Instance.new("TextBox")local f=Instance.new("TextButton")local g=Instance.new("TextLabel")a.Name="v1"a.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")b.Name="login"b.Parent=a;b.BackgroundColor3=Color3.new(0,0,0)b.BorderColor3=Color3.new(0.666667,0,0)b.Position=UDim2.new(0.35768646,0,0.235807851,0)b.Size=UDim2.new(0,373,0,363)c.Name="title"c.Parent=b;c.BackgroundColor3=Color3.new(0,0,0)c.BorderColor3=Color3.new(0.666667,0,0)c.Size=UDim2.new(0,373,0,34)c.Font=Enum.Font.Fantasy;c.Text="To continue, log into an existing account"c.TextColor3=Color3.new(0.666667,0,0)c.TextScaled=true;c.TextSize=14;c.TextWrapped=true;d.Name="username"d.Parent=b;d.BackgroundColor3=Color3.new(0,0,0)d.BorderColor3=Color3.new(0.666667,0,0)d.Position=UDim2.new(0.233243972,0,0.217630848,0)d.Size=UDim2.new(0,200,0,50)d.Font=Enum.Font.Fantasy;d.Text="Username"d.TextColor3=Color3.new(0.666667,0,0)d.TextScaled=true;d.TextSize=14;d.TextWrapped=true;e.Name="password"e.Parent=b;e.BackgroundColor3=Color3.new(0,0,0)e.BorderColor3=Color3.new(0.666667,0,0)e.Position=UDim2.new(0.233243972,0,0.495867789,0)e.Size=UDim2.new(0,200,0,50)e.Font=Enum.Font.Fantasy;e.Text="Password"e.TextColor3=Color3.new(0.666667,0,0)e.TextScaled=true;e.TextSize=14;e.TextWrapped=true;f.Name="log_account"f.Parent=b;f.BackgroundColor3=Color3.new(0.333333,1,0)f.BorderColor3=Color3.new(0.333333,1,0)f.Position=UDim2.new(0.233243972,0,0.779614329,0)f.Size=UDim2.new(0,200,0,50)f.Font=Enum.Font.SourceSans;f.Text="Login"f.TextColor3=Color3.new(0,0,0)f.TextScaled=true;f.TextSize=14;f.TextWrapped=true;g.Name="err0r"g.Parent=b;g.BackgroundColor3=Color3.new(0.666667,0,0)g.BorderColor3=Color3.new(0.666667,0,0)g.Position=UDim2.new(0.0965147465,0,0.666666687,0)g.Size=UDim2.new(0,305,0,31)g.Visible=false;g.Font=Enum.Font.SourceSans;g.Text="404::Account not found"g.TextColor3=Color3.new(0,0,0)g.TextScaled=true;g.TextSize=14;g.TextWrapped=true
Advertisement
Add Comment
Please, Sign In to add comment