Advertisement
Upscalefanatic3

[FE] Animations Script #1

Mar 12th, 2018
78,430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.86 KB | None | 0 0
  1. local Gui = Instance.new("ScreenGui", game.CoreGui)
  2. Gui.Name = "FE Animations"
  3. local Background = Instance.new("Frame",Gui)
  4. Background.Name = "Background"
  5. Background.Active = true
  6. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  7. Background.Transparency = 0.3
  8. Background.BorderSizePixel = 5
  9. Background.Draggable = true
  10. Background.Position = UDim2.new(0,300,0,300)
  11. Background.Size = UDim2.new(0,345,0,190)
  12. local Title = Instance.new("TextLabel",Background)
  13. Title.BackgroundTransparency = 1
  14. Title.Position = UDim2.new(0,0,0,-80)
  15. Title.Size = UDim2.new(0,290,1,0)
  16. Title.Font = "SourceSansLight"
  17. Title.FontSize = "Size18"
  18. Title.Text = "FE Animations [by illremember] IMPROVED"
  19. Title.TextColor3 = Color3.fromRGB(20,20,25)
  20.  
  21. local BarrelRoll = Instance.new("TextButton", Background)
  22. BarrelRoll.Name = "BarrelRoll"
  23. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  24. BarrelRoll.BackgroundTransparency = 0.1
  25. BarrelRoll.BorderSizePixel = 0
  26. BarrelRoll.Position = UDim2.new(0,120,0,30)
  27. BarrelRoll.Size = UDim2.new(0,100,0,30)
  28. BarrelRoll.Font = "SourceSansItalic"
  29. BarrelRoll.FontSize = "Size18"
  30. BarrelRoll.Text = "BarrelRoll"
  31. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  32. BarrelRoll.TextWrapped = true
  33.  
  34. local Dab = BarrelRoll:Clone()
  35. Dab.Name = "Dab"
  36. Dab.Parent = Background
  37. Dab.Position = UDim2.new(0,120,0,70)
  38. Dab.Text = "Dab"
  39.  
  40. local Crouch = BarrelRoll:Clone()
  41. Crouch.Name = "Crouch"
  42. Crouch.Parent = Background
  43. Crouch.Position = UDim2.new(0,10,0,110)
  44. Crouch.Text = "Crouch"
  45.  
  46. local Scream = BarrelRoll:Clone()
  47. Scream.Name = "Scream"
  48. Scream.Parent = Background
  49. Scream.Position = UDim2.new(0,10,0,30)
  50. Scream.Text = "Scream"
  51.  
  52. local HeadOff = BarrelRoll:Clone()
  53. HeadOff.Name = "HeadOff"
  54. HeadOff.Parent = Background
  55. HeadOff.Position = UDim2.new(0,10,0,70)
  56. HeadOff.Text = "HeadOff"
  57.  
  58. local LayDown = BarrelRoll:Clone()
  59. LayDown.Name = "LayDown"
  60. LayDown.Parent = Background
  61. LayDown.Position = UDim2.new(0,120,0,110)
  62. LayDown.Text = "LayDown"
  63.  
  64. local hmm2 = BarrelRoll:Clone()
  65. hmm2.Name = "hmm2"
  66. hmm2.Parent = Background
  67. hmm2.Position = UDim2.new(0,120,0,150)
  68. hmm2.Text = "hmm2"
  69.  
  70. local HeadTHROW = BarrelRoll:Clone()
  71. HeadTHROW.Name = "HeadTHROW"
  72. HeadTHROW.Parent = Background
  73. HeadTHROW.Position = UDim2.new(0,10,0,150)
  74. HeadTHROW.Size = UDim2.new(0,100,0,30)
  75. HeadTHROW.Text = "HeadTHROW"
  76.  
  77. local Scared = BarrelRoll:Clone()
  78. Scared.Name = "Scared"
  79. Scared.Parent = Background
  80. Scared.Position = UDim2.new(0,230,0,30)
  81. Scared.Size = UDim2.new(0,100,0,30)
  82. Scared.Text = "Scared"
  83.  
  84. local WARNING = BarrelRoll:Clone()
  85. WARNING.Name = "WARNING"
  86. WARNING.Parent = Background
  87. WARNING.Position = UDim2.new(0,230,0,70)
  88. WARNING.Size = UDim2.new(0,100,0,30)
  89. WARNING.Text = "WARNING"
  90.  
  91. local LoopHead = BarrelRoll:Clone()
  92. LoopHead.Name = "LoopHead"
  93. LoopHead.Parent = Background
  94. LoopHead.Position = UDim2.new(0,230,0,110)
  95. LoopHead.Size = UDim2.new(0,100,0,30)
  96. LoopHead.Text = "LoopHead"
  97.  
  98. local armturbine = BarrelRoll:Clone()
  99. armturbine.Name = "armturbine"
  100. armturbine.Parent = Background
  101. armturbine.Position = UDim2.new(0,230,0,150)
  102. armturbine.Size = UDim2.new(0,100,0,30)
  103. armturbine.Text = "armturbine"
  104.  
  105. --
  106. local plr = game.Players.LocalPlayer
  107.  
  108. local mouse = plr:GetMouse()
  109.  
  110. lpc = game.Players.LocalPlayer.Character
  111.  
  112. weld1 = Instance.new("Weld")
  113.  
  114. BarrelRoll.MouseButton1Down:connect(function()
  115. local gg = mouse.Target
  116. if gg ~= nil then
  117. for i,v in pairs(game.Players:GetPlayers()) do
  118. AnimationId = "136801964"
  119. local Anim = Instance.new("Animation")
  120. Anim.AnimationId = "rbxassetid://"..AnimationId
  121. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  122. k:Play()
  123. k:AdjustSpeed(1)
  124. end
  125. end
  126. end)
  127.  
  128. armturbine.MouseButton1Down:connect(function()
  129. local gg = mouse.Target
  130. if gg ~= nil then
  131. for i,v in pairs(game.Players:GetPlayers()) do
  132. AnimationId = "259438880"
  133. local Anim = Instance.new("Animation")
  134. Anim.AnimationId = "rbxassetid://"..AnimationId
  135. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  136. k:Play()
  137. k:AdjustSpeed(100)
  138. end
  139. end
  140. end)
  141.  
  142. WARNING.MouseButton1Down:connect(function()
  143. local gg = mouse.Target
  144. if gg ~= nil then
  145. for i,v in pairs(game.Players:GetPlayers()) do
  146. AnimationId = "35154961"
  147. AnimationId2 = "180612465"
  148. AnimationId3 = "33169583"
  149. AnimationId4 = "35978879"
  150. AnimationId5 = "33855276"
  151. AnimationId6 = "48977286"
  152. local Anim = Instance.new("Animation")
  153. local Anim2 = Instance.new("Animation")
  154. local Anim3 = Instance.new("Animation")
  155. local Anim4 = Instance.new("Animation")
  156. local Anim5 = Instance.new("Animation")
  157. local Anim6 = Instance.new("Animation")
  158. Anim.AnimationId = "rbxassetid://"..AnimationId
  159. Anim2.AnimationId2 = "rbxassetid://"..AnimationId2
  160. Anim3.AnimationId3 = "rbxassetid://"..AnimationId3
  161. Anim4.AnimationId4 = "rbxassetid://"..AnimationId4
  162. Anim5.AnimationId5 = "rbxassetid://"..AnimationId5
  163. Anim6.AnimationId6 = "rbxassetid://"..AnimationId6
  164. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  165. local k2 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim2)
  166. local k3 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim3)
  167. local k4 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim4)
  168. local k5 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim5)
  169. local k6 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim6)
  170. while wait() do
  171. k:Play()
  172. wait()
  173. k2:Play()
  174. wait()
  175. k3:Play()
  176. wait()
  177. k4:Play()
  178. wait()
  179. k5:Play()
  180. wait()
  181. k6:Play()
  182. wait()
  183. k:AdjustSpeed(1000)
  184. k2:AdjustSpeed(1000)
  185. k3:AdjustSpeed(1000)
  186. k4:AdjustSpeed(1000)
  187. k5:AdjustSpeed(1000)
  188. k6:AdjustSpeed(1000)
  189. end
  190. end
  191. end
  192. end)
  193.  
  194. LoopHead.MouseButton1Click:connect(function()
  195. local gg = mouse.Target
  196. if gg ~= nil then
  197. for i,v in pairs(game.Players:GetPlayers()) do
  198. AnimationId = "35154961"
  199. local Anim = Instance.new("Animation")
  200. Anim.AnimationId = "rbxassetid://"..AnimationId
  201. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  202. while wait(0.00703125) do
  203. k:Play()
  204. k:AdjustSpeed(640)
  205. end
  206. end
  207. end
  208. end)
  209.  
  210. hmm2.MouseButton1Down:connect(function()
  211. local gg = mouse.Target
  212. if gg ~= nil then
  213. for i,v in pairs(game.Players:GetPlayers()) do
  214. AnimationId = "148840371"
  215. local Anim = Instance.new("Animation")
  216. Anim.AnimationId = "rbxassetid://"..AnimationId
  217. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  218. k:Play()
  219. k:AdjustSpeed(1)
  220. end
  221. end
  222. end)
  223.  
  224. LayDown.MouseButton1Down:connect(function()
  225. local gg = mouse.Target
  226. if gg ~= nil then
  227. for i,v in pairs(game.Players:GetPlayers()) do
  228. AnimationId = "282574440"
  229. local Anim = Instance.new("Animation")
  230. Anim.AnimationId = "rbxassetid://"..AnimationId
  231. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  232. k:Play()
  233. k:AdjustSpeed(1)
  234. end
  235. end
  236. end)
  237.  
  238. Dab.MouseButton1Down:connect(function()
  239. local gg = mouse.Target
  240. if gg ~= nil then
  241. for i,v in pairs(game.Players:GetPlayers()) do
  242. AnimationId = "248263260"
  243. local Anim = Instance.new("Animation")
  244. Anim.AnimationId = "rbxassetid://"..AnimationId
  245. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  246. k:Play()
  247. k:AdjustSpeed(1)
  248. end
  249. end
  250. end)
  251.  
  252. Scream.MouseButton1Down:connect(function()
  253. local gg = mouse.Target
  254. if gg ~= nil then
  255. for i,v in pairs(game.Players:GetPlayers()) do
  256. AnimationId = "180611870"
  257. local Anim = Instance.new("Animation")
  258. Anim.AnimationId = "rbxassetid://"..AnimationId
  259. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  260. k:Play()
  261. k:AdjustSpeed(1)
  262. end
  263. end
  264. end)
  265.  
  266. HeadTHROW.MouseButton1Down:connect(function()
  267. local gg = mouse.Target
  268. if gg ~= nil then
  269. for i,v in pairs(game.Players:GetPlayers()) do
  270. AnimationId = "35154961"
  271. local Anim = Instance.new("Animation")
  272. Anim.AnimationId = "rbxassetid://"..AnimationId
  273. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  274. k:Play()
  275. k:AdjustSpeed(1)
  276. end
  277. end
  278. end)
  279.  
  280. Scared.MouseButton1Down:connect(function()
  281. local gg = mouse.Target
  282. if gg ~= nil then
  283. for i,v in pairs(game.Players:GetPlayers()) do
  284. AnimationId = "180612465"
  285. local Anim = Instance.new("Animation")
  286. Anim.AnimationId = "rbxassetid://"..AnimationId
  287. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  288. k:Play()
  289. k:AdjustSpeed(1)
  290. end
  291. end
  292. end)
  293.  
  294. HeadOff.MouseButton1Down:connect(function()
  295. local gg = mouse.Target
  296. if gg ~= nil then
  297. for i,v in pairs(game.Players:GetPlayers()) do
  298. AnimationId = "121572214"
  299. local Anim = Instance.new("Animation")
  300. Anim.AnimationId = "rbxassetid://"..AnimationId
  301. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  302. k:Play()
  303. k:AdjustSpeed(1)
  304. end
  305. end
  306. end)
  307.  
  308. Crouch.MouseButton1Down:connect(function()
  309. local gg = mouse.Target
  310. if gg ~= nil then
  311. for i,v in pairs(game.Players:GetPlayers()) do
  312. AnimationId = "182724289"
  313. local Anim = Instance.new("Animation")
  314. Anim.AnimationId = "rbxassetid://"..AnimationId
  315. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  316. k:Play()
  317. k:AdjustSpeed(1)
  318. end
  319. end
  320. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement