Advertisement
ManlyMemeScripter

Nigerian Toad

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