Advertisement
Guest User

O.O.O.P. LABEL

a guest
Oct 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. Player = game:GetService("Players").LocalPlayer
  2. Character = Player.Character
  3. PlayerGui = Player.PlayerGui
  4. Backpack = Player.Backpack
  5. Torso = Character.Torso
  6. Head = Character.Head
  7. Humanoid = Character.Humanoid
  8. RootPart = Character.HumanoidRootPart
  9. RootJoint = RootPart.RootJoint
  10. LeftArm = Character["Left Arm"]
  11. LeftLeg = Character["Left Leg"]
  12. RightArm = Character["Right Arm"]
  13. RightLeg = Character["Right Leg"]
  14. LS = Torso["Left Shoulder"]
  15. LH = Torso["Left Hip"]
  16. RS = Torso["Right Shoulder"]
  17. RH = Torso["Right Hip"]
  18. Humanoid.MaxHealth = math.huge
  19. wait()
  20. Humanoid.Health = Humanoid.MaxHealth
  21. local BC = Character["Body Colors"]
  22. BC.HeadColor = BrickColor.new("Bright bluish green")
  23. BC.LeftArmColor = BrickColor.new("Really black")
  24. BC.LeftLegColor = BrickColor.new("Lime Green")
  25. BC.RightArmColor = BrickColor.new("Eggplant")
  26. BC.RightLegColor = BrickColor.new("New Yeller")
  27. BC.TorsoColor = BrickColor.new("Really blue")
  28. --//Name Tag\\--
  29. CV="Maroon"
  30. Player = game.Players.LocalPlayer
  31. char = Player.Character
  32. local txt = Instance.new("BillboardGui", Character)
  33. txt.Adornee = Character .Head
  34. txt.Name = "_status"
  35. txt.Size = UDim2.new(2, 0, 1.2, 0)
  36. txt.StudsOffset = Vector3.new(-9, 8, 0)
  37. local text = Instance.new("TextLabel", txt)
  38. text.Size = UDim2.new(10, 0, 7, 0)
  39. text.FontSize = "Size24"
  40. text.TextScaled = true
  41. text.TextTransparency = 0
  42. text.BackgroundTransparency = 1
  43. text.TextTransparency = 0
  44. text.TextStrokeTransparency = 0
  45. text.Font = "Bodoni"
  46. text.TextStrokeColor3 = Color3.new(25,21,92)
  47.  
  48. v=Instance.new("Part")
  49. v.Name = "ColorBrick"
  50. v.Parent=Player.Character
  51. v.FormFactor="Symmetric"
  52. v.Anchored=true
  53. v.CanCollide=false
  54. v.BottomSurface="Smooth"
  55. v.TopSurface="Smooth"
  56. v.Size=Vector3.new(10,5,3)
  57. v.Transparency=1
  58. v.CFrame=Character.Torso.CFrame
  59. v.BrickColor=BrickColor.new(CV)
  60. v.Transparency=1
  61. text.TextColor3 = Color3.new(19,25,79)
  62. v.Shape="Block"
  63. text.Text = "Tylercraft2016 the Epic God"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement