Advertisement
ManlyMemeScripter

EToad Morph

Feb 2nd, 2018
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. --{{Made by Strazos}}--
  2.  
  3. Sound0 = Instance.new("Sound")
  4. Sound0.Volume = 200
  5. Sound0.Parent = game.Players.THECREATOR20029.Character.Head
  6. Sound0.SoundId = "rbxassetid://rbxassetid://rbxassetid://0&hash=4b754e7354e2bb49178f115c1ab37c5f"
  7. Sound0.Looped = true
  8. Sound0:Play()
  9.  
  10. wait(1)
  11.  
  12. local p = game.Players.THECREATOR20029
  13. local char = p.Character
  14. local larm = char["Left Arm"]
  15. local rarm = char["Right Arm"]
  16. local lleg = char["Left Leg"]
  17. local rleg = char["Right Leg"]
  18. local hed = char.Head
  19. local torso = char.Torso
  20. local hum = char.Humanoid
  21. local weld = Instance.new("Weld",torso)
  22. weld.Part0 = torso
  23.  
  24. larm.Transparency = 1
  25. rarm.Transparency = 1
  26. lleg.Transparency = 1
  27. rleg.Transparency = 1
  28. hed.Transparency = 1
  29. torso.Transparency = 1
  30.  
  31.  
  32. local train = Instance.new("Part",torso)
  33. train.Anchored = true
  34. train.CanCollide = false
  35. train.Size = Vector3.new(5,5,5)
  36. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  37. weld.Part1 = train
  38. weld.C1 = CFrame.new(0,1.5,0) * CFrame.Angles(0,math.rad(0),0)
  39. train.Anchored = false
  40. local TrainMesh = Instance.new("SpecialMesh",train)
  41. TrainMesh.MeshType = Enum.MeshType.FileMesh
  42. TrainMesh.Scale = Vector3.new(0.04, 0.04, 0.04)
  43. TrainMesh.MeshId = "rbxassetid://867084695"
  44. TrainMesh.TextureId = "rbxassetid://2587541797"
  45.  
  46. hum.WalkSpeed = 80;
  47.  
  48.  
  49. for i,v in pairs(char:GetChildren()) do
  50. if v:IsA("Part") then
  51. v.Transparency = 1;
  52. elseif v:IsA("Hat") then
  53. v:Destroy()
  54. elseif v:IsA("Model") then
  55. v:Destroy()
  56. end
  57. end
  58.  
  59.  
  60. local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = .5; return s; end
  61. train.Touched:connect(function(p)
  62. if p.Parent then
  63. if p.Parent:IsA("Model") then
  64. if game.Players:FindFirstChild(p.Parent.Name) then
  65. if p.Parent.Name ~= game.Players.THECREATOR20029.Name then
  66. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  67. local Whistle = SFX(883271744)
  68. Whistle:Play()
  69. end
  70. end
  71. end
  72. end
  73. end)
  74.  
  75. local Music = SFX(376363363)
  76. Music.Looped = true;
  77. wait(1)
  78. Music:Play();
  79.  
  80. local particleemitter = Instance.new("ParticleEmitter", torso)
  81. particleemitter.Texture = "http://www.roblox.com/asset/?id=0"
  82. particleemitter.VelocitySpread = 180
  83. particleemitter.Lifetime = NumberRange.new(5)
  84. particleemitter.Speed = NumberRange.new(6)
  85. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  86. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  87. particleemitter.Rate = 150
  88. particleemitter.Rotation = NumberRange.new(-55, 55)
  89. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  90. particleemitter.LightEmission = 0
  91. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  92.  
  93.  
  94.  
  95. local plr = game.Players.THECREATOR20029
  96. local chr = plr.Character
  97. local maus = plr:GetMouse()
  98. local PGui=plr.PlayerGui
  99. local lleg = chr["Left Leg"]
  100. local rleg = chr["Right Leg"]
  101. local larm = chr["Left Arm"]
  102. local rarm = chr["Right Arm"]
  103. local hed = chr.Head
  104. local rutprt = chr.HumanoidRootPart
  105. local torso = chr.Torso
  106. local pseudohead=hed:Clone()
  107. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  108. pseudohead.Name='PseudoHead'
  109. pseudohead.Parent=chr.Head
  110. local pseudoweld=Instance.new('Weld',torso)
  111. pseudoweld.Part0=hed
  112. pseudoweld.Name='PseudoHeadWeld'
  113. pseudoweld.Part1=pseudohead
  114. hed.Transparency=1
  115. for i,x in pairs(chr:GetChildren()) do
  116. if x:IsA'HHat' then x:destroy'' end end
  117. for i,x in pairs(chr:GetChildren()) do
  118. for a,v in pairs(x:GetChildren()) do
  119. if v:IsA'CharacterMesh' then v:destroy''
  120. end
  121. end
  122. end
  123.  
  124. -- Objects
  125.  
  126. local ScreenGui = Instance.new("ScreenGui")
  127. local TextButton = Instance.new("TextButton")
  128.  
  129. -- Properties
  130.  
  131. ScreenGui.Parent = game.Players.THECREATOR20029.PlayerGui
  132.  
  133. TextButton.Parent = ScreenGui
  134. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  135. TextButton.Size = UDim2.new(0, 200, 0, 50)
  136. TextButton.Font = Enum.Font.SourceSans
  137. TextButton.FontSize = Enum.FontSize.Size14
  138. TextButton.Text = "Aaaa"
  139. TextButton.TextSize = 14
  140.  
  141. --[[Function/s being made!]]
  142. function PlayMusic(ID)
  143. for i, v in pairs (game.Workspace:GetChildren()) do
  144. if v:IsA("Sound") then
  145. end
  146. end
  147. local music = Instance.new("Sound")
  148. local asset = "rbxassetid://"
  149. music.SoundId = asset .. ID
  150. music.Parent = workspace
  151. music.Volume = 99
  152. music.Looped = false
  153. music:Play()
  154. end
  155. --[[Connecting functions!]]
  156. TextButton.MouseButton1Down:connect(function()
  157. PlayMusic(513492655)
  158. end)
  159.  
  160. --This is a localscript; you will need to have access to using scripts wherever you want this
  161. p = game:GetService('Players').THECREATOR20029 if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
  162.  
  163. game.Workspace.THECREATOR20029.Head.face:remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement