Advertisement
Guest User

test

a guest
Mar 23rd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. local plr = owner
  2. local char = plr.Character
  3. char.Humanoid.WalkSpeed = 100
  4. char.Humanoid.JumpPower = 70
  5. local BruddaCount = 0
  6. spawn(function()
  7. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  8. if v:IsA("BasePart") then
  9. coroutine.wrap(function()
  10. for i=0,1,.1 do
  11. wait()
  12. v.Transparency = v.Transparency +i
  13. end
  14. end)()
  15. end
  16. end
  17. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  18. if v:IsA("Accessory") then
  19. coroutine.wrap(function()
  20. for i=0,1,.1 do
  21. wait()
  22. v.Handle.Transparency = v.Handle.Transparency +i
  23. end
  24. end)()
  25. end
  26. end
  27. end)
  28. char.Head.face:Destroy()
  29. wait(1)
  30. local do_u_no_de_wae = Instance.new("Sound",char)
  31. do_u_no_de_wae.SoundId = "rbxassetid://1316175800"
  32. do_u_no_de_wae.Volume = 10
  33.  
  34. local Speach = Instance.new("Sound",char)
  35. Speach.SoundId = "rbxassetid://1311432465"
  36. Speach.Volume = 10
  37.  
  38. local spitt = Instance.new("Sound",char)
  39. spitt.SoundId = "rbxassetid://1322795266"
  40. spitt.Volume = 10
  41.  
  42. local daqueen = Instance.new("Part",char)
  43. daqueen.Name = "asd"
  44. daqueen.CanCollide = false
  45. local mesh = Instance.new("SpecialMesh",daqueen)
  46. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  47. mesh.MeshId = "rbxassetid://1300136843"
  48. local text = Instance.new("Decal",daqueen)
  49. text.Name = "asd"
  50. text.Texture = "rbxassetid://1300137893"
  51. local knowdawey = Instance.new("Weld",char)
  52. knowdawey.Part0 = char.HumanoidRootPart
  53. knowdawey.Part1 = daqueen
  54. local eye1 = Instance.new("Part")
  55. eye1.CanCollide = false
  56. eye1.Parent = char
  57. local mesh1 = Instance.new("SpecialMesh",eye1)
  58. mesh1.MeshId = "rbxassetid://1300138314"
  59. mesh1.Scale = Vector3.new(0.1,0.1,0.2)----Get someone with a pc to fix
  60. local eyetext = Instance.new("Decal",eye1)
  61. eyetext.Texture = "rbxassetid://1300129774"
  62. local eye1w = Instance.new("Weld",char)
  63. eye1w.Part0 = char.HumanoidRootPart
  64. eye1w.Part1 = eye1
  65. eye1w.C1 = CFrame.new(0,-1.3,0.7)
  66. mouse.KeyDown:connect(function(key)
  67. if key == "e" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
  68. do_u_no_de_wae.Playing = true
  69. end
  70. end)
  71. mouse.KeyDown:connect(function(key)
  72. if key == "t" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
  73. Speach.Playing = true
  74. end
  75. end)
  76. mouse.KeyDown:connect(function(key)
  77. if key == "r" and do_u_no_de_wae.Playing == false and spitt.Playing == false and Speach.Playing == false then
  78. spitt.Playing = true
  79. end
  80. end)
  81. mouse.KeyDown:connect(function(key)
  82. if key == "p" and BruddaCount < 2 then
  83. BruddaCount = BruddaCount + 1
  84. local color = math.random(1,2)
  85.  
  86. char.Archivable = true
  87. local Clone = char:Clone()
  88. for i,v in pairs(Clone:GetChildren()) do
  89. if v:IsA("Sound") then
  90. v:Destroy()
  91. end
  92. end
  93. Clone.Parent = char
  94. if color == 1 then
  95. Clone.asd.asd.Texture = "rbxassetid://1323248452"
  96. end
  97. if color == 2 then
  98. Clone.asd.asd.Texture = "rbxassetid://1300137893"
  99. end
  100.  
  101. while wait() do
  102. Clone.Humanoid:MoveTo(char.HumanoidRootPart.Position+Vector3.new(math.random(2,5),0,math.random(2,5) ))
  103. end
  104. end
  105. end)
  106.  
  107. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement