Advertisement
matthewgeoff6

MarshMello helmet [CERBERUS]

Feb 24th, 2017
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. local helm=Instance.new("Part",game.Players.LocalPlayer.Character.Head)
  2. helm.Name="marsh"
  3. helm.Size=Vector3.new(1.35, 1.25, 1.34)
  4. local weld=Instance.new("Weld",game.Players.LocalPlayer.Character.Head.marsh)
  5. weld.Part0=game.Players.LocalPlayer.Character.Head.marsh
  6. weld.Part1=game.Players.LocalPlayer.Character.Head
  7. helm.CanCollide=false
  8. helm.Locked=true
  9. helm.BrickColor=BrickColor.new("Institutional white")
  10. helm.TopSurface="SmoothNoOutlines"
  11. helm.BottomSurface="SmoothNoOutlines"
  12. helm.FrontSurface="SmoothNoOutlines"
  13. helm.LeftSurface="SmoothNoOutlines"
  14. helm.RightSurface="SmoothNoOutlines"
  15. helm.BackSurface="SmoothNoOutlines"
  16. helm.Material="SmoothPlastic"
  17. local cyl=Instance.new("CylinderMesh",game.Players.LocalPlayer.Character.Head.marsh)
  18. local face=Instance.new("Decal",game.Players.LocalPlayer.Character.Head.marsh)
  19. face.Texture="http://www.roblox.com/asset/?id=624582374"
  20. --Written by Seez! Don't take credit!
  21. --add my discord: Seez Exploits#2206
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement