ManlyMemeScripter

Dab

Feb 11th, 2018
3,863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.62 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local larm = char["Left Arm"]
  4. local rarm = char["Right Arm"]
  5. local lleg = char["Left Leg"]
  6. local rleg = char["Right Leg"]
  7. local hed = char.Head
  8. local torso = char.Torso
  9. local hum = char.Humanoid
  10. local weld = Instance.new("Weld",torso)
  11. weld.Part0 = torso
  12.  
  13. larm.Transparency = 1
  14. rarm.Transparency = 1
  15. lleg.Transparency = 1
  16. rleg.Transparency = 1
  17. hed.Transparency = 1
  18. torso.Transparency = 1
  19.  
  20.  
  21. local train = Instance.new("Part",torso)
  22. train.Anchored = true
  23. train.CanCollide = false
  24. train.Size = Vector3.new(5,5,5)
  25. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  26. weld.Part1 = train
  27. weld.C1 = CFrame.new(0,-4.5,0) * CFrame.Angles(0,math.rad(0),0)
  28. train.Anchored = false
  29. local TrainMesh = Instance.new("SpecialMesh",train)
  30. TrainMesh.MeshType = Enum.MeshType.FileMesh
  31. TrainMesh.Scale = Vector3.new(0.60, 0.60, 0.60)
  32. TrainMesh.MeshId = "rbxassetid://1"
  33. TrainMesh.TextureId = "rbxassetid://1"
  34.  
  35. hum.WalkSpeed = 200;
  36.  
  37.  
  38. for i,v in pairs(char:GetChildren()) do
  39. if v:IsA("Part") then
  40. v.Transparency = 1;
  41. elseif v:IsA("Hat") then
  42. v:Destroy()
  43. elseif v:IsA("Model") then
  44. v:Destroy()
  45. end
  46. end
  47.  
  48.  
  49. local function SFX(id) local s=Instance.new("Sound",torso); s.SoundId = "rbxassetid://"..id; s.Volume = 25; return s; end
  50. train.Touched:connect(function(p)
  51. if p.Parent then
  52. if p.Parent:IsA("Model") then
  53. if game.Players:FindFirstChild(p.Parent.Name) then
  54. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  55. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  56. local Whistle = SFX(0)
  57. Whistle:Play()
  58. end
  59. end
  60. end
  61. end
  62. end)
  63.  
  64. local Music = SFX(234125750)
  65. Music.Looped = true;
  66. wait(1)
  67. Music:Play();
  68.  
  69. local particleemitter = Instance.new("ParticleEmitter", torso)
  70. particleemitter.Texture = "http://www.roblox.com/asset/?id=157979926"
  71. particleemitter.VelocitySpread = 180
  72. particleemitter.Lifetime = NumberRange.new(5)
  73. particleemitter.Speed = NumberRange.new(6)
  74. particleemitter.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 5)})
  75. particleemitter.RotSpeed = NumberRange.new(-55, 55)
  76. particleemitter.Rate = 150
  77. particleemitter.Rotation = NumberRange.new(-55, 55)
  78. particleemitter.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0), NumberSequenceKeypoint.new(0.7, 0.9), NumberSequenceKeypoint.new(1, 1)})
  79. particleemitter.LightEmission = 0
  80. particleemitter.Color = ColorSequence.new(Color3.new(255,255,255), Color3.new(255,255,255)) --Color here
  81.  
  82.  
  83.  
  84. local plr = game.Players.LocalPlayer
  85. local chr = plr.Character
  86. local maus = plr:GetMouse()
  87. local PGui=plr.PlayerGui
  88. local lleg = chr["Left Leg"]
  89. local rleg = chr["Right Leg"]
  90. local larm = chr["Left Arm"]
  91. local rarm = chr["Right Arm"]
  92. local hed = chr.Head
  93. local rutprt = chr.HumanoidRootPart
  94. local torso = chr.Torso
  95. local pseudohead=hed:Clone()
  96. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  97. pseudohead.Name='PseudoHead'
  98. pseudohead.Parent=chr.Head
  99. local pseudoweld=Instance.new('Weld',torso)
  100. pseudoweld.Part0=hed
  101. pseudoweld.Name='PseudoHeadWeld'
  102. pseudoweld.Part1=pseudohead
  103. hed.Transparency=1
  104. for i,x in pairs(chr:GetChildren()) do
  105. if x:IsA'HHat' then x:destroy'' end end
  106. for i,x in pairs(chr:GetChildren()) do
  107. for a,v in pairs(x:GetChildren()) do
  108. if v:IsA'CharacterMesh' then v:destroy''
  109. end
  110. end
  111. end
  112.  
  113.  
  114. --[[
  115.  
  116. Created by Sharkringan kthx
  117.  
  118. --]]
  119.  
  120. wait(1/60)
  121.  
  122. plr = game:service'Players'.LocalPlayer
  123. char = plr.Character
  124. root = char:FindFirstChild'HumanoidRootPart'
  125. hum = char:FindFirstChildOfClass'Humanoid'
  126. mouse = plr:GetMouse()
  127. clones = {}
  128. followplr = true
  129. radius = 25
  130.  
  131. if char.Head:FindFirstChild'face' then
  132. char.Head.face:Destroy()
  133. end
  134.  
  135. for _, a in pairs(char:children()) do
  136. if a:IsA'Part' then
  137. a.Transparency = 1
  138. elseif a:IsA'Accessory' then
  139. a:Destroy()
  140. end
  141. end
  142.  
  143. eyes = Instance.new('Part', char)
  144. eyes.Anchored = true
  145. eyes.Name = "Eyes"
  146. eyes.Size = Vector3.new(0.22, 0.052, 0.105)
  147. eyesm = Instance.new('SpecialMesh', eyes)
  148. eyesm.Scale = Vector3.new(0.40, 0.40, 0.40)
  149. eyesm.MeshId = "rbxassetid://1"
  150. eyesm.TextureId = "rbxassetid://1"
  151.  
  152. eyes = Instance.new('Part', char)
  153. eyes.Anchored = false
  154. eyes.Name = "Eyes"
  155. eyes.Size = Vector3.new(0.22, 0.052, 0.105)
  156. eyesm = Instance.new('SpecialMesh', eyes)
  157. eyesm.Scale = Vector3.new(0.005, 0.005, 0.005)
  158. eyesm.MeshId = "rbxassetid://1302514140"
  159. eyesm.TextureId = "rbxassetid://1302517578"
  160.  
  161. body = Instance.new('Part', char)
  162. body.Anchored = false
  163. body.Name = "Body"
  164. body.Size = Vector3.new(0.60, 0.062, 0.60)
  165. bodym = Instance.new('SpecialMesh', body)
  166. bodym.Scale = Vector3.new(0.40, 0.40, 0.40)
  167. bodym.MeshId = "rbxassetid://1301935915"
  168. bodym.TextureId = "rbxassetid://1300137893"
  169.  
  170. weld1 = Instance.new('Weld', eyes)
  171. weld1.Part0 = eyes
  172. weld1.Part1 = root
  173. weld1.C0 = CFrame.new(0,1.55,.2)
  174. weld2 = Instance.new('Weld', body)
  175. weld2.Part0 = body
  176. weld2.Part1 = root
  177. weld2.C0 = CFrame.new(0,2.1,0)
  178. local music=Instance.new("Sound",char.Torso)
  179. music.SoundId="rbxassetid://1303585722"
  180. music.Volume = 2.5
  181. music.Looped=true
  182. music:Play()
  183. TheWay1 = Instance.new('Sound', body)
  184. TheWay1.SoundId = "rbxassetid://1303585722"
  185. TheWay1.Volume = 3
  186. TheWay1.Name = "TheWay1"
  187. TheWay2 = Instance.new('Sound', body)
  188. TheWay2.SoundId = "rbxassetid://1303652161"
  189. TheWay2.Volume = 3
  190. TheWay2.Name = "TheWay2"
  191. Spit = Instance.new('Sound', body)
  192. Spit.SoundId = "rbxassetid://1303652161"
  193. Spit.Volume = 3
  194. Spit.Name = "Spit"
  195. Click = Instance.new('Sound', body)
  196. Click.SoundId = "rbxassetid://132742415"
  197. Click.Volume = 3
  198.  
  199. -- Objects
  200.  
  201. local ScreenGui = Instance.new("ScreenGui")
  202. local TextButton = Instance.new("TextButton")
  203.  
  204. -- Properties
  205.  
  206. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  207.  
  208. TextButton.Parent = ScreenGui
  209. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  210. TextButton.Size = UDim2.new(0, 200, 0, 50)
  211. TextButton.Font = Enum.Font.SourceSans
  212. TextButton.FontSize = Enum.FontSize.Size14
  213. TextButton.Text = "way?"
  214. TextButton.TextSize = 14
  215.  
  216. --[[Function/s being made!]]
  217. function PlayMusic(ID)
  218. for i, v in pairs (game.Workspace:GetChildren()) do
  219. if v:IsA("Sound") then
  220. end
  221. end
  222. local music = Instance.new("Sound")
  223. local asset = "rbxassetid://"
  224. music.SoundId = asset .. ID
  225. music.Parent = workspace
  226. music.Volume = 999
  227. music.Looped = false
  228. music:Play()
  229. end
  230. --[[Connecting functions!]]
  231. TextButton.MouseButton1Down:connect(function()
  232. PlayMusic(1303581720)
  233. end)
  234.  
  235. -- Objects
  236.  
  237. local ScreenGui = Instance.new("ScreenGui")
  238. local TextButton = Instance.new("TextButton")
  239.  
  240. -- Properties
  241.  
  242. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  243.  
  244. TextButton.Parent = ScreenGui
  245. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  246. TextButton.Size = UDim2.new(0, 200, 0, 30)
  247. TextButton.Font = Enum.Font.SourceSans
  248. TextButton.FontSize = Enum.FontSize.Size14
  249. TextButton.Text = "spit!"
  250. TextButton.TextSize = 14
  251.  
  252. --[[Function/s being made!]]
  253. function PlayMusic(ID)
  254. for i, v in pairs (game.Workspace:GetChildren()) do
  255. if v:IsA("Sound") then
  256. end
  257. end
  258. local music = Instance.new("Sound")
  259. local asset = "rbxassetid://"
  260. music.SoundId = asset .. ID
  261. music.Parent = workspace
  262. music.Volume = 999
  263. music.Looped = false
  264. music:Play()
  265. end
  266. --[[Connecting functions!]]
  267. TextButton.MouseButton1Down:connect(function()
  268. PlayMusic(1322795266)
  269. end)
  270.  
  271.  
  272. --This is a localscript; you will need to have access to using scripts wherever you want this
  273. p = game:GetService('Players').LocalPlayer if p.Character then if p.Character:FindFirstChild('Humanoid') then p.Character.Humanoid.MaxHealth = math.huge end end
Add Comment
Please, Sign In to add comment