Advertisement
jericoalejo

Untitled

Jul 12th, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local naeeym = Instance.new("BillboardGui",chara)
  3. naeeym.Size = UDim2.new(0,100,0,40)
  4. naeeym.StudsOffset = Vector3.new(0,2,0)
  5. naeeym.Adornee = chara.Head
  6. local tecks = Instance.new("TextLabel",naeeym)
  7. tecks.BackgroundTransparency = 1
  8. tecks.BorderSizePixel = 0
  9. tecks.Text = "Anonymous"
  10. tecks.Font = "Bodoni"
  11. tecks.FontSize = "Size36"
  12. tecks.TextStrokeTransparency = 0.5
  13. tecks.TextColor3 = Color3.new(0,0,0)
  14. rrer = BrickColor.new("Really red")
  15. tecks.TextStrokeColor3 = rrer.Color
  16. tecks.Size = UDim2.new(1,0,0.5,0)
  17. local licht = Instance.new("PointLight",chara.Torso)
  18. licht.Color = tecks.TextStrokeColor3
  19. licht.Range = 60
  20. licht.Brightness = 1
  21. licht.Enabled = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement