Advertisement
ManlyMemeScripter

Naggers

Feb 25th, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. --[[
  2.  
  3. Created by Sharkringan kthx
  4.  
  5. --]]
  6.  
  7. wait(1/60)
  8.  
  9. plr = game:service'Players'.LocalPlayer
  10. char = plr.Character
  11. root = char:FindFirstChild'HumanoidRootPart'
  12. hum = char:FindFirstChildOfClass'Humanoid'
  13. mouse = plr:GetMouse()
  14. clones = {}
  15. followplr = true
  16. radius = 25
  17. weld.part0
  18.  
  19. =if = char.Head:FindFirstChild'face' then
  20. char.Head.face:Destroy()
  21. end
  22.  
  23. for _, a in pairs(char:children()) do
  24. if a:IsA'Part' then
  25. a.Transparency = 1
  26. elseif a:IsA'Accessory' then
  27. a:Destroy()
  28. end
  29. end
  30.  
  31. eyes = Instance.new('Part', char)
  32. eyes.Part1 = eyes
  33. eyes.C1 = CFrame.new(0,-1.5,0) * CFrame.Angles(0,math.rad(-90),0)
  34. eyes.Anchored = false
  35. eyes.Name = "Eyes"
  36. eyes.Size = Vector3.new(0.22, 0.052, 0.105)
  37. eyesm = Instance.new('SpecialMesh', eyes)
  38. eyesm.Scale = Vector3.new(0.005, 0.005, 0.005)
  39. eyesm.MeshId = "rbxassetid://0"
  40. eyesm.TextureId = "rbxassetid://0"
  41.  
  42. body = Instance.new('Part', char)
  43. eyes.Part1 = eyes
  44. body.C1 = CFrame.new(0,-1.5,0) * CFrame.Angles(0,math.rad(-90),0)
  45. body.Anchored = false
  46. body.Name = "Body"
  47. body.Size = Vector3.new(0.60, 0.062, 0.60)
  48. bodym = Instance.new('SpecialMesh', body)
  49. bodym.Scale = Vector3.new(0.40, 0.40, 0.40)
  50. bodym.MeshId = "rbxassetid://0"
  51. bodym.TextureId = "rbxassetid://0"
  52.  
  53. weld1 = Instance.new('Weld', eyes)
  54. weld1.Part0 = eyes
  55. weld1.Part1 = root
  56. weld1.C0 = CFrame.new(0,1.55,.2)
  57. weld2 = Instance.new('Weld', body)
  58. weld2.Part0 = body
  59. weld2.Part1 = root
  60. weld2.C0 = CFrame.new(0,2.1,0)
  61. local music=Instance.new("Sound",char.Torso)
  62. music.SoundId="rbxassetid://1303585722"
  63. music.Volume = 2.5
  64. music.Looped=true
  65. music:Play()
  66. TheWay1 = Instance.new('Sound', body)
  67. TheWay1.SoundId = "rbxassetid://1303585722"
  68. TheWay1.Volume = 3
  69. TheWay1.Name = "TheWay1"
  70. TheWay2 = Instance.new('Sound', body)
  71. TheWay2.SoundId = "rbxassetid://1303652161"
  72. TheWay2.Volume = 3
  73. TheWay2.Name = "TheWay2"
  74. Spit = Instance.new('Sound', body)
  75. Spit.SoundId = "rbxassetid://1303652161"
  76. Spit.Volume = 3
  77. Spit.Name = "Spit"
  78. Click = Instance.new('Sound', body)
  79. Click.SoundId = "rbxassetid://132742415"
  80. Click.Volume = 3
  81.  
  82. -- Objects
  83.  
  84. local ScreenGui = Instance.new("ScreenGui")
  85. local TextButton = Instance.new("TextButton")
  86.  
  87. -- Properties
  88.  
  89. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  90.  
  91. TextButton.Parent = ScreenGui
  92. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextButton.Size = UDim2.new(0, 200, 0, 50)
  94. TextButton.Font = Enum.Font.SourceSans
  95. TextButton.FontSize = Enum.FontSize.Size14
  96. TextButton.Text = "way?"
  97. TextButton.TextSize = 14
  98.  
  99. --[[Function/s being made!]]
  100. function PlayMusic(ID)
  101. for i, v in pairs (game.Workspace:GetChildren()) do
  102. if v:IsA("Sound") then
  103. end
  104. end
  105. local music = Instance.new("Sound")
  106. local asset = "rbxassetid://"
  107. music.SoundId = asset .. ID
  108. music.Parent = workspace
  109. music.Volume = 999
  110. music.Looped = false
  111. music:Play()
  112. end
  113. --[[Connecting functions!]]
  114. TextButton.MouseButton1Down:connect(function()
  115. PlayMusic(1303581720)
  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, 30)
  130. TextButton.Font = Enum.Font.SourceSans
  131. TextButton.FontSize = Enum.FontSize.Size14
  132. TextButton.Text = "spit!"
  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 = 999
  146. music.Looped = false
  147. music:Play()
  148. end
  149. --[[Connecting functions!]]
  150. TextButton.MouseButton1Down:connect(function()
  151. PlayMusic(1322795266)
  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