Advertisement
kik767868767

Untitled

Feb 24th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. local txt = Instance.new("BillboardGui", workspace.Robolxtm)
  2. txt.Adornee = workspace.Robolxtm.Head
  3. txt.Name = "_name"
  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.Size = UDim2.new(10, 0, 7, 0)
  8. text.FontSize = "Size24"
  9. text.TextScaled = true
  10. text.TextTransparency = 0
  11. text.BackgroundTransparency = 1
  12. text.Font = "Cartoon"
  13. text.text = "Robolxtm"
  14. text.TextColor3 = Color3.fromRGB(0,0,100)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement