Advertisement
0Omar_Gaming0

FE R6 Animations ROBLOX

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