Advertisement
BendyFromBATIM

Untitled

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