Advertisement
Godofadmin1337

billboard test

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