Advertisement
Josemmoya

Untitled

Feb 15th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. local txt = Instance.new("BillboardGui", workspace.Josemmoya.Head)
  2. txt.Adornee = workspace.Josemmoya.Head
  3. txt.Name = "_status"
  4. txt.Size = UDim2.new(2, 0, 1.2, 0)
  5. txt.StudsOffset = Vector3.new(-9, 8, 0)
  6. local text = Instance.new("TextLabel", txt)
  7. text.Name = "e"
  8. text.Size = UDim2.new(10, 0, 7, 0)
  9. text.FontSize = "Size24"
  10. text.TextScaled = true
  11. text.TextTransparency = 0
  12. text.BackgroundTransparency = 1
  13. text.TextTransparency = 0
  14. text.TextStrokeTransparency = 1
  15. text.Font = "Cartoon"
  16. text.text = 'Epic'
  17. text.TextColor = BrickColor.new("Bright red")
  18. text.TextStrokeColor3 = Color3.new(0, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement