Advertisement
yamanohera155233

Untitled

Jul 10th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local sg = Instance.new("ScreenGui",game.Players.Yamanohera15523.PlayerGui)
  2. local tl = Instance.new("TextBox",sg)
  3. tl.Size = UDim2.new(0, 500,0, 60)
  4. tl.Position = UDim2.new(0, 400,0, 0)
  5. tl.TextColor3 = Color3.new(255, 255, 255)
  6. tl.BackgroundColor3 = Color3.new(236, 27, 31)
  7. tl.TextStrokeColor3 = Color3.new(255, 255, 255)
  8. tl.BorderColor3 = Color3.new(27, 42, 53)
  9. tl.FontSize = "Size14"
  10. tl.Text = "This game has shut down"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement