Advertisement
ManlyMemeScripter

Mynametoad

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