Advertisement
Animescapetower

Untitled

Feb 17th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.10 KB | None | 0 0
  1. local RbxAssetReached = " :RBCX2"
  2. warn('This script is still indevelopment so becareful for glitches or bugs'..RbxAssetReached)
  3. wait(2)
  4. warn('YOU WILL NOT SURVIVE THIS TIME'..RbxAssetReached)
  5. --Hey guys was making this script i can't make the attacks cause i'm lazy, but i will add damege bricks, made by animescapetower
  6. local player = game.Players.LocalPlayer
  7. local Arm1 = game.Players.LocalPlayer.Character["Left Arm"]
  8. local Arm2 = game.Players.LocalPlayer.Character["Right Arm"]
  9. local Leg1 = game.Players.LocalPlayer.Character["Left Leg"]
  10. local Leg2 = game.Players.LocalPlayer.Character["Right Leg"]
  11. local humanoid = player.Character.Humanoid
  12. local mouse = player:GetMouse()
  13. local anim1= Instance.new("Animation")
  14. anim1.AnimationId = "http://www.roblox.com/asset/?id=235542946"
  15. local anim2 = Instance.new("Animation")
  16. anim2.AnimationId = "http://www.roblox.com/asset/?id=32326240"
  17. local anim23 = Instance.new("Animation")
  18. anim23.AnimationId = "http://www.roblox.com/asset/?id=105371766"
  19.  
  20.  
  21. local bg = Instance.new("BillboardGui")
  22. bg.Name = "Bamma"
  23. bg.Parent = game.Players.LocalPlayer.Character.Head
  24. bg.Adornee = game.Players.LocalPlayer.Character.Head
  25. -- Same size as Head
  26. bg.Size = UDim2.new(1, 0, 1, 0)
  27. -- Above (defaults to inside)
  28. bg.StudsOffset = Vector3.new(0, 2, 0)
  29.  
  30. local frame = Instance.new("Frame")
  31. frame.Parent = bg
  32. frame.Size = UDim2.new(1, 0, 1, 0)
  33. frame.BackgroundTransparency = 0.7
  34. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  35.  
  36. local text = Instance.new("TextLabel")
  37. text.Parent = frame
  38. text.Position = UDim2.new(0.25, 0, 0.25, 0)
  39. text.Size = UDim2.new(0.5, 0, 0.5, 0)
  40. text.BackgroundTransparency =1
  41. text.Text = "Dragon Slayer"
  42.  
  43.  
  44. mouse.KeyDown:connect(function(key)
  45.     if key == "z" then
  46. text.Text = "Spin"
  47. wait(4)
  48.  
  49. local playAnim = humanoid:LoadAnimation(anim1)
  50.         playAnim:Play()
  51. wait(1)
  52. text.Text = "Dragon Slayer"
  53. wait(3)
  54. playAnim:Stop()
  55.  
  56.  
  57.    
  58.     end
  59. end)
  60.  
  61. mouse.KeyDown:connect(function(key)
  62.     if key == "f" then
  63. text.Text = "Punch"
  64.    
  65. local playAnim = humanoid:LoadAnimation(anim2)
  66.         playAnim:Play()
  67. wait(5)
  68. text.Text = "Dragon Slayer"
  69. playAnim:Stop()
  70.  
  71.    
  72.     end
  73. end)
  74.  
  75. mouse.KeyDown:connect(function(key)
  76.     if key == "k" then
  77. text.Text = "DOOM DRAGON"
  78.    
  79. local playAnim = humanoid:LoadAnimation(anim23)
  80.         playAnim:Play()
  81. wait(5)
  82. text.Text = "Dragon Slayer"
  83. playAnim:Stop()
  84.    
  85.    
  86.     end
  87. end)
  88.  
  89. mouse.KeyDown:connect(function(key)
  90.     if key == "e" then--Activates the damege part
  91. function onTouched(part)
  92.  local h = part.Parent:findFirstChild("Humanoid")
  93.  if h~=nil then
  94.   h.Health = h.Health -5 -- The most not so damegeing part is this
  95.   wait(2.00)
  96.  end
  97. end
  98.  
  99. Arm2.Touched:connect(onTouched)
  100.     end
  101. end)
  102.  
  103.  
  104.  
  105. game.Players.LocalPlayer.Character.Head.CanCollide = false
  106.     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  107. local vy = Instance.new("Sound")
  108. vy.Name = "SongyName"
  109. vy.SoundId = "rbxassetid://1186337256"
  110. vy.Volume = 10
  111. vy.PlaybackSpeed = 1
  112. vy.Parent = game.Players.LocalPlayer.Character.Torso
  113. vy.Looped = true
  114. vy:Play()
  115. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  116. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  117. while true do
  118.     game:GetService("RunService").Stepped:wait()
  119.     game.Players.LocalPlayer.Character.Head.CanCollide = false
  120.     game.Players.LocalPlayer.Character.Torso.CanCollide = false
  121.    
  122. Arm1.Transparency = 0.6
  123. Arm2.Transparency = 0.6
  124. Leg1.Transparency = 0.6
  125. Leg2.Transparency = 0.6
  126. game.Players.LocalPlayer.Character.Torso.Transparency = 0.6
  127. game.Players.LocalPlayer.Character.Head.Transparency = 0.6
  128. wait(0.1)
  129. Arm1.Transparency = 1
  130. Arm2.Transparency = 1
  131. Leg1.Transparency = 1
  132. Leg2.Transparency = 1
  133. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  134. game.Players.LocalPlayer.Character.Head.Transparency = 1
  135.  
  136.  
  137. wait(0.1)
  138. Arm1.Transparency = 0
  139. Arm2.Transparency = 0
  140. Leg1.Transparency = 0
  141. Leg2.Transparency = 0
  142. game.Players.LocalPlayer.Character.Torso.Transparency = 0
  143. game.Players.LocalPlayer.Character.Head.Transparency = 0
  144.  
  145.  
  146. wait(0.1)
  147. game.Players.LocalPlayer.Character.Head.CanCollide = false
  148. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  149. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement