Advertisement
Scripter_Tix

Untitled

Jul 10th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1.  
  2. local naeeym2 = Instance.new("BillboardGui",Character)
  3. naeeym2.AlwaysOnTop = true
  4. naeeym2.Size = UDim2.new(5,35,2,35)
  5. naeeym2.StudsOffset = Vector3.new(0,3,0)
  6. naeeym2.Adornee = Character.Head
  7. naeeym2.Name = "Name"
  8. local tecks2 = Instance.new("TextLabel",naeeym2)
  9. tecks2.BackgroundTransparency = 1
  10. tecks2.TextScaled = true
  11. tecks2.BorderSizePixel = 0
  12. tecks2.Text = "Im edit lol afk"
  13. tecks2.Font = "Code"
  14. tecks2.TextSize = 30
  15. tecks2.TextTransparency = 1
  16. tecks2.TextStrokeTransparency = 1
  17. tecks2.TextColor3 = Color3.new(255/255,0/255,0/255)
  18. tecks2.Size = UDim2.new(1,0,0.5,0)
  19. tecks2.Parent = naeeym2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement