Advertisement
Finnegan5

wither

Jul 27th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Character = game.Players.LocalPlayer.Character
  2. Head = Character.Head
  3.  
  4. CV="Blue"
  5.     p = game.Players.LocalPlayer
  6.     char = p.Character
  7.     local txt = Instance.new("BillboardGui", char)
  8.     txt.Adornee = char .Head
  9.     txt.Name = "_status"
  10.     txt.Size = UDim2.new(2, 0, 1.2, 0)
  11.     txt.StudsOffset = Vector3.new(-9, 8, 0)
  12.     local text = Instance.new("TextLabel", txt)
  13.     text.Size = UDim2.new(10, 0, 7, 0)
  14.     text.FontSize = "Size24"
  15.     text.TextScaled = true
  16.     text.TextTransparency = 0
  17.     text.BackgroundTransparency = 1
  18.     text.TextTransparency = 0
  19.     text.TextStrokeTransparency = 0
  20.     text.Font = "Bodoni"
  21.     text.TextStrokeColor3 = Color3.new(255, 0, 0)
  22.  
  23.     v=Instance.new("Part")
  24.     v.Name = "ColorBrick"
  25.     v.Parent=p.Character
  26.     v.FormFactor="Symmetric"
  27.     v.Anchored=true
  28.     v.CanCollide=false
  29.     v.BottomSurface="Smooth"
  30.     v.TopSurface="Smooth"
  31.     v.Size=Vector3.new(10,5,3)
  32.     v.Transparency=1
  33.     v.CFrame=char.Torso.CFrame
  34.     v.BrickColor=BrickColor.new(CV)
  35.     v.Transparency=1
  36.     text.TextColor3 = Color3.new(0,0,0)
  37.     v.Shape="Block"
  38.     text.Text = "Wither The Psychopath"
  39.  
  40. Character.Head.face.Texture = "rbxassetid://692652674"
  41.  
  42. ypcall(function()
  43. char.Shirt:Destroy()
  44. char.Pants:Destroy()
  45. shirt = Instance.new("Shirt", char)
  46. shirt.Name = "Shirt"
  47. pants = Instance.new("Pants", char)
  48. pants.Name = "Pants"
  49. char.Shirt.ShirtTemplate = "rbxassetid://337059031"
  50. char.Pants.PantsTemplate = "rbxassetid://337059100"
  51. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement