Advertisement
DaOMEGAa32

unganda

Nov 20th, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. --Lets see if roblox bans this one (maybe)
  2. print ("a hecking dead meme script made by i dont know")
  3. wait (1)
  4. local pchar = game.Players.LocalPlayer.Character -- Can change player here --
  5.  
  6. for i,v in pairs(pchar.Torso:GetChildren()) do
  7. if v.ClassName == 'Decal' then
  8. v:Destroy()
  9. end
  10. end
  11. for i,v in pairs(pchar:GetChildren()) do
  12. if v.ClassName == 'Hat' then
  13. v:Destroy()
  14. end
  15. end
  16.  
  17. for i,v in pairs(pchar.Head:GetChildren()) do
  18. if v.ClassName == 'Decal' then
  19. v:Destroy()
  20. end
  21. end
  22. --
  23. ---generating
  24. --
  25. CV="White"
  26.  
  27. p = game.Players.LocalPlayer
  28. char = p.Character
  29. local txt = Instance.new("BillboardGui", char)
  30. txt.Adornee = char .Head
  31. txt.Name = "_status"
  32. txt.Size = UDim2.new(2, 0, 1.2, 0)
  33. txt.StudsOffset = Vector3.new(-9, 8, 0)
  34. local text = Instance.new("TextLabel", txt)
  35. text.Size = UDim2.new(10, 0, 7, 0)
  36. text.FontSize = "Size24"
  37. text.TextScaled = true
  38. text.TextTransparency = 0
  39. text.BackgroundTransparency = 1
  40. text.TextTransparency = 0
  41. text.TextStrokeTransparency = 1
  42. text.Font = "Highway"
  43. text.TextStrokeColor3 = Color3.fromRGB(255,0,0)
  44.  
  45. v=Instance.new("Part")
  46. v.Name = "ColorBrick"
  47. v.Parent=p.Character
  48. v.FormFactor="Symmetric"
  49. v.Anchored=true
  50. v.CanCollide=false
  51. v.BottomSurface="Smooth"
  52. v.TopSurface="Smooth"
  53. v.Size=Vector3.new(10,5,3)
  54. v.Transparency=1
  55. v.CFrame=char.Torso.CFrame
  56. v.BrickColor=BrickColor.new(CV)
  57. v.Transparency=1
  58. text.TextColor3 = Color3.fromRGB(255,0,0)
  59. v.Shape="Block"
  60. text.Text = "Knuckles!"
  61. local duck = Instance.new('SpecialMesh', pchar.Torso)
  62. duck.MeshType = 'FileMesh'
  63. duck.MeshId = 'rbxassetid://1300136843'
  64. duck.TextureId = 'rbxassetid://1300137893'
  65. duck.Scale = Vector3.new(0.1, 0.1, 0.1)
  66. pchar.Head.Transparency = 0
  67. pchar['Left Arm'].Transparency = 1
  68. pchar['Right Arm'].Transparency = 1
  69. pchar['Left Leg'].Transparency = 1
  70. pchar['Right Leg'].Transparency = 1
  71. local duck = Instance.new('SpecialMesh', pchar.Head)
  72. duck.MeshType = 'FileMesh'
  73. duck.MeshId = 'rbxassetid://1301937829'
  74. duck.TextureId = 'rbxassetid://1301928851'
  75. duck.Scale = Vector3.new(1, 1, 1)
  76. pchar.Head.Transparency = 0
  77. pchar['Left Arm'].Transparency = 1
  78. pchar['Right Arm'].Transparency = 1
  79. pchar['Left Leg'].Transparency = 1
  80. pchar['Right Leg'].Transparency = 1
  81. duck.Offset = Vector3.new(0, 0, -1)
  82. --functions so im fat
  83. function chatfunc(text)
  84. local chat = coroutine.wrap(function()
  85. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  86. Character:FindFirstChild("TalkingBillBoard"):destroy()
  87. end
  88. local Bill = Instance.new("BillboardGui",Character)
  89. Bill.Size = UDim2.new(0,100,0,40)
  90. Bill.StudsOffset = Vector3.new(0,3,0)
  91. Bill.Adornee = Character.Head
  92. Bill.Name = "TalkingBillBoard"
  93. local Hehe = Instance.new("TextLabel",Bill)
  94. Hehe.BackgroundTransparency = 1
  95. Hehe.BorderSizePixel = 0
  96. Hehe.Text = ""
  97. Hehe.Font = "Arcade"
  98. Hehe.TextSize = 40
  99. Hehe.TextStrokeTransparency = 0
  100. Hehe.Size = UDim2.new(1,0,0.5,0)
  101. coroutine.resume(coroutine.create(function()
  102. while Hehe ~= nil do
  103. wait()
  104. Hehe.Position = UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  105. Hehe.Rotation = math.random(-5,5)
  106. Hehe.TextColor3 = Color3.new(111,0,0)
  107. Hehe.TextStrokeColor3 = Color3.new(255,0,0)
  108. end
  109. end))
  110. for i = 1,string.len(text),1 do
  111. wait()
  112. Hehe.Text = string.sub(text,1,i)
  113. end
  114. wait(1.5)--Re[math.random(1, 93)]
  115. for i = 0, 1, .025 do
  116. wait()
  117. Bill.ExtentsOffset = Vector3.new(math.random(-i, i), math.random(-i, i), math.random(-i, i))
  118. Hehe.TextStrokeTransparency = i
  119. Hehe.TextTransparency = i
  120. end
  121. Bill:Destroy()
  122. end)
  123. chat()
  124. end
  125. function wae()
  126. local s = Instance.new("Sound")
  127.  
  128. s.Name = "thesound"
  129. s.SoundId = "rbxassetid://1320393438"
  130. s.Volume = 5
  131. s.Looped = false
  132. s.archivable = false
  133.  
  134. s.Parent = game.Workspace
  135.  
  136. wait(0.1)
  137.  
  138. s:play()
  139.  
  140. end
  141. function wae()
  142. local s = Instance.new("Sound")
  143.  
  144. s.Name = "thesound"
  145. s.SoundId = "rbxassetid://1320393438"
  146. s.Volume = 5
  147. s.Looped = false
  148. s.archivable = false
  149.  
  150. s.Parent = game.Workspace
  151.  
  152. wait(0.1)
  153.  
  154. s:play()
  155. text.Text = "Do u know da wae"
  156. wait (2)
  157. text.Text = "Knuckles!"
  158.  
  159. end
  160.  
  161. ---keys so i can die
  162. Player = game.Players.LocalPlayer
  163. Mouse = Player:GetMouse()
  164. Mouse.KeyDown:Connect(function(key)
  165. key = key:lower()
  166. if key == "e" then
  167.  
  168. wae()
  169.  
  170. end
  171.  
  172.  
  173. end)
  174. Player = game.Players.LocalPlayer
  175. Mouse = Player:GetMouse()
  176. Mouse.KeyDown:Connect(function(key)
  177. key = key:lower()
  178. if key == "r" then
  179. local x = Instance.new("Part")
  180. x.Shape = "Ball"
  181. local s = Instance.new("Sound")
  182.  
  183. s.Name = "spit"
  184. s.SoundId = "rbxassetid://1322795266"
  185. s.Volume = 6
  186. s.Looped = false
  187. s.archivable = false
  188.  
  189. s.Parent = game.Workspace
  190.  
  191.  
  192.  
  193. s:play()
  194. x.CanCollide = false
  195. x.Anchored = false
  196. x.CFrame = Player.Character.Torso.CFrame * CFrame.new(0,3,-12)
  197. local v = Instance.new("BodyVelocity", x)
  198. v.Velocity = Player.Character.Torso.CFrame.lookVector * 90
  199.  
  200. v.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  201. x.Parent = workspace
  202.  
  203. end
  204.  
  205.  
  206. end)
  207. --and thats how the meme is dead
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement