Advertisement
ManlyMemeScripter

Toad WithALicnOfFortnite

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