Advertisement
McSans

Untitled

Apr 7th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local sur = Instance.new("BillboardGui", char.Head)
  2. sur.Name = "Billboard"
  3. sur.Adornee = char.Head
  4. sur.Size = UDim2.new(10, 0, 5, 0)
  5. sur.StudsOffset = Vector3.new(0, 5, 0)
  6. local text = Instance.new("TextLabel", sur)
  7. text.Text = "retram (TRADER)"
  8. text.Size = UDim2.new(1, 0, 1, 0)
  9. text.TextScaled = true
  10. text.BackgroundTransparency = 1
  11. text.Font = Enum.Font.SourceSansLight
  12. text.TextColor3 = Color3.new(108, 129, 183)
  13. text.TextStrokeTransparency = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement