Advertisement
zed_isJayTheLionJR

mafia title

Jun 21st, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. CV="Hot pink"
  2.  
  3. local txt = Instance.new("BillboardGui", char)
  4. txt.Adornee = char .Head
  5. txt.Name = "_status"
  6. txt.Size = UDim2.new(2, 0, 1.2, 0)
  7. txt.StudsOffset = Vector3.new(-9, 8, 0)
  8. local text = Instance.new("TextLabel", txt)
  9. text.Size = UDim2.new(10, 0, 7, 0)
  10. text.FontSize = "Size24"
  11. text.TextScaled = true
  12. text.TextTransparency = 0
  13. text.BackgroundTransparency = 1
  14. text.TextTransparency = 0
  15. text.TextStrokeTransparency = 0
  16. text.Font = "Highway"
  17. text.TextStrokeColor3 = BrickColor.new("Really black").Color
  18.  
  19. v=Instance.new("Part")
  20. v.Name = "ColorBrick"
  21. v.Parent=p.Character
  22. v.FormFactor="Symmetric"
  23. v.Anchored=true
  24. v.CanCollide=false
  25. v.BottomSurface="Smooth"
  26. v.TopSurface="Smooth"
  27. v.Size=Vector3.new(10,5,3)
  28. v.Transparency=1
  29. v.CFrame=char.Torso.CFrame
  30. v.BrickColor=BrickColor.new(CV)
  31. v.Transparency=1
  32. text.TextColor3 = BrickColor.new("Crimson").Color
  33. v.Shape="Block"
  34. text.Text = "The Mafia Boss"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement