Advertisement
artucox7

MechamavaAdriiel Script

Jun 30th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. --Script maked by Artuco x7--
  2.  
  3. --MeChamavaAdriiel Script--
  4.  
  5. local plr = game:service'Players'.LocalPlayer
  6. local chara = plr.Character
  7. local Pants = Instance.new("Pants",plr.Character)
  8. local Shirt = Instance.new("Shirt",plr.Character)
  9. local PI = "rbxassetid://1832964506"
  10. local Face = "rbxassetid://42110197"
  11. local Anim1 = Instance.new("Animation")
  12. local Anim2 = Instance.new("Animation")
  13. local Anim3 = Instance.new("Animation")
  14. local Anim4 = Instance.new("Animation")
  15. local Anim5 = Instance.new("Animation")
  16. local Anim6 = Instance.new("Animation")
  17. local Player = game.Players.LocalPlayer
  18. local Mouse = Player:GetMouse()
  19. local dmg = true
  20. local RA = chara:FindFirstChild("Right Arm")
  21. local NameTag = Instance.new("BillboardGui")
  22. local TagFrame = Instance.new("Frame")
  23. local Tag = Instance.new("TextLabel")
  24. local Sound1 = Instance.new("Sound", chara.Head)
  25. local Sound2 = Instance.new("Sound", chara.Head)
  26. local Sound3 = Instance.new("Sound", chara.Head)
  27. local Sound4 = Instance.new("Sound", chara.Head)
  28.  
  29. --Tag
  30.  
  31. NameTag.Name = "NameTag"
  32. NameTag.Parent = chara
  33. NameTag.Size = UDim2.new(10, 0, 10, 0)
  34.  
  35. TagFrame.Name = "TagFrame"
  36. TagFrame.Parent = NameTag
  37. TagFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  38. TagFrame.BackgroundTransparency = 1
  39. TagFrame.BorderSizePixel = 5
  40. TagFrame.Position = UDim2.new(0.268999994, 0, 0.340000004, 0)
  41. TagFrame.Size = UDim2.new(0.465198696, 0, 0.0480181091, 0)
  42.  
  43. Tag.Name = "Tag"
  44. Tag.Parent = TagFrame
  45. Tag.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Tag.BackgroundTransparency = 1
  47. Tag.BorderSizePixel = 0
  48. Tag.Position = UDim2.new(-0.301, 0,-8.168, 0)
  49. Tag.Size = UDim2.new(1.54101813, 0, 3.23607755, 0)
  50. Tag.Font = Enum.Font.Antique
  51. Tag.Text = "MeChamavaAdriiel"
  52. Tag.TextColor3 = Color3.new(0, 0.333333, 1)
  53. Tag.TextScaled = true
  54. Tag.TextSize = 14
  55. Tag.TextStrokeTransparency = 0.80000001192093
  56. Tag.TextTransparency = 0.80000001192093
  57. Tag.TextWrapped = true
  58.  
  59. Shirt.ShirtTemplate = 'rbxassetid://'
  60. Pants.PantsTemplate = ''..PI
  61. chara.Head.face.Texture = ''..Face
  62. Shirt.Name = '...'
  63. Pants.Name = '...'
  64. chara.Shirt:Destroy()
  65. chara.Pants:Destroy()
  66. Sound1.Name = 'Taunt1'
  67. Sound2.Name = 'Taunt2'
  68. Anim1.AnimationId = 'http://www.roblox.com/asset/?id=2024390767'
  69. Anim2.AnimationId = 'http://www.roblox.com/asset/?id=2023452617'
  70. Anim3.AnimationId = 'http://www.roblox.com/asset/?id=2023913877'
  71. Anim4.AnimationId = 'rbxassetid://2027000866'
  72. Anim5.AnimationId = 'rbxassetid://2027185358'
  73. Anim6.AnimationId = 'rbxassetid://2023372257'
  74. Sound1.SoundId = 'rbxassetid://1450018171'
  75. Sound2.SoundId = 'rbxassetid://245064504'
  76. Sound3.SoundId = 'rbxassetid://167804812'
  77. Sound4.SoundId = 'rbxassetid://631374681'
  78.  
  79.  
  80.  
  81.  
  82.  
  83. --Keys
  84.  
  85. function clicked(Key)
  86. if Key == "t" then
  87. local Ani1 = chara.Humanoid:LoadAnimation(Anim1)
  88. Ani1:Play()
  89. Sound1:Play()
  90. end
  91. end
  92. game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
  93.  
  94. function clicked(Key)
  95. if Key == "r" then
  96. local Ani2 = chara.Humanoid:LoadAnimation(Anim2)
  97. Ani2:Play()
  98.  
  99. end
  100. end
  101.  
  102. game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
  103.  
  104. Mouse.KeyDown:connect(function(key)
  105. if key == "e" then
  106. local Ani3 = chara.Humanoid:LoadAnimation(Anim3)
  107. Ani3:Play()
  108. end
  109. end)
  110.  
  111. function clicked(Key)
  112. if Key == "y" then
  113. local Ani4 = chara.Humanoid:LoadAnimation(Anim4)
  114. Ani4:Play()
  115. Sound2:Play()
  116. end
  117. end
  118.  
  119. game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
  120.  
  121. function clicked(Key)
  122. if Key == "q" then
  123. local Ani5 = chara.Humanoid:LoadAnimation(Anim5)
  124. Ani5:Play()
  125. Sound3:Play()
  126. end
  127. end
  128.  
  129. game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
  130.  
  131. function clicked(Key)
  132. if Key == "f" then
  133. local Ani6 = chara.Humanoid:LoadAnimation(Anim6)
  134. Ani6:Play()
  135. Sound4:Play()
  136. wait(9)
  137. Sound4:Stop()
  138. Ani6:Stop()
  139. end
  140. end
  141.  
  142. game.Players.LocalPlayer:GetMouse().keyDown:connect(clicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement