Advertisement
DrArhemblox

label

Apr 19th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local naeeym2 = Instance.new("BillboardGui",char)
  2. naeeym2.AlwaysOnTop = true
  3. naeeym2.Size = UDim2.new(5,35,2,35)
  4. naeeym2.StudsOffset = Vector3.new(0,2,0)
  5. naeeym2.Adornee = hed
  6. naeeym2.Name = "Name"
  7.  
  8. local tecks2 = Instance.new("TextLabel",naeeym2)
  9. tecks2.BackgroundTransparency = 1
  10. tecks2.TextScaled = true
  11. tecks2.BorderSizePixel = 0
  12. tecks2.Text = "ya boi hiltonhotelhasgirl is here!"
  13. tecks2.Font = "Fantasy"
  14. tecks2.TextSize = 30
  15. tecks2.TextStrokeTransparency = 0
  16. tecks2.TextColor3 = BrickColor.new('Black').Color
  17. tecks2.TextStrokeColor3 = BrickColor.new('New Yeller').Color
  18. tecks2.Size = UDim2.new(1,0,0.5,0)
  19. tecks2.Parent = naeeym2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement