zed_isJayTheLionJR

title

Apr 22nd, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. local txt = Instance.new("BillboardGui", char)
  2. txt.Adornee = hed
  3. txt.Name = "_status"
  4. txt.Size = UDim2.new(2, 0, 1.2, 0)
  5. txt.StudsOffset = Vector3.new(-9, 8, 0)
  6. local text = Instance.new("TextLabel", txt)
  7. text.Size = UDim2.new(10, 0, 7, 0)
  8. text.FontSize = "Size24"
  9. text.TextScaled = true
  10. text.TextTransparency = 0
  11. text.BackgroundTransparency = 1
  12. text.TextTransparency = 0
  13. text.TextStrokeTransparency = 0
  14. text.Font = "Antique"
  15. text.TextStrokeColor3 = Color3.new(0,255,0)
  16.  
  17. v=Instance.new("Part")
  18. v.Name = "ColorBrick"
  19. v.Parent=p.Character
  20. v.FormFactor="Symmetric"
  21. v.Anchored=true
  22. v.CanCollide=false
  23. v.BottomSurface="Smooth"
  24. v.TopSurface="Smooth"
  25. v.Size=Vector3.new(10,5,3)
  26. v.Transparency=1
  27. v.CFrame=char.Torso.CFrame
  28. v.BrickColor=BrickColor.new(CV)
  29. v.Transparency=1
  30. text.TextColor3 = Color3.new(0,0,0)
  31. v.Shape="Block"
  32. text.Text = "Universal One Punch Man{VERY RARE}"
Add Comment
Please, Sign In to add comment