Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GuiScreen = Instance.new("ScreenGui", owner.PlayerGui)
- GuiScreen.Name = "Terminal"
- local GuiFrame = Instance.new("Frame", GuiScreen)
- GuiFrame.Size = UDim2.new(1, 0, 1, 0)
- GuiFrame.BackgroundTransparency = 0.2
- GuiFrame.BackgroundColor3 = Color3.new(-10, -10, -10)
- local Text1 = Instance.new("TextLabel", GuiFrame)
- Text1.Text = "a"
- Text1.BackgroundTransparency = 1
- Text1.BorderSizePixel = 0
- Text1.Size = UDim2.new(1, 0, 0.1, 0)
- Text1.Font = Enum.Font.SciFi
- Text1.TextColor3 = Color3.new(0, 1, 0)
- Text1.TextSize = 50
- Text1.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment