Advertisement
matthewgeoff6

MarshMellow transform with custom music! [CERBERUS]

Feb 24th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. --PLEASE GIVE CREDIT TO Seez Exploits IF YOUR GOING TO SHOWCASE OR ANYTHING OBVIOUS
  2. --https://www.youtube.com/channel/UCHtCFyDe9L96J-K6wH0Y4tg
  3. --helmet maker:
  4. local helm=Instance.new("Part",game.Players.LocalPlayer.Character.Head)
  5. helm.Name="marsh"
  6. helm.Size=Vector3.new(1.35, 1.25, 1.34)
  7. --welds (DO NOT EDIT)
  8. local weld=Instance.new("Weld",game.Players.LocalPlayer.Character.Head.marsh)
  9. weld.Part0=game.Players.LocalPlayer.Character.Head.marsh
  10. weld.Part1=game.Players.LocalPlayer.Character.Head
  11. --do not change these helm stuff unless you know what you're doing:
  12. helm.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  13. helm.Anchored=false
  14. helm.CanCollide=false
  15. helm.Locked=true
  16. helm.BrickColor=BrickColor.new("Institutional white")
  17. helm.TopSurface="Smooth"
  18. helm.BottomSurface="SmoothNoOutlines"
  19. helm.FrontSurface="SmoothNoOutlines"
  20. helm.LeftSurface="SmoothNoOutlines"
  21. helm.RightSurface="SmoothNoOutlines"
  22. helm.BackSurface="SmoothNoOutlines"
  23. helm.Material="SmoothPlastic"
  24. --adding stuff lol:
  25. local cyl=Instance.new("CylinderMesh",game.Players.LocalPlayer.Character.Head.marsh)
  26. local face=Instance.new("Decal",game.Players.LocalPlayer.Character.Head.marsh)
  27. face.Texture="http://www.roblox.com/asset/?id=624582374"
  28. local music=Instance.new("Sound",game.Players.LocalPlayer.Character.HumanoidRootPart)
  29. local note=Instance.new("ParticleEmitter",game.Players.LocalPlayer.Character.Head)
  30. --Music configurations:
  31. music.Volume=(2.2)
  32. music.Name="Music"
  33. music.Looped=true
  34. music.Pitch=1
  35. music:Play()
  36. --Particle configurations:
  37. note.LightEmission=(0.2)
  38. note.Texture="rbxassetid://241191115"
  39. note.Transparency=NumberSequence.new(0.3)
  40. note.Rate=1.3
  41. note.VelocitySpread=(6)
  42. note.Speed=NumberRange.new(5)
  43. --Hat remover:
  44. for _,Item in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  45. if Item:IsA("Accessory") then Item:Destroy () end
  46. end
  47. --Shirt thing:
  48. for _,Item in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  49. if Item:IsA("Shirt") then Item:Destroy () end
  50. end
  51. for _,Item in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  52. if Item:IsA("Pants") then Item:Destroy () end
  53. end
  54. local shir=Instance.new("Shirt",game.Players.LocalPlayer.Character)
  55. local pant=Instance.new("Pants",game.Players.LocalPlayer.Character)
  56. shir.Name="Shirt"
  57. game.Players.LocalPlayer.Character.Shirt.ShirtTemplate="rbxassetid://656779294"
  58. pant.Name="Pants"
  59. game.Players.LocalPlayer.Character.Pants.PantsTemplate="rbxassetid://661933190"
  60. --Bug fixes:
  61. head=game.Players.LocalPlayer.Character.Head
  62. head.TopSurface="SmoothNoOutlines"
  63. head.BottomSurface="SmoothNoOutlines"
  64. head.FrontSurface="SmoothNoOutlines"
  65. head.LeftSurface="SmoothNoOutlines"
  66. head.RightSurface="SmoothNoOutlines"
  67. head.BackSurface="SmoothNoOutlines"
  68. head.Material="SmoothPlastic"
  69. head.Transparency=1
  70. --package remover (remove if u want)
  71. for _,Item in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  72. if Item:IsA("CharacterMesh") then Item:Destroy () end
  73. end
  74. --package
  75. local left=Instance.new("CharacterMesh",game.Players.LocalPlayer.Character)
  76. left.Name="Roblox 2.0 Left Arm"
  77. left.MeshId=(27111419)
  78. left.BodyPart="LeftArm"
  79. local right=Instance.new("CharacterMesh",game.Players.LocalPlayer.Character)
  80. right.Name="Roblox 2.0 Right Arm"
  81. right.MeshId=27111864
  82. right.BodyPart="RightArm"
  83. local torso=Instance.new("CharacterMesh",game.Players.LocalPlayer.Character)
  84. torso.Name="Roblox 2.0 torso"
  85. torso.MeshId=27111894
  86. torso.BodyPart="Torso"
  87. local lleg=Instance.new("CharacterMesh",game.Players.LocalPlayer.Character)
  88. lleg.Name="Roblox 2.0 Left Leg"
  89. lleg.MeshId=27111857
  90. lleg.BodyPart="LeftLeg"
  91. local rleg=Instance.new("CharacterMesh",game.Players.LocalPlayer.Character)
  92. rleg.Name="Roblox 2.0 Right Leg"
  93. rleg.MeshId=27111882
  94. rleg.BodyPart="RightLeg"
  95. --colors
  96. game.Players.LocalPlayer.Character["Left Leg"].BrickColor=BrickColor.new("Nougat")
  97. game.Players.LocalPlayer.Character["Right Leg"].BrickColor=BrickColor.new("Nougat")
  98. game.Players.LocalPlayer.Character["Left Arm"].BrickColor=BrickColor.new("Nougat")
  99. game.Players.LocalPlayer.Character["Right Arm"].BrickColor=BrickColor.new("Nougat")
  100. game.Players.LocalPlayer.Character.Torso.BrickColor=BrickColor.new("Nougat")
  101.  
  102.  
  103. --Soundid goes there:
  104.  
  105. music.SoundId="rbxassetid://453400361"
  106.  
  107. --Written by Seez! (discord is Seez Exploits#2206)
  108. --Enjoy! :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement