Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local ScreenGui = Instance.new('ScreenGui')
  2. local TextLabel = Instance.new('TextLabel')
  3. ScreenGui.Parent = game.CoreGui
  4. TextLabel.Parent = ScreenGui
  5. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  6. TextLabel.BackgroundTransparency = 0.8
  7. TextLabel.Position = UDim2.new(1, -110, 1, -40)
  8. TextLabel.Size = UDim2.new(0, 100, 0, 30)
  9. TextLabel.Font = Enum.Font.SourceSans
  10. TextLabel.Text = ' '
  11. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  12. TextLabel.TextSize = 35
  13. TextLabel.TextScaled = true
  14. wait (5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement