Advertisement
Marcsosa

Untitled

Mar 10th, 2018
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. --[[ Barney the dinosaur script made by Magermash @ V3rm aka Sosa @ Roblox --]]
  2.  
  3. shirt = Instance.new("Shirt", char)
  4. shirt.Name = "Shirt"
  5. pants = Instance.new("Pants", char)
  6. pants.Name = "Pants"
  7. char.Shirt:Remove()
  8. char.Pants:Remove()
  9. for i,v in pairs(char:GetChildren()) do if v:IsA("Accessory") then v.Handle:Remove() end end
  10. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=784013110"
  11. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=1073496998"
  12. char.Head.face.Texture = "rbxassetid://507103095"
  13.  
  14. char.Health:Destroy()
  15. hum.MaxHealth = math.huge
  16. wait(0.1)
  17. hum.Health = math.huge
  18.  
  19. CV="Magenta"
  20. p = game.Players.LocalPlayer
  21. char = p.Character
  22. local txt = Instance.new("BillboardGui", char)
  23. txt.Adornee = char .Head
  24. txt.Name = "_status"
  25. txt.Size = UDim2.new(2, 0, 1.2, 0)
  26. txt.StudsOffset = Vector3.new(-9, 8, 0)
  27. local text = Instance.new("TextLabel", txt)
  28. text.Size = UDim2.new(10, 0, 7, 0)
  29. text.FontSize = "Size24"
  30. text.TextScaled = true
  31. text.TextTransparency = 0
  32. text.BackgroundTransparency = 1
  33. text.TextTransparency = 0
  34. text.TextStrokeTransparency = 0
  35. text.Font = "Bodoni"
  36. text.TextStrokeColor3 = Color3.new(0,0,0)
  37.  
  38. v=Instance.new("Part")
  39. v.Name = "ColorBrick"
  40. v.Parent=p.Character
  41. v.FormFactor="Symmetric"
  42. v.Anchored=true
  43. v.CanCollide=false
  44. v.BottomSurface="Smooth"
  45. v.TopSurface="Smooth"
  46. v.Size=Vector3.new(10,5,3)
  47. v.Transparency=1
  48. v.CFrame=char.Torso.CFrame
  49. v.BrickColor=BrickColor.new(CV)
  50. v.Transparency=1
  51. text.TextColor3 = Color3.new(170,0,170)
  52. v.Shape="Block"
  53. text.Text = "Barney The Dinosaur"
  54.  
  55.  
  56.  
  57. z = Instance.new("Sound", char.Torso)
  58. z.SoundId = "rbxassetid://145570864"
  59. z.Looped = true
  60. z.Pitch = 1
  61. z.Volume = 500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement