Advertisement
ROBLOX_HAXX

animations EPIC GUIS

Aug 24th, 2019
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.24 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local epic = Instance.new("TextButton")
  4. local dumb = Instance.new("TextButton")
  5. local shit = Instance.new("TextButton")
  6.  
  7. ScreenGui.Parent = game.CoreGui
  8. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9.  
  10. Frame.Parent = ScreenGui
  11. Frame.Active = true
  12. Frame.BackgroundColor3 = Color3.new(0.113725, 1, 0.866667)
  13. Frame.Position = UDim2.new(0.358646631, 0, 0.290220827, 0)
  14. Frame.Size = UDim2.new(0, 343, 0, 250)
  15. Frame.Draggable = true
  16.  
  17. epic.Name = "epic"
  18. epic.Parent = Frame
  19. epic.BackgroundColor3 = Color3.new(0.054902, 1, 0.529412)
  20. epic.Position = UDim2.new(0.23466666, 0, 0.0600754619, 0)
  21. epic.Size = UDim2.new(0, 200, 0, 50)
  22. epic.Font = Enum.Font.SourceSans
  23. epic.Text = "animation gui!"
  24. epic.TextColor3 = Color3.new(0, 0, 0)
  25. epic.TextScaled = true
  26. epic.TextSize = 14
  27. epic.TextWrapped = true
  28. epic.MouseButton1Down:connect(function()
  29. -- Energize by illremember, fe animations
  30. -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated!
  31. -- Thank you, and enjoy.
  32.  
  33. -- Objects
  34.  
  35. local Energize = Instance.new("ScreenGui") -- The actual GUI
  36. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  37. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  38. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  39. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  40. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  41. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  42. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  43. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  44. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  45.  
  46. local CrazySlash = Instance.new("TextButton")--COMPLETE
  47. local Open = Instance.new("TextButton")--COMPLETE
  48. local R15Spinner = Instance.new("TextButton")--COMPLETE
  49. local ArmsOut = Instance.new("TextButton")--COMPLETE
  50. local FloatSlash = Instance.new("TextButton")--COMPLETE
  51. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  52. local DownSlash = Instance.new("TextButton")--COMPLETE
  53. local Pull = Instance.new("TextButton")--COMPLETE
  54. local CircleArm = Instance.new("TextButton")--COMPLETE
  55. local Bend = Instance.new("TextButton")--COMPLETE
  56. local RotateSlash = Instance.new("TextButton")--COMPLETE
  57. local FlingArms = Instance.new("TextButton")--COMPLETE
  58.  
  59. local FullSwing = Instance.new("TextButton")--COMPLETE
  60. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  61. local MoonDance = Instance.new("TextButton")--COMPLETE
  62. local FullPunch = Instance.new("TextButton")--COMPLETE
  63. local Crouch = Instance.new("TextButton")--COMPLETE
  64. local SpinDance = Instance.new("TextButton")--COMPLETE
  65. local FloorFaint = Instance.new("TextButton")--COMPLETE
  66. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  67. local Spinner = Instance.new("TextButton")--COMPLETE
  68. local MegaInsane = Instance.new("TextButton")--COMPLETE
  69. local ArmDetach = Instance.new("TextButton")--COMPLETE
  70. local WeirdMove = Instance.new("TextButton")--COMPLETE
  71. local Faint = Instance.new("TextButton")--COMPLETE
  72. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  73. local Levitate = Instance.new("TextButton")--COMPLETE
  74. local DinoWalk = Instance.new("TextButton")--COMPLETE
  75. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  76. local SwordSlam = Instance.new("TextButton")--COMPLETE
  77. local LoopHead = Instance.new("TextButton")--COMPLETE
  78. local HeroJump = Instance.new("TextButton")--COMPLETE
  79. local Insane = Instance.new("TextButton")--COMPLETE
  80. local FloatingHead = Instance.new("TextButton")--COMPLETE
  81. local HeadThrow = Instance.new("TextButton")--COMPLETE
  82. local MovingDance = Instance.new("TextButton")--COMPLETE
  83. local SuperPunch = Instance.new("TextButton")--COMPLETE
  84. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  85. local Dab = Instance.new("TextButton")--COMPLETE
  86. local FloatSit = Instance.new("TextButton")--COMPLETE
  87. local SuperFaint = Instance.new("TextButton")--COMPLETE
  88. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  89. local Scared = Instance.new("TextButton")--COMPLETE
  90. local InsaneArms = Instance.new("TextButton")--COMPLETE
  91. local SwordSlice = Instance.new("TextButton")--COMPLETE
  92. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  93. local BowDown = Instance.new("TextButton")--COMPLETE
  94. local LoopSlam = Instance.new("TextButton")--COMPLETE
  95.  
  96. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  97. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  98. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  99.  
  100. -- Properties
  101.  
  102. Energize.Name = "Energize"
  103. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  104.  
  105. SideFrame.Name = "SideFrame"
  106. SideFrame.Parent = Energize
  107. SideFrame.Active = true
  108. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  109. SideFrame.Draggable = true
  110. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  111. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  112. SideFrame.Visible = false
  113.  
  114. OpenGUI.Name = "OpenGUI"
  115. OpenGUI.Parent = SideFrame
  116. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  117. OpenGUI.BackgroundTransparency = 1
  118. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  119. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  120. OpenGUI.Font = Enum.Font.SourceSans
  121. OpenGUI.FontSize = Enum.FontSize.Size48
  122. OpenGUI.Text = "X"
  123. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  124. OpenGUI.TextSize = 40
  125. OpenGUI.TextWrapped = true
  126.  
  127. SideFrameTitle.Name = "SideFrameTitle"
  128. SideFrameTitle.Parent = SideFrame
  129. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  130. SideFrameTitle.BackgroundTransparency = 1
  131. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  132. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  133. SideFrameTitle.Font = Enum.Font.Arial
  134. SideFrameTitle.FontSize = Enum.FontSize.Size24
  135. SideFrameTitle.Text = "Energize"
  136. SideFrameTitle.TextSize = 21
  137. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  138. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  139.  
  140. MainFrame.Name = "MainFrame"
  141. MainFrame.Parent = Energize
  142. MainFrame.Active = true
  143. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  144. MainFrame.BackgroundTransparency = 1
  145. MainFrame.Draggable = true
  146. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  147. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  148.  
  149. GuiBottomFrame.Name = "Gui BottomFrame"
  150. GuiBottomFrame.Parent = MainFrame
  151. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  152. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  153. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  154. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  155.  
  156. Credits.Name = "Credits"
  157. Credits.Parent = GuiBottomFrame
  158. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Credits.BackgroundTransparency = 1
  160. Credits.Size = UDim2.new(0, 460, 0, 32)
  161. Credits.FontSize = Enum.FontSize.Size14
  162. Credits.Text = "By illremember FE Animations Gui"
  163. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  164. Credits.TextSize = 14
  165. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  166. Credits.TextStrokeTransparency = 0.69999998807907
  167. Credits.TextWrapped = true
  168.  
  169. ScrollingFrame.Parent = MainFrame
  170. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  171. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  172. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  173. ScrollingFrame.ScrollBarThickness = 13
  174.  
  175. FullSwing.Name = "FullSwing"
  176. FullSwing.Parent = ScrollingFrame
  177. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  178. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  179. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  180. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  181. FullSwing.Font = Enum.Font.Highway
  182. FullSwing.FontSize = Enum.FontSize.Size24
  183. FullSwing.Text = "Full Swing"
  184. FullSwing.TextSize = 20
  185. FullSwing.TextWrapped = true
  186.  
  187. GlitchLevitate.Name = "GlitchLevitate"
  188. GlitchLevitate.Parent = ScrollingFrame
  189. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  190. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  191. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  192. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  193. GlitchLevitate.Font = Enum.Font.Highway
  194. GlitchLevitate.FontSize = Enum.FontSize.Size24
  195. GlitchLevitate.Text = "Glitch Levitate"
  196. GlitchLevitate.TextSize = 20
  197. GlitchLevitate.TextWrapped = true
  198.  
  199. MoonDance.Name = "MoonDance"
  200. MoonDance.Parent = ScrollingFrame
  201. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  202. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  203. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  204. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  205. MoonDance.Font = Enum.Font.Highway
  206. MoonDance.FontSize = Enum.FontSize.Size24
  207. MoonDance.Text = "Moon Dance"
  208. MoonDance.TextSize = 20
  209. MoonDance.TextWrapped = true
  210.  
  211. FullPunch.Name = "FullPunch"
  212. FullPunch.Parent = ScrollingFrame
  213. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  214. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  215. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  216. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  217. FullPunch.Font = Enum.Font.Highway
  218. FullPunch.FontSize = Enum.FontSize.Size24
  219. FullPunch.Text = "Full Punch"
  220. FullPunch.TextSize = 20
  221. FullPunch.TextWrapped = true
  222.  
  223. Crouch.Name = "Crouch"
  224. Crouch.Parent = ScrollingFrame
  225. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  226. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  227. Crouch.Position = UDim2.new(0, 168, 0, 280)
  228. Crouch.Size = UDim2.new(0, 119, 0, 34)
  229. Crouch.Font = Enum.Font.Highway
  230. Crouch.FontSize = Enum.FontSize.Size24
  231. Crouch.Text = "Crouch"
  232. Crouch.TextSize = 20
  233. Crouch.TextWrapped = true
  234.  
  235. SpinDance.Name = "SpinDance"
  236. SpinDance.Parent = ScrollingFrame
  237. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  238. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  239. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  240. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  241. SpinDance.Font = Enum.Font.Highway
  242. SpinDance.FontSize = Enum.FontSize.Size24
  243. SpinDance.Text = "Spin Dance"
  244. SpinDance.TextSize = 20
  245. SpinDance.TextWrapped = true
  246.  
  247. FloorFaint.Name = "FloorFaint"
  248. FloorFaint.Parent = ScrollingFrame
  249. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  250. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  251. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  252. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  253. FloorFaint.Font = Enum.Font.Highway
  254. FloorFaint.FontSize = Enum.FontSize.Size24
  255. FloorFaint.Text = "Floor Faint"
  256. FloorFaint.TextSize = 20
  257. FloorFaint.TextWrapped = true
  258.  
  259. JumpingJacks.Name = "JumpingJacks"
  260. JumpingJacks.Parent = ScrollingFrame
  261. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  262. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  263. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  264. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  265. JumpingJacks.Font = Enum.Font.Highway
  266. JumpingJacks.FontSize = Enum.FontSize.Size24
  267. JumpingJacks.Text = "Jumping Jacks"
  268. JumpingJacks.TextSize = 20
  269. JumpingJacks.TextWrapped = true
  270.  
  271. Spinner.Name = "Spinner"
  272. Spinner.Parent = ScrollingFrame
  273. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  274. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  275. Spinner.Position = UDim2.new(0, 17, 0, 192)
  276. Spinner.Size = UDim2.new(0, 119, 0, 34)
  277. Spinner.Font = Enum.Font.Highway
  278. Spinner.FontSize = Enum.FontSize.Size24
  279. Spinner.Text = "Spinner"
  280. Spinner.TextSize = 20
  281. Spinner.TextWrapped = true
  282.  
  283. MegaInsane.Name = "MegaInsane"
  284. MegaInsane.Parent = ScrollingFrame
  285. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  286. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  287. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  288. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  289. MegaInsane.Font = Enum.Font.Highway
  290. MegaInsane.FontSize = Enum.FontSize.Size24
  291. MegaInsane.Text = "Mega Insane"
  292. MegaInsane.TextSize = 20
  293. MegaInsane.TextWrapped = true
  294.  
  295. ArmDetach.Name = "ArmDetach"
  296. ArmDetach.Parent = ScrollingFrame
  297. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  298. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  299. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  300. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  301. ArmDetach.Font = Enum.Font.Highway
  302. ArmDetach.FontSize = Enum.FontSize.Size24
  303. ArmDetach.Text = "Arm Detach"
  304. ArmDetach.TextSize = 20
  305. ArmDetach.TextWrapped = true
  306.  
  307. WeirdMove.Name = "WeirdMove"
  308. WeirdMove.Parent = ScrollingFrame
  309. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  310. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  311. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  312. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  313. WeirdMove.Font = Enum.Font.Highway
  314. WeirdMove.FontSize = Enum.FontSize.Size24
  315. WeirdMove.Text = "Weird Move"
  316. WeirdMove.TextSize = 20
  317. WeirdMove.TextWrapped = true
  318.  
  319. Faint.Name = "Faint"
  320. Faint.Parent = ScrollingFrame
  321. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  322. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  323. Faint.Position = UDim2.new(0, 17, 0, 148)
  324. Faint.Size = UDim2.new(0, 119, 0, 34)
  325. Faint.Font = Enum.Font.Highway
  326. Faint.FontSize = Enum.FontSize.Size24
  327. Faint.Text = "Faint"
  328. Faint.TextSize = 20
  329. Faint.TextWrapped = true
  330.  
  331. CloneIllusion.Name = "CloneIllusion"
  332. CloneIllusion.Parent = ScrollingFrame
  333. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  334. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  335. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  336. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  337. CloneIllusion.Font = Enum.Font.Highway
  338. CloneIllusion.FontSize = Enum.FontSize.Size24
  339. CloneIllusion.Text = "Clone Illusion"
  340. CloneIllusion.TextSize = 20
  341. CloneIllusion.TextWrapped = true
  342.  
  343. Levitate.Name = "Levitate"
  344. Levitate.Parent = ScrollingFrame
  345. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  346. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  347. Levitate.Position = UDim2.new(0, 17, 0, 104)
  348. Levitate.Size = UDim2.new(0, 119, 0, 34)
  349. Levitate.Font = Enum.Font.Highway
  350. Levitate.FontSize = Enum.FontSize.Size24
  351. Levitate.Text = "Levitate"
  352. Levitate.TextSize = 20
  353. Levitate.TextWrapped = true
  354.  
  355. DinoWalk.Name = "DinoWalk"
  356. DinoWalk.Parent = ScrollingFrame
  357. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  358. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  359. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  360. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  361. DinoWalk.Font = Enum.Font.Highway
  362. DinoWalk.FontSize = Enum.FontSize.Size24
  363. DinoWalk.Text = "Dino Walk"
  364. DinoWalk.TextSize = 20
  365. DinoWalk.TextWrapped = true
  366.  
  367. FloorCrawl.Name = "FloorCrawl"
  368. FloorCrawl.Parent = ScrollingFrame
  369. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  370. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  371. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  372. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  373. FloorCrawl.Font = Enum.Font.Highway
  374. FloorCrawl.FontSize = Enum.FontSize.Size24
  375. FloorCrawl.Text = "Floor Crawl"
  376. FloorCrawl.TextSize = 20
  377. FloorCrawl.TextWrapped = true
  378.  
  379. SwordSlam.Name = "SwordSlam"
  380. SwordSlam.Parent = ScrollingFrame
  381. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  382. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  383. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  384. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  385. SwordSlam.Font = Enum.Font.Highway
  386. SwordSlam.FontSize = Enum.FontSize.Size24
  387. SwordSlam.Text = "Sword Slam"
  388. SwordSlam.TextSize = 20
  389. SwordSlam.TextWrapped = true
  390.  
  391. LoopHead.Name = "LoopHead"
  392. LoopHead.Parent = ScrollingFrame
  393. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  394. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  395. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  396. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  397. LoopHead.Font = Enum.Font.Highway
  398. LoopHead.FontSize = Enum.FontSize.Size24
  399. LoopHead.Text = "Loop Head"
  400. LoopHead.TextSize = 20
  401. LoopHead.TextWrapped = true
  402.  
  403. HeroJump.Name = "HeroJump"
  404. HeroJump.Parent = ScrollingFrame
  405. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  406. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  407. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  408. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  409. HeroJump.Font = Enum.Font.Highway
  410. HeroJump.FontSize = Enum.FontSize.Size24
  411. HeroJump.Text = "Hero Jump"
  412. HeroJump.TextSize = 20
  413. HeroJump.TextWrapped = true
  414.  
  415. Insane.Name = "Insane"
  416. Insane.Parent = ScrollingFrame
  417. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  418. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  419. Insane.Position = UDim2.new(0, 319, 0, 16)
  420. Insane.Size = UDim2.new(0, 119, 0, 34)
  421. Insane.Font = Enum.Font.Highway
  422. Insane.FontSize = Enum.FontSize.Size24
  423. Insane.Text = "Insane"
  424. Insane.TextSize = 20
  425. Insane.TextWrapped = true
  426.  
  427. FloatingHead.Name = "FloatingHead"
  428. FloatingHead.Parent = ScrollingFrame
  429. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  430. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  431. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  432. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  433. FloatingHead.Font = Enum.Font.Highway
  434. FloatingHead.FontSize = Enum.FontSize.Size24
  435. FloatingHead.Text = "Floating Head"
  436. FloatingHead.TextSize = 20
  437. FloatingHead.TextWrapped = true
  438.  
  439. HeadThrow.Name = "HeadThrow"
  440. HeadThrow.Parent = ScrollingFrame
  441. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  442. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  443. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  444. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  445. HeadThrow.Font = Enum.Font.Highway
  446. HeadThrow.FontSize = Enum.FontSize.Size24
  447. HeadThrow.Text = "Head Throw"
  448. HeadThrow.TextSize = 20
  449. HeadThrow.TextWrapped = true
  450.  
  451. MovingDance.Name = "MovingDance"
  452. MovingDance.Parent = ScrollingFrame
  453. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  454. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  455. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  456. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  457. MovingDance.Font = Enum.Font.Highway
  458. MovingDance.FontSize = Enum.FontSize.Size24
  459. MovingDance.Text = "Moving Dance"
  460. MovingDance.TextSize = 20
  461. MovingDance.TextWrapped = true
  462.  
  463. SuperPunch.Name = "SuperPunch"
  464. SuperPunch.Parent = ScrollingFrame
  465. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  466. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  467. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  468. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  469. SuperPunch.Font = Enum.Font.Highway
  470. SuperPunch.FontSize = Enum.FontSize.Size24
  471. SuperPunch.Text = "Super Punch"
  472. SuperPunch.TextSize = 20
  473. SuperPunch.TextWrapped = true
  474.  
  475. ArmTurbine.Name = "ArmTurbine"
  476. ArmTurbine.Parent = ScrollingFrame
  477. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  478. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  479. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  480. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  481. ArmTurbine.Font = Enum.Font.Highway
  482. ArmTurbine.FontSize = Enum.FontSize.Size24
  483. ArmTurbine.Text = "Arm Turbine"
  484. ArmTurbine.TextSize = 20
  485. ArmTurbine.TextWrapped = true
  486.  
  487. Dab.Name = "Dab"
  488. Dab.Parent = ScrollingFrame
  489. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  490. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  491. Dab.Position = UDim2.new(0, 17, 0, 366)
  492. Dab.Size = UDim2.new(0, 119, 0, 34)
  493. Dab.Font = Enum.Font.Highway
  494. Dab.FontSize = Enum.FontSize.Size24
  495. Dab.Text = "Dab"
  496. Dab.TextSize = 20
  497. Dab.TextWrapped = true
  498.  
  499. FloatSit.Name = "FloatSit"
  500. FloatSit.Parent = ScrollingFrame
  501. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  502. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  503. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  504. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  505. FloatSit.Font = Enum.Font.Highway
  506. FloatSit.FontSize = Enum.FontSize.Size24
  507. FloatSit.Text = "Float Sit"
  508. FloatSit.TextSize = 20
  509. FloatSit.TextWrapped = true
  510.  
  511. SuperFaint.Name = "SuperFaint"
  512. SuperFaint.Parent = ScrollingFrame
  513. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  514. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  515. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  516. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  517. SuperFaint.Font = Enum.Font.Highway
  518. SuperFaint.FontSize = Enum.FontSize.Size24
  519. SuperFaint.Text = "Super Faint"
  520. SuperFaint.TextSize = 20
  521. SuperFaint.TextWrapped = true
  522.  
  523. BarrelRoll.Name = "BarrelRoll"
  524. BarrelRoll.Parent = ScrollingFrame
  525. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  526. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  527. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  528. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  529. BarrelRoll.Font = Enum.Font.Highway
  530. BarrelRoll.FontSize = Enum.FontSize.Size24
  531. BarrelRoll.Text = "Barrel Roll"
  532. BarrelRoll.TextSize = 20
  533. BarrelRoll.TextWrapped = true
  534.  
  535. Scared.Name = "Scared"
  536. Scared.Parent = ScrollingFrame
  537. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  538. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  539. Scared.Position = UDim2.new(0, 319, 0, 454)
  540. Scared.Size = UDim2.new(0, 119, 0, 34)
  541. Scared.Font = Enum.Font.Highway
  542. Scared.FontSize = Enum.FontSize.Size24
  543. Scared.Text = "Scared"
  544. Scared.TextSize = 20
  545. Scared.TextWrapped = true
  546.  
  547. InsaneArms.Name = "InsaneArms"
  548. InsaneArms.Parent = ScrollingFrame
  549. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  550. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  551. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  552. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  553. InsaneArms.Font = Enum.Font.Highway
  554. InsaneArms.FontSize = Enum.FontSize.Size24
  555. InsaneArms.Text = "Insane Arms"
  556. InsaneArms.TextSize = 20
  557. InsaneArms.TextWrapped = true
  558.  
  559. SwordSlice.Name = "SwordSlice"
  560. SwordSlice.Parent = ScrollingFrame
  561. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  562. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  563. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  564. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  565. SwordSlice.Font = Enum.Font.Highway
  566. SwordSlice.FontSize = Enum.FontSize.Size24
  567. SwordSlice.Text = "Sword Slice"
  568. SwordSlice.TextSize = 20
  569. SwordSlice.TextWrapped = true
  570.  
  571. SpinDance2.Name = "SpinDance2"
  572. SpinDance2.Parent = ScrollingFrame
  573. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  574. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  575. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  576. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  577. SpinDance2.Font = Enum.Font.Highway
  578. SpinDance2.FontSize = Enum.FontSize.Size24
  579. SpinDance2.Text = "Spin Dance 2"
  580. SpinDance2.TextSize = 20
  581. SpinDance2.TextWrapped = true
  582.  
  583. BowDown.Name = "BowDown"
  584. BowDown.Parent = ScrollingFrame
  585. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  586. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  587. BowDown.Position = UDim2.new(0, 319, 0, 498)
  588. BowDown.Size = UDim2.new(0, 119, 0, 34)
  589. BowDown.Font = Enum.Font.Highway
  590. BowDown.FontSize = Enum.FontSize.Size24
  591. BowDown.Text = "Bow Down"
  592. BowDown.TextSize = 20
  593. BowDown.TextWrapped = true
  594.  
  595. LoopSlam.Name = "LoopSlam"
  596. LoopSlam.Parent = ScrollingFrame
  597. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  598. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  599. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  600. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  601. LoopSlam.Font = Enum.Font.Highway
  602. LoopSlam.FontSize = Enum.FontSize.Size24
  603. LoopSlam.Text = "Loop Slam"
  604. LoopSlam.TextSize = 20
  605. LoopSlam.TextWrapped = true
  606.  
  607. GuiTopFrame.Name = "Gui TopFrame"
  608. GuiTopFrame.Parent = MainFrame
  609. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  610. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  611. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  612.  
  613. CloseGUI.Name = "CloseGUI"
  614. CloseGUI.Parent = GuiTopFrame
  615. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  616. CloseGUI.BackgroundTransparency = 1
  617. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  618. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  619. CloseGUI.Font = Enum.Font.SourceSans
  620. CloseGUI.FontSize = Enum.FontSize.Size48
  621. CloseGUI.Text = "X"
  622. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  623. CloseGUI.TextSize = 40
  624. CloseGUI.TextWrapped = true
  625.  
  626. Title.Name = "Title"
  627. Title.Parent = GuiTopFrame
  628. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  629. Title.BackgroundTransparency = 1
  630. Title.Size = UDim2.new(0, 460, 0, 32)
  631. Title.FontSize = Enum.FontSize.Size14
  632. Title.Text = "Energize"
  633. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  634. Title.TextSize = 14
  635. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  636. Title.TextStrokeTransparency = 0.69999998807907
  637. Title.TextWrapped = true
  638.  
  639. CheckR.Name = "CheckR"
  640. CheckR.Parent = GuiTopFrame
  641. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  642. CheckR.BackgroundTransparency = 1
  643. CheckR.Size = UDim2.new(0, 171, 0, 32)
  644. CheckR.Font = Enum.Font.SourceSansBold
  645. CheckR.FontSize = Enum.FontSize.Size14
  646. CheckR.Text = "Text"
  647. CheckR.TextScaled = true
  648. CheckR.TextSize = 14
  649. CheckR.TextWrapped = true
  650.  
  651. ScrollingFrameR15.Name = "ScrollingFrameR15"
  652. ScrollingFrameR15.Parent = MainFrame
  653. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  654. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  655. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  656. ScrollingFrameR15.Visible = false
  657. ScrollingFrameR15.ScrollBarThickness = 13
  658.  
  659. CrazySlash.Name = "CrazySlash"
  660. CrazySlash.Parent = ScrollingFrameR15
  661. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  662. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  663. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  664. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  665. CrazySlash.Font = Enum.Font.Highway
  666. CrazySlash.FontSize = Enum.FontSize.Size24
  667. CrazySlash.Text = "CrazySlash"
  668. CrazySlash.TextSize = 20
  669. CrazySlash.TextWrapped = true
  670.  
  671. Open.Name = "Open"
  672. Open.Parent = ScrollingFrameR15
  673. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  674. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  675. Open.Position = UDim2.new(0, 168, 0, 16)
  676. Open.Size = UDim2.new(0, 119, 0, 34)
  677. Open.Font = Enum.Font.Highway
  678. Open.FontSize = Enum.FontSize.Size24
  679. Open.Text = "Open"
  680. Open.TextSize = 20
  681. Open.TextWrapped = true
  682.  
  683. R15Spinner.Name = "R15Spinner"
  684. R15Spinner.Parent = ScrollingFrameR15
  685. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  686. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  687. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  688. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  689. R15Spinner.Font = Enum.Font.Highway
  690. R15Spinner.FontSize = Enum.FontSize.Size24
  691. R15Spinner.Text = "Spinner"
  692. R15Spinner.TextSize = 20
  693. R15Spinner.TextWrapped = true
  694.  
  695. ArmsOut.Name = "ArmsOut"
  696. ArmsOut.Parent = ScrollingFrameR15
  697. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  698. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  699. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  700. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  701. ArmsOut.Font = Enum.Font.Highway
  702. ArmsOut.FontSize = Enum.FontSize.Size24
  703. ArmsOut.Text = "ArmsOut"
  704. ArmsOut.TextSize = 20
  705. ArmsOut.TextWrapped = true
  706.  
  707. FloatSlash.Name = "FloatSlash"
  708. FloatSlash.Parent = ScrollingFrameR15
  709. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  710. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  711. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  712. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  713. FloatSlash.Font = Enum.Font.Highway
  714. FloatSlash.FontSize = Enum.FontSize.Size24
  715. FloatSlash.Text = "FloatSlash"
  716. FloatSlash.TextSize = 20
  717. FloatSlash.TextWrapped = true
  718.  
  719. WeirdZombie.Name = "WeirdZombie"
  720. WeirdZombie.Parent = ScrollingFrameR15
  721. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  722. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  723. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  724. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  725. WeirdZombie.Font = Enum.Font.Highway
  726. WeirdZombie.FontSize = Enum.FontSize.Size24
  727. WeirdZombie.Text = "WeirdZombie"
  728. WeirdZombie.TextSize = 20
  729. WeirdZombie.TextWrapped = true
  730.  
  731. DownSlash.Name = "DownSlash"
  732. DownSlash.Parent = ScrollingFrameR15
  733. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  734. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  735. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  736. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  737. DownSlash.Font = Enum.Font.Highway
  738. DownSlash.FontSize = Enum.FontSize.Size24
  739. DownSlash.Text = "DownSlash"
  740. DownSlash.TextSize = 20
  741. DownSlash.TextWrapped = true
  742.  
  743. Pull.Name = "Pull"
  744. Pull.Parent = ScrollingFrameR15
  745. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  746. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  747. Pull.Position = UDim2.new(0, 17, 0, 104)
  748. Pull.Size = UDim2.new(0, 119, 0, 34)
  749. Pull.Font = Enum.Font.Highway
  750. Pull.FontSize = Enum.FontSize.Size24
  751. Pull.Text = "Pull"
  752. Pull.TextSize = 20
  753. Pull.TextWrapped = true
  754.  
  755. CircleArm.Name = "CircleArm"
  756. CircleArm.Parent = ScrollingFrameR15
  757. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  758. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  759. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  760. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  761. CircleArm.Font = Enum.Font.Highway
  762. CircleArm.FontSize = Enum.FontSize.Size24
  763. CircleArm.Text = "CircleArm"
  764. CircleArm.TextSize = 20
  765. CircleArm.TextWrapped = true
  766.  
  767. Bend.Name = "Bend"
  768. Bend.Parent = ScrollingFrameR15
  769. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  770. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  771. Bend.Position = UDim2.new(0, 319, 0, 104)
  772. Bend.Size = UDim2.new(0, 119, 0, 34)
  773. Bend.Font = Enum.Font.Highway
  774. Bend.FontSize = Enum.FontSize.Size24
  775. Bend.Text = "Bend"
  776. Bend.TextSize = 20
  777. Bend.TextWrapped = true
  778.  
  779. RotateSlash.Name = "RotateSlash"
  780. RotateSlash.Parent = ScrollingFrameR15
  781. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  782. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  783. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  784. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  785. RotateSlash.Font = Enum.Font.Highway
  786. RotateSlash.FontSize = Enum.FontSize.Size24
  787. RotateSlash.Text = "RotateSlash"
  788. RotateSlash.TextSize = 20
  789. RotateSlash.TextWrapped = true
  790.  
  791. FlingArms.Name = "FlingArms"
  792. FlingArms.Parent = ScrollingFrameR15
  793. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  794. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  795. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  796. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  797. FlingArms.Font = Enum.Font.Highway
  798. FlingArms.FontSize = Enum.FontSize.Size24
  799. FlingArms.Text = "FlingArms"
  800. FlingArms.TextSize = 20
  801. FlingArms.TextWrapped = true
  802.  
  803. -- Buttons
  804. col = Color3.new(0.886275, 0.776471, 0.368627)
  805. loc = Color3.new(1, 0.906471, 0.568627)
  806. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  807. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  808.  
  809. CloseGUI.MouseButton1Click:connect(function()
  810. MainFrame.Visible = false
  811. SideFrame.Visible = true
  812. SideFrame.Position = MainFrame.Position
  813. end)
  814.  
  815. OpenGUI.MouseButton1Click:connect(function()
  816. MainFrame.Visible = true
  817. SideFrame.Visible = false
  818. MainFrame.Position = SideFrame.Position
  819. end)
  820.  
  821. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  822. ScrollingFrame.Visible = false
  823. ScrollingFrameR15.Visible = true
  824. CheckR.Text = "Showing R15 Animations"
  825. else
  826. ScrollingFrame.Visible = true
  827. ScrollingFrameR15.Visible = false
  828. CheckR.Text = "Showing R6 Animations"
  829. end
  830.  
  831. local Anim = Instance.new("Animation")
  832. Anim.AnimationId = "rbxassetid://35154961"
  833. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  834. local HeadThrowACTIVE = false
  835. HeadThrow.MouseButton1Click:connect(function()
  836. HeadThrowACTIVE = not HeadThrowACTIVE
  837. if HeadThrowACTIVE then
  838. HeadThrow.BackgroundColor3 = loc
  839. while wait() do
  840. if track.IsPlaying == false then
  841. if HeadThrowACTIVE then
  842. track:Play(.1, 1, 1)
  843. end
  844. end
  845. end
  846. else
  847. track:Stop()
  848. HeadThrow.BackgroundColor3 = col
  849. end
  850. end)
  851.  
  852. local Anim = Instance.new("Animation")
  853. Anim.AnimationId = "rbxassetid://121572214"
  854. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  855. local FloatingHeadACTIVE = false
  856. FloatingHead.MouseButton1Click:connect(function()
  857. FloatingHeadACTIVE = not FloatingHeadACTIVE
  858. if FloatingHeadACTIVE then
  859. track:Play(.1, 1, 1)
  860. FloatingHead.BackgroundColor3 = loc
  861. else
  862. track:Stop()
  863. FloatingHead.BackgroundColor3 = col
  864. end
  865. end)
  866.  
  867. local Anim = Instance.new("Animation")
  868. Anim.AnimationId = "rbxassetid://182724289"
  869. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  870. local CrouchACTIVE = false
  871. Crouch.MouseButton1Click:connect(function()
  872. CrouchACTIVE = not CrouchACTIVE
  873. if CrouchACTIVE then
  874. track:Play(.1, 1, 1)
  875. Crouch.BackgroundColor3 = loc
  876. else
  877. track:Stop()
  878. Crouch.BackgroundColor3 = col
  879. end
  880. end)
  881.  
  882. local Anim = Instance.new("Animation")
  883. Anim.AnimationId = "rbxassetid://282574440"
  884. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  885. local FloorCrawlACTIVE = false
  886. FloorCrawl.MouseButton1Click:connect(function()
  887. FloorCrawlACTIVE = not FloorCrawlACTIVE
  888. if FloorCrawlACTIVE then
  889. track:Play(.1, 1, 1)
  890. FloorCrawl.BackgroundColor3 = loc
  891. else
  892. track:Stop()
  893. FloorCrawl.BackgroundColor3 = col
  894. end
  895. end)
  896.  
  897. local Anim = Instance.new("Animation")
  898. Anim.AnimationId = "rbxassetid://204328711"
  899. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  900. local DinoWalkACTIVE = false
  901. DinoWalk.MouseButton1Click:connect(function()
  902. DinoWalkACTIVE = not DinoWalkACTIVE
  903. if DinoWalkACTIVE then
  904. track:Play(.1, 1, 1)
  905. DinoWalk.BackgroundColor3 = loc
  906. else
  907. track:Stop()
  908. DinoWalk.BackgroundColor3 = col
  909. end
  910. end)
  911.  
  912. local Anim = Instance.new("Animation")
  913. Anim.AnimationId = "rbxassetid://429681631"
  914. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  915. local JumpingJacksACTIVE = false
  916. JumpingJacks.MouseButton1Click:connect(function()
  917. JumpingJacksACTIVE = not JumpingJacksACTIVE
  918. if JumpingJacksACTIVE then
  919. track:Play(.1, 1, 1)
  920. JumpingJacks.BackgroundColor3 = loc
  921. else
  922. track:Stop()
  923. JumpingJacks.BackgroundColor3 = col
  924. end
  925. end)
  926.  
  927. local Anim = Instance.new("Animation")
  928. Anim.AnimationId = "rbxassetid://35154961"
  929. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  930. local LoopHeadACTIVE = false
  931. LoopHead.MouseButton1Click:connect(function()
  932. LoopHeadACTIVE = not LoopHeadACTIVE
  933. if LoopHeadACTIVE then
  934. LoopHead.BackgroundColor3 = loc
  935. while wait() do
  936. if track.IsPlaying == false then
  937. if LoopHeadACTIVE then
  938. track:Play(.5, 1, 1e6)
  939. end
  940. end
  941. end
  942. else
  943. track:Stop()
  944. LoopHead.BackgroundColor3 = col
  945. end
  946. end)
  947.  
  948. local Anim = Instance.new("Animation")
  949. Anim.AnimationId = "rbxassetid://184574340"
  950. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  951. local HeroJumpACTIVE = false
  952. HeroJump.MouseButton1Click:connect(function()
  953. HeroJumpACTIVE = not HeroJumpACTIVE
  954. if HeroJumpACTIVE then
  955. HeroJump.BackgroundColor3 = loc
  956. while wait() do
  957. if track.IsPlaying == false then
  958. if HeroJumpACTIVE then
  959. track:Play(.1, 1, 1)
  960. end
  961. end
  962. end
  963. else
  964. track:Stop()
  965. HeroJump.BackgroundColor3 = col
  966. end
  967. end)
  968.  
  969. local Anim = Instance.new("Animation")
  970. Anim.AnimationId = "rbxassetid://181526230"
  971. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  972. local FaintACTIVE = false
  973. Faint.MouseButton1Click:connect(function()
  974. FaintACTIVE = not FaintACTIVE
  975. if FaintACTIVE then
  976. track:Play(.1, 1, 1)
  977. Faint.BackgroundColor3 = loc
  978. else
  979. track:Stop()
  980. Faint.BackgroundColor3 = col
  981. end
  982. end)
  983.  
  984. local Anim = Instance.new("Animation")
  985. Anim.AnimationId = "rbxassetid://181525546"
  986. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  987. local FloorFaintACTIVE = false
  988. FloorFaint.MouseButton1Click:connect(function()
  989. FloorFaintACTIVE = not FloorFaintACTIVE
  990. if FloorFaintACTIVE then
  991. FloorFaint.BackgroundColor3 = loc
  992. while wait() do
  993. if track.IsPlaying == false then
  994. if FloorFaintACTIVE then
  995. track:Play(.1, 1, 2)
  996. end
  997. end
  998. end
  999. else
  1000. track:Stop()
  1001. FloorFaint.BackgroundColor3 = col
  1002. end
  1003. end)
  1004.  
  1005. local Anim = Instance.new("Animation")
  1006. Anim.AnimationId = "rbxassetid://181525546"
  1007. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1008. local SuperFaintACTIVE = false
  1009. SuperFaint.MouseButton1Click:connect(function()
  1010. SuperFaintACTIVE = not SuperFaintACTIVE
  1011. if SuperFaintACTIVE then
  1012. SuperFaint.BackgroundColor3 = loc
  1013. while wait() do
  1014. if track.IsPlaying == false then
  1015. if SuperFaintACTIVE then
  1016. track:Play(.1, 0.5, 40)
  1017. end
  1018. end
  1019. end
  1020. else
  1021. track:Stop()
  1022. SuperFaint.BackgroundColor3 = col
  1023. end
  1024. end)
  1025.  
  1026. local Anim = Instance.new("Animation")
  1027. Anim.AnimationId = "rbxassetid://313762630"
  1028. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1029. local LevitateACTIVE = false
  1030. Levitate.MouseButton1Click:connect(function()
  1031. LevitateACTIVE = not LevitateACTIVE
  1032. if LevitateACTIVE then
  1033. track:Play(.1, 1, 1)
  1034. Levitate.BackgroundColor3 = loc
  1035. else
  1036. track:Stop()
  1037. Levitate.BackgroundColor3 = col
  1038. end
  1039. end)
  1040.  
  1041. local Anim = Instance.new("Animation")
  1042. Anim.AnimationId = "rbxassetid://183412246"
  1043. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1044. local DabACTIVE = false
  1045. Dab.MouseButton1Click:connect(function()
  1046. DabACTIVE = not DabACTIVE
  1047. if DabACTIVE then
  1048. Dab.BackgroundColor3 = loc
  1049. while wait() do
  1050. if track.IsPlaying == false then
  1051. if DabACTIVE then
  1052. track:Play(.1, 1, 1)
  1053. end
  1054. end
  1055. end
  1056. else
  1057. track:Stop()
  1058. Dab.BackgroundColor3 = col
  1059. end
  1060. end)
  1061.  
  1062. local Anim = Instance.new("Animation")
  1063. Anim.AnimationId = "rbxassetid://188632011"
  1064. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1065. local SpinACTIVE = false
  1066. Spinner.MouseButton1Click:connect(function()
  1067. SpinACTIVE = not SpinACTIVE
  1068. if SpinACTIVE then
  1069. Spinner.BackgroundColor3 = loc
  1070. while wait() do
  1071. if track.IsPlaying == false then
  1072. if SpinACTIVE then
  1073. track:Play(.1, 1, 2)
  1074. end
  1075. end
  1076. end
  1077. else
  1078. track:Stop()
  1079. Spinner.BackgroundColor3 = col
  1080. end
  1081. end)
  1082.  
  1083. local Anim = Instance.new("Animation")
  1084. Anim.AnimationId = "rbxassetid://179224234"
  1085. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1086. local FloatSitACTIVE = false
  1087. FloatSit.MouseButton1Click:connect(function()
  1088. FloatSitACTIVE = not FloatSitACTIVE
  1089. if FloatSitACTIVE then
  1090. track:Play(.1, 1, 1)
  1091. FloatSit.BackgroundColor3 = loc
  1092. else
  1093. track:Stop()
  1094. FloatSit.BackgroundColor3 = col
  1095. end
  1096. end)
  1097.  
  1098. local Anim = Instance.new("Animation")
  1099. Anim.AnimationId = "rbxassetid://429703734"
  1100. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1101. local MovingDanceACTIVE = false
  1102. MovingDance.MouseButton1Click:connect(function()
  1103. MovingDanceACTIVE = not MovingDanceACTIVE
  1104. if MovingDanceACTIVE then
  1105. MovingDance.BackgroundColor3 = loc
  1106. while wait() do
  1107. if track.IsPlaying == false then
  1108. if MovingDanceACTIVE then
  1109. track:Play(.1, 1, 1)
  1110. end
  1111. end
  1112. end
  1113. else
  1114. track:Stop()
  1115. MovingDance.BackgroundColor3 = col
  1116. end
  1117. end)
  1118.  
  1119. local Anim = Instance.new("Animation")
  1120. Anim.AnimationId = "rbxassetid://215384594"
  1121. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1122. local WeirdMoveACTIVE = false
  1123. WeirdMove.MouseButton1Click:connect(function()
  1124. WeirdMoveACTIVE = not WeirdMoveACTIVE
  1125. if WeirdMoveACTIVE then
  1126. track:Play(.1, 1, 1)
  1127. WeirdMove.BackgroundColor3 = loc
  1128. else
  1129. track:Stop()
  1130. WeirdMove.BackgroundColor3 = col
  1131. end
  1132. end)
  1133.  
  1134. local Anim = Instance.new("Animation")
  1135. Anim.AnimationId = "rbxassetid://215384594"
  1136. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1137. local CloneIllusionACTIVE = false
  1138. CloneIllusion.MouseButton1Click:connect(function()
  1139. CloneIllusionACTIVE = not CloneIllusionACTIVE
  1140. if CloneIllusionACTIVE then
  1141. track:Play(.5, 1, 1e7)
  1142. CloneIllusion.BackgroundColor3 = loc
  1143. else
  1144. track:Stop()
  1145. CloneIllusion.BackgroundColor3 = col
  1146. end
  1147. end)
  1148.  
  1149. local Anim = Instance.new("Animation")
  1150. Anim.AnimationId = "rbxassetid://313762630"
  1151. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1152. local GlitchLevitateACTIVE = false
  1153. GlitchLevitate.MouseButton1Click:connect(function()
  1154. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  1155. if GlitchLevitateACTIVE then
  1156. track:Play(.5, 1, 1e7)
  1157. GlitchLevitate.BackgroundColor3 = loc
  1158. else
  1159. track:Stop()
  1160. GlitchLevitate.BackgroundColor3 = col
  1161. end
  1162. end)
  1163.  
  1164. local Anim = Instance.new("Animation")
  1165. Anim.AnimationId = "rbxassetid://429730430"
  1166. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1167. local SpinDanceACTIVE = false
  1168. SpinDance.MouseButton1Click:connect(function()
  1169. SpinDanceACTIVE = not SpinDanceACTIVE
  1170. if SpinDanceACTIVE then
  1171. SpinDance.BackgroundColor3 = loc
  1172. while wait() do
  1173. if track.IsPlaying == false then
  1174. if SpinDanceACTIVE then
  1175. track:Play(.1, 1, 1)
  1176. end
  1177. end
  1178. end
  1179. else
  1180. track:Stop()
  1181. SpinDance.BackgroundColor3 = col
  1182. end
  1183. end)
  1184.  
  1185. local Anim = Instance.new("Animation")
  1186. Anim.AnimationId = "rbxassetid://45834924"
  1187. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1188. local MoonDanceACTIVE = false
  1189. MoonDance.MouseButton1Click:connect(function()
  1190. MoonDanceACTIVE = not MoonDanceACTIVE
  1191. if MoonDanceACTIVE then
  1192. MoonDance.BackgroundColor3 = loc
  1193. while wait() do
  1194. if track.IsPlaying == false then
  1195. if MoonDanceACTIVE then
  1196. track:Play(.1, 1, 1)
  1197. end
  1198. end
  1199. end
  1200. else
  1201. track:Stop()
  1202. MoonDance.BackgroundColor3 = col
  1203. end
  1204. end)
  1205.  
  1206. local Anim = Instance.new("Animation")
  1207. Anim.AnimationId = "rbxassetid://204062532"
  1208. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1209. local FullPunchACTIVE = false
  1210. FullPunch.MouseButton1Click:connect(function()
  1211. FullPunchACTIVE = not FullPunchACTIVE
  1212. if FullPunchACTIVE then
  1213. FullPunch.BackgroundColor3 = loc
  1214. while wait() do
  1215. if track.IsPlaying == false then
  1216. if FullPunchACTIVE then
  1217. track:Play(.1, 1, 1)
  1218. end
  1219. end
  1220. end
  1221. else
  1222. track:Stop()
  1223. FullPunch.BackgroundColor3 = col
  1224. end
  1225. end)
  1226.  
  1227. local Anim = Instance.new("Animation")
  1228. Anim.AnimationId = "rbxassetid://186934910"
  1229. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1230. local SpinDance2ACTIVE = false
  1231. SpinDance2.MouseButton1Click:connect(function()
  1232. SpinDance2ACTIVE = not SpinDance2ACTIVE
  1233. if SpinDance2ACTIVE then
  1234. SpinDance2.BackgroundColor3 = loc
  1235. while wait() do
  1236. if track.IsPlaying == false then
  1237. if SpinDance2ACTIVE then
  1238. track:Play(.1, 1, 1)
  1239. end
  1240. end
  1241. end
  1242. else
  1243. track:Stop()
  1244. SpinDance2.BackgroundColor3 = col
  1245. end
  1246. end)
  1247.  
  1248. local Anim = Instance.new("Animation")
  1249. Anim.AnimationId = "rbxassetid://204292303"
  1250. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1251. local BowDownACTIVE = false
  1252. BowDown.MouseButton1Click:connect(function()
  1253. BowDownACTIVE = not BowDownACTIVE
  1254. if BowDownACTIVE then
  1255. BowDown.BackgroundColor3 = loc
  1256. while wait() do
  1257. if track.IsPlaying == false then
  1258. if BowDownACTIVE then
  1259. track:Play(.1, 1, 3)
  1260. end
  1261. end
  1262. end
  1263. else
  1264. track:Stop()
  1265. BowDown.BackgroundColor3 = col
  1266. end
  1267. end)
  1268.  
  1269. local Anim = Instance.new("Animation")
  1270. Anim.AnimationId = "rbxassetid://204295235"
  1271. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1272. local SwordSlamACTIVE = false
  1273. SwordSlam.MouseButton1Click:connect(function()
  1274. SwordSlamACTIVE = not SwordSlamACTIVE
  1275. if SwordSlamACTIVE then
  1276. SwordSlam.BackgroundColor3 = loc
  1277. while wait() do
  1278. if track.IsPlaying == false then
  1279. if SwordSlamACTIVE then
  1280. track:Play(.1, 1, 1)
  1281. end
  1282. end
  1283. end
  1284. else
  1285. track:Stop()
  1286. SwordSlam.BackgroundColor3 = col
  1287. end
  1288. end)
  1289.  
  1290. local Anim = Instance.new("Animation")
  1291. Anim.AnimationId = "rbxassetid://204295235"
  1292. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1293. local LoopSlamACTIVE = false
  1294. LoopSlam.MouseButton1Click:connect(function()
  1295. LoopSlamACTIVE = not LoopSlamACTIVE
  1296. if LoopSlamACTIVE then
  1297. LoopSlam.BackgroundColor3 = loc
  1298. while wait() do
  1299. if track.IsPlaying == false then
  1300. if LoopSlamACTIVE then
  1301. track:Play(.1, 1, 1e4)
  1302. end
  1303. end
  1304. end
  1305. else
  1306. track:Stop()
  1307. LoopSlam.BackgroundColor3 = col
  1308. end
  1309. end)
  1310.  
  1311. local Anim = Instance.new("Animation")
  1312. Anim.AnimationId = "rbxassetid://184574340"
  1313. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1314. local MegaInsaneACTIVE = false
  1315. MegaInsane.MouseButton1Click:connect(function()
  1316. MegaInsaneACTIVE = not MegaInsaneACTIVE
  1317. if MegaInsaneACTIVE then
  1318. MegaInsane.BackgroundColor3 = loc
  1319. while wait() do
  1320. if track.IsPlaying == false then
  1321. if MegaInsaneACTIVE then
  1322. track:Play(.1, 0.5, 40)
  1323. end
  1324. end
  1325. end
  1326. else
  1327. track:Stop()
  1328. MegaInsane.BackgroundColor3 = col
  1329. end
  1330. end)
  1331.  
  1332. local Anim = Instance.new("Animation")
  1333. Anim.AnimationId = "rbxassetid://126753849"
  1334. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1335. local SuperPunchACTIVE = false
  1336. SuperPunch.MouseButton1Click:connect(function()
  1337. SuperPunchACTIVE = not SuperPunchACTIVE
  1338. if SuperPunchACTIVE then
  1339. SuperPunch.BackgroundColor3 = loc
  1340. while wait() do
  1341. if track.IsPlaying == false then
  1342. if SuperPunchACTIVE then
  1343. track:Play(.1, 1, 3)
  1344. end
  1345. end
  1346. end
  1347. else
  1348. track:Stop()
  1349. SuperPunch.BackgroundColor3 = col
  1350. end
  1351. end)
  1352.  
  1353. local Anim = Instance.new("Animation")
  1354. Anim.AnimationId = "rbxassetid://218504594"
  1355. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1356. local FullSwingACTIVE = false
  1357. FullSwing.MouseButton1Click:connect(function()
  1358. FullSwingACTIVE = not FullSwingACTIVE
  1359. if FullSwingACTIVE then
  1360. FullSwing.BackgroundColor3 = loc
  1361. while wait() do
  1362. if track.IsPlaying == false then
  1363. if FullSwingACTIVE then
  1364. track:Play(.1, 1, 1)
  1365. end
  1366. end
  1367. end
  1368. else
  1369. track:Stop()
  1370. FullSwing.BackgroundColor3 = col
  1371. end
  1372. end)
  1373.  
  1374. local Anim = Instance.new("Animation")
  1375. Anim.AnimationId = "rbxassetid://259438880"
  1376. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1377. local ArmTurbineACTIVE = false
  1378. ArmTurbine.MouseButton1Click:connect(function()
  1379. ArmTurbineACTIVE = not ArmTurbineACTIVE
  1380. if ArmTurbineACTIVE then
  1381. track:Play(.1, 1, 1e3)
  1382. ArmTurbine.BackgroundColor3 = loc
  1383. else
  1384. track:Stop()
  1385. ArmTurbine.BackgroundColor3 = col
  1386. end
  1387. end)
  1388.  
  1389. local Anim = Instance.new("Animation")
  1390. Anim.AnimationId = "rbxassetid://136801964"
  1391. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1392. local BarrelRollACTIVE = false
  1393. BarrelRoll.MouseButton1Click:connect(function()
  1394. BarrelRollACTIVE = not BarrelRollACTIVE
  1395. if BarrelRollACTIVE then
  1396. BarrelRoll.BackgroundColor3 = loc
  1397. while wait() do
  1398. if track.IsPlaying == false then
  1399. if BarrelRollACTIVE then
  1400. track:Play(.1, 1, 1)
  1401. end
  1402. end
  1403. end
  1404. else
  1405. track:Stop()
  1406. BarrelRoll.BackgroundColor3 = col
  1407. end
  1408. end)
  1409.  
  1410. local Anim = Instance.new("Animation")
  1411. Anim.AnimationId = "rbxassetid://180612465"
  1412. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1413. local ScaredACTIVE = false
  1414. Scared.MouseButton1Click:connect(function()
  1415. ScaredACTIVE = not ScaredACTIVE
  1416. if ScaredACTIVE then
  1417. Scared.BackgroundColor3 = loc
  1418. while wait() do
  1419. if track.IsPlaying == false then
  1420. if ScaredACTIVE then
  1421. track:Play(.1, 1, 1)
  1422. end
  1423. end
  1424. end
  1425. else
  1426. track:Stop()
  1427. Scared.BackgroundColor3 = col
  1428. end
  1429. end)
  1430.  
  1431. local Anim = Instance.new("Animation")
  1432. Anim.AnimationId = "rbxassetid://33796059"
  1433. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1434. local InsaneACTIVE = false
  1435. Insane.MouseButton1Click:connect(function()
  1436. InsaneACTIVE = not InsaneACTIVE
  1437. if InsaneACTIVE then
  1438. track:Play(.1, 1, 1e8)
  1439. Insane.BackgroundColor3 = loc
  1440. else
  1441. track:Stop()
  1442. Insane.BackgroundColor3 = col
  1443. end
  1444. end)
  1445.  
  1446. local Anim = Instance.new("Animation")
  1447. Anim.AnimationId = "rbxassetid://33169583"
  1448. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1449. local ArmDetachACTIVE = false
  1450. ArmDetach.MouseButton1Click:connect(function()
  1451. ArmDetachACTIVE = not ArmDetachACTIVE
  1452. if ArmDetachACTIVE then
  1453. ArmDetach.BackgroundColor3 = loc
  1454. while wait() do
  1455. if track.IsPlaying == false then
  1456. if ArmDetachACTIVE then
  1457. track:Play(.1, 1, 1e6)
  1458. end
  1459. end
  1460. end
  1461. else
  1462. track:Stop()
  1463. ArmDetach.BackgroundColor3 = col
  1464. end
  1465. end)
  1466.  
  1467. local Anim = Instance.new("Animation")
  1468. Anim.AnimationId = "rbxassetid://35978879"
  1469. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1470. local SwordSliceACTIVE = false
  1471. SwordSlice.MouseButton1Click:connect(function()
  1472. SwordSliceACTIVE = not SwordSliceACTIVE
  1473. if SwordSliceACTIVE then
  1474. track:Play(.1, 1, 1)
  1475. SwordSlice.BackgroundColor3 = loc
  1476. else
  1477. track:Stop()
  1478. SwordSlice.BackgroundColor3 = col
  1479. end
  1480. end)
  1481.  
  1482. local Anim = Instance.new("Animation")
  1483. Anim.AnimationId = "rbxassetid://27432691"
  1484. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1485. local InsaneArmsACTIVE = false
  1486. InsaneArms.MouseButton1Click:connect(function()
  1487. InsaneArmsACTIVE = not InsaneArmsACTIVE
  1488. if InsaneArmsACTIVE then
  1489. InsaneArms.BackgroundColor3 = loc
  1490. while wait() do
  1491. if track.IsPlaying == false then
  1492. if InsaneArmsACTIVE then
  1493. track:Play(.1, 1, 1e4)
  1494. end
  1495. end
  1496. end
  1497. else
  1498. track:Stop()
  1499. InsaneArms.BackgroundColor3 = col
  1500. end
  1501. end)
  1502. -- R15
  1503. local Anim = Instance.new("Animation")
  1504. Anim.AnimationId = "rbxassetid://674871189"
  1505. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1506. local CrazySlashACTIVE = false
  1507. CrazySlash.MouseButton1Click:connect(function()
  1508. CrazySlashACTIVE = not CrazySlashACTIVE
  1509. if CrazySlashACTIVE then
  1510. CrazySlash.BackgroundColor3 = rloc
  1511. while wait() do
  1512. if track.IsPlaying == false then
  1513. if CrazySlashACTIVE then
  1514. track:Play(.1, 1, 1)
  1515. end
  1516. end
  1517. end
  1518. else
  1519. track:Stop()
  1520. CrazySlash.BackgroundColor3 = rcol
  1521. end
  1522. end)
  1523.  
  1524. local Anim = Instance.new("Animation")
  1525. Anim.AnimationId = "rbxassetid://582855105"
  1526. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1527. local OpenACTIVE = false
  1528. Open.MouseButton1Click:connect(function()
  1529. OpenACTIVE = not OpenACTIVE
  1530. if OpenACTIVE then
  1531. Open.BackgroundColor3 = rloc
  1532. while wait() do
  1533. if track.IsPlaying == false then
  1534. if OpenACTIVE then
  1535. track:Play(.1, 1, 1)
  1536. end
  1537. end
  1538. end
  1539. else
  1540. track:Stop()
  1541. Open.BackgroundColor3 = rcol
  1542. end
  1543. end)
  1544.  
  1545. local Anim = Instance.new("Animation")
  1546. Anim.AnimationId = "rbxassetid://754658275"
  1547. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1548. local R15SpinnerACTIVE = false
  1549. R15Spinner.MouseButton1Click:connect(function()
  1550. R15SpinnerACTIVE = not R15SpinnerACTIVE
  1551. if R15SpinnerACTIVE then
  1552. R15Spinner.BackgroundColor3 = rloc
  1553. while wait() do
  1554. if track.IsPlaying == false then
  1555. if R15SpinnerACTIVE then
  1556. track:Play(.1, 1, 1)
  1557. end
  1558. end
  1559. end
  1560. else
  1561. track:Stop()
  1562. R15Spinner.BackgroundColor3 = rcol
  1563. end
  1564. end)
  1565.  
  1566. local Anim = Instance.new("Animation")
  1567. Anim.AnimationId = "rbxassetid://582384156"
  1568. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1569. local ArmsOutACTIVE = false
  1570. ArmsOut.MouseButton1Click:connect(function()
  1571. ArmsOutACTIVE = not ArmsOutACTIVE
  1572. if ArmsOutACTIVE then
  1573. ArmsOut.BackgroundColor3 = rloc
  1574. while wait() do
  1575. if track.IsPlaying == false then
  1576. if ArmsOutACTIVE then
  1577. track:Play(.1, 1, 1)
  1578. end
  1579. end
  1580. end
  1581. else
  1582. track:Stop()
  1583. ArmsOut.BackgroundColor3 = rcol
  1584. end
  1585. end)
  1586.  
  1587. local Anim = Instance.new("Animation")
  1588. Anim.AnimationId = "rbxassetid://717879555"
  1589. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1590. local FloatSlashACTIVE = false
  1591. FloatSlash.MouseButton1Click:connect(function()
  1592. FloatSlashACTIVE = not FloatSlashACTIVE
  1593. if FloatSlashACTIVE then
  1594. FloatSlash.BackgroundColor3 = rloc
  1595. while wait() do
  1596. if track.IsPlaying == false then
  1597. if FloatSlashACTIVE then
  1598. track:Play(.1, 1, 1)
  1599. end
  1600. end
  1601. end
  1602. else
  1603. track:Stop()
  1604. FloatSlash.BackgroundColor3 = rcol
  1605. end
  1606. end)
  1607.  
  1608. local Anim = Instance.new("Animation")
  1609. Anim.AnimationId = "rbxassetid://708553116"
  1610. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1611. WeirdZombieACTIVE = false
  1612. WeirdZombie.MouseButton1Click:connect(function()
  1613. WeirdZombieACTIVE = not WeirdZombieACTIVE
  1614. if WeirdZombieACTIVE then
  1615. WeirdZombie.BackgroundColor3 = rloc
  1616. while wait() do
  1617. if track.IsPlaying == false then
  1618. if WeirdZombieACTIVE then
  1619. track:Play(.1, 1, 1)
  1620. end
  1621. end
  1622. end
  1623. else
  1624. track:Stop()
  1625. WeirdZombie.BackgroundColor3 = rcol
  1626. end
  1627. end)
  1628.  
  1629. local Anim = Instance.new("Animation")
  1630. Anim.AnimationId = "rbxassetid://746398327"
  1631. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1632. DownSlashACTIVE = false
  1633. DownSlash.MouseButton1Click:connect(function()
  1634. DownSlashACTIVE = not DownSlashACTIVE
  1635. if DownSlashACTIVE then
  1636. DownSlash.BackgroundColor3 = rloc
  1637. while wait() do
  1638. if track.IsPlaying == false then
  1639. if DownSlashACTIVE then
  1640. track:Play(.1, 1, 1)
  1641. end
  1642. end
  1643. end
  1644. else
  1645. track:Stop()
  1646. DownSlash.BackgroundColor3 = rcol
  1647. end
  1648. end)
  1649.  
  1650. local Anim = Instance.new("Animation")
  1651. Anim.AnimationId = "rbxassetid://675025795"
  1652. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1653. PullACTIVE = false
  1654. Pull.MouseButton1Click:connect(function()
  1655. PullACTIVE = not PullACTIVE
  1656. if PullACTIVE then
  1657. Pull.BackgroundColor3 = rloc
  1658. while wait() do
  1659. if track.IsPlaying == false then
  1660. if PullACTIVE then
  1661. track:Play(.1, 1, 1)
  1662. end
  1663. end
  1664. end
  1665. else
  1666. track:Stop()
  1667. Pull.BackgroundColor3 = rcol
  1668. end
  1669. end)
  1670.  
  1671. local Anim = Instance.new("Animation")
  1672. Anim.AnimationId = "rbxassetid://698251653"
  1673. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1674. CircleArmACTIVE = false
  1675. CircleArm.MouseButton1Click:connect(function()
  1676. CircleArmACTIVE = not CircleArmACTIVE
  1677. if CircleArmACTIVE then
  1678. CircleArm.BackgroundColor3 = rloc
  1679. while wait() do
  1680. if track.IsPlaying == false then
  1681. if CircleArmACTIVE then
  1682. track:Play(.1, 1, 1)
  1683. end
  1684. end
  1685. end
  1686. else
  1687. track:Stop()
  1688. CircleArm.BackgroundColor3 = rcol
  1689. end
  1690. end)
  1691.  
  1692. local Anim = Instance.new("Animation")
  1693. Anim.AnimationId = "rbxassetid://696096087"
  1694. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1695. BendACTIVE = false
  1696. Bend.MouseButton1Click:connect(function()
  1697. BendACTIVE = not BendACTIVE
  1698. if BendACTIVE then
  1699. Bend.BackgroundColor3 = rloc
  1700. while wait() do
  1701. if track.IsPlaying == false then
  1702. if BendACTIVE then
  1703. track:Play(.1, 1, 1)
  1704. end
  1705. end
  1706. end
  1707. else
  1708. track:Stop()
  1709. Bend.BackgroundColor3 = rcol
  1710. end
  1711. end)
  1712.  
  1713. local Anim = Instance.new("Animation")
  1714. Anim.AnimationId = "rbxassetid://675025570"
  1715. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1716. RotateSlashACTIVE = false
  1717. RotateSlash.MouseButton1Click:connect(function()
  1718. RotateSlashACTIVE = not RotateSlashACTIVE
  1719. if RotateSlashACTIVE then
  1720. RotateSlash.BackgroundColor3 = rloc
  1721. while wait() do
  1722. if track.IsPlaying == false then
  1723. if RotateSlashACTIVE then
  1724. track:Play(.1, 1, 1)
  1725. end
  1726. end
  1727. end
  1728. else
  1729. track:Stop()
  1730. RotateSlash.BackgroundColor3 = rcol
  1731. end
  1732. end)
  1733.  
  1734. local Anim = Instance.new("Animation")
  1735. Anim.AnimationId = "rbxassetid://754656200"
  1736. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1737. FlingArmsACTIVE = false
  1738. FlingArms.MouseButton1Click:connect(function()
  1739. FlingArmsACTIVE = not FlingArmsACTIVE
  1740. if FlingArmsACTIVE then
  1741. FlingArms.BackgroundColor3 = rloc
  1742. while wait() do
  1743. if track.IsPlaying == false then
  1744. if FlingArmsACTIVE then
  1745. track:Play(.1, 1, 10)
  1746. end
  1747. end
  1748. end
  1749. else
  1750. track:Stop()
  1751. FlingArms.BackgroundColor3 = rcol
  1752. end
  1753. end)
  1754.  
  1755. -- Finished update!
  1756. end)
  1757.  
  1758. dumb.Name = "dumb"
  1759. dumb.Parent = Frame
  1760. dumb.BackgroundColor3 = Color3.new(0.827451, 1, 0.423529)
  1761. dumb.Position = UDim2.new(0.232852101, 0, 0.343996972, 0)
  1762. dumb.Size = UDim2.new(0, 200, 0, 50)
  1763. dumb.Font = Enum.Font.SourceSans
  1764. dumb.Text = "animation gui!"
  1765. dumb.TextColor3 = Color3.new(0, 0, 0)
  1766. dumb.TextScaled = true
  1767. dumb.TextSize = 14
  1768. dumb.TextWrapped = true
  1769. dumb.MouseButton1Down:connect(function()
  1770. local Gui = Instance.new("ScreenGui", game.CoreGui)
  1771. Gui.Name = "FE Animations"
  1772. local Background = Instance.new("Frame",Gui)
  1773. Background.Name = "Background"
  1774. Background.Active = true
  1775. Background.BackgroundColor3 = Color3.fromRGB(220,190,200)
  1776. Background.Transparency = 0.3
  1777. Background.BorderSizePixel = 5
  1778. Background.Draggable = true
  1779. Background.Position = UDim2.new(0,300,0,300)
  1780. Background.Size = UDim2.new(0,345,0,190)
  1781. local Title = Instance.new("TextLabel",Background)
  1782. Title.BackgroundTransparency = 1
  1783. Title.Position = UDim2.new(0,0,0,-80)
  1784. Title.Size = UDim2.new(0,290,1,0)
  1785. Title.Font = "SourceSansLight"
  1786. Title.FontSize = "Size18"
  1787. Title.Text = "FE Animations [by illremember] IMPROVED"
  1788. Title.TextColor3 = Color3.fromRGB(20,20,25)
  1789.  
  1790. local BarrelRoll = Instance.new("TextButton", Background)
  1791. BarrelRoll.Name = "BarrelRoll"
  1792. BarrelRoll.BackgroundColor3 = Color3.fromRGB(20,20,20)
  1793. BarrelRoll.BackgroundTransparency = 0.1
  1794. BarrelRoll.BorderSizePixel = 0
  1795. BarrelRoll.Position = UDim2.new(0,120,0,30)
  1796. BarrelRoll.Size = UDim2.new(0,100,0,30)
  1797. BarrelRoll.Font = "SourceSansItalic"
  1798. BarrelRoll.FontSize = "Size18"
  1799. BarrelRoll.Text = "BarrelRoll"
  1800. BarrelRoll.TextColor3 = Color3.fromRGB(230,230,230)
  1801. BarrelRoll.TextWrapped = true
  1802.  
  1803. local Dab = BarrelRoll:Clone()
  1804. Dab.Name = "Dab"
  1805. Dab.Parent = Background
  1806. Dab.Position = UDim2.new(0,120,0,70)
  1807. Dab.Text = "Dab"
  1808.  
  1809. local Crouch = BarrelRoll:Clone()
  1810. Crouch.Name = "Crouch"
  1811. Crouch.Parent = Background
  1812. Crouch.Position = UDim2.new(0,10,0,110)
  1813. Crouch.Text = "Crouch"
  1814.  
  1815. local Scream = BarrelRoll:Clone()
  1816. Scream.Name = "Scream"
  1817. Scream.Parent = Background
  1818. Scream.Position = UDim2.new(0,10,0,30)
  1819. Scream.Text = "Scream"
  1820.  
  1821. local HeadOff = BarrelRoll:Clone()
  1822. HeadOff.Name = "HeadOff"
  1823. HeadOff.Parent = Background
  1824. HeadOff.Position = UDim2.new(0,10,0,70)
  1825. HeadOff.Text = "HeadOff"
  1826.  
  1827. local LayDown = BarrelRoll:Clone()
  1828. LayDown.Name = "LayDown"
  1829. LayDown.Parent = Background
  1830. LayDown.Position = UDim2.new(0,120,0,110)
  1831. LayDown.Text = "LayDown"
  1832.  
  1833. local hmm2 = BarrelRoll:Clone()
  1834. hmm2.Name = "hmm2"
  1835. hmm2.Parent = Background
  1836. hmm2.Position = UDim2.new(0,120,0,150)
  1837. hmm2.Text = "hmm2"
  1838.  
  1839. local HeadTHROW = BarrelRoll:Clone()
  1840. HeadTHROW.Name = "HeadTHROW"
  1841. HeadTHROW.Parent = Background
  1842. HeadTHROW.Position = UDim2.new(0,10,0,150)
  1843. HeadTHROW.Size = UDim2.new(0,100,0,30)
  1844. HeadTHROW.Text = "HeadTHROW"
  1845.  
  1846. local Scared = BarrelRoll:Clone()
  1847. Scared.Name = "Scared"
  1848. Scared.Parent = Background
  1849. Scared.Position = UDim2.new(0,230,0,30)
  1850. Scared.Size = UDim2.new(0,100,0,30)
  1851. Scared.Text = "Scared"
  1852.  
  1853. local WARNING = BarrelRoll:Clone()
  1854. WARNING.Name = "WARNING"
  1855. WARNING.Parent = Background
  1856. WARNING.Position = UDim2.new(0,230,0,70)
  1857. WARNING.Size = UDim2.new(0,100,0,30)
  1858. WARNING.Text = "WARNING"
  1859.  
  1860. local LoopHead = BarrelRoll:Clone()
  1861. LoopHead.Name = "LoopHead"
  1862. LoopHead.Parent = Background
  1863. LoopHead.Position = UDim2.new(0,230,0,110)
  1864. LoopHead.Size = UDim2.new(0,100,0,30)
  1865. LoopHead.Text = "LoopHead"
  1866.  
  1867. local armturbine = BarrelRoll:Clone()
  1868. armturbine.Name = "armturbine"
  1869. armturbine.Parent = Background
  1870. armturbine.Position = UDim2.new(0,230,0,150)
  1871. armturbine.Size = UDim2.new(0,100,0,30)
  1872. armturbine.Text = "armturbine"
  1873.  
  1874. --
  1875. local plr = game.Players.LocalPlayer
  1876.  
  1877. local mouse = plr:GetMouse()
  1878.  
  1879. lpc = game.Players.LocalPlayer.Character
  1880.  
  1881. weld1 = Instance.new("Weld")
  1882.  
  1883. BarrelRoll.MouseButton1Down:connect(function()
  1884. local gg = mouse.Target
  1885. if gg ~= nil then
  1886. for i,v in pairs(game.Players:GetPlayers()) do
  1887. AnimationId = "136801964"
  1888. local Anim = Instance.new("Animation")
  1889. Anim.AnimationId = "rbxassetid://"..AnimationId
  1890. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1891. k:Play()
  1892. k:AdjustSpeed(1)
  1893. end
  1894. end
  1895. end)
  1896.  
  1897. armturbine.MouseButton1Down:connect(function()
  1898. local gg = mouse.Target
  1899. if gg ~= nil then
  1900. for i,v in pairs(game.Players:GetPlayers()) do
  1901. AnimationId = "259438880"
  1902. local Anim = Instance.new("Animation")
  1903. Anim.AnimationId = "rbxassetid://"..AnimationId
  1904. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1905. k:Play()
  1906. k:AdjustSpeed(100)
  1907. end
  1908. end
  1909. end)
  1910.  
  1911.  
  1912. LoopHead.MouseButton1Click:connect(function()
  1913. local gg = mouse.Target
  1914. if gg ~= nil then
  1915. for i,v in pairs(game.Players:GetPlayers()) do
  1916. AnimationId = "35154961"
  1917. local Anim = Instance.new("Animation")
  1918. Anim.AnimationId = "rbxassetid://"..AnimationId
  1919. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1920. while wait(0.00703125) do
  1921. k:Play()
  1922. k:AdjustSpeed(640)
  1923. end
  1924. end
  1925. end
  1926. end)
  1927.  
  1928. hmm2.MouseButton1Down:connect(function()
  1929. local gg = mouse.Target
  1930. if gg ~= nil then
  1931. for i,v in pairs(game.Players:GetPlayers()) do
  1932. AnimationId = "148840371"
  1933. local Anim = Instance.new("Animation")
  1934. Anim.AnimationId = "rbxassetid://"..AnimationId
  1935. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1936. k:Play()
  1937. k:AdjustSpeed(1)
  1938. end
  1939. end
  1940. end)
  1941.  
  1942. LayDown.MouseButton1Down:connect(function()
  1943. local gg = mouse.Target
  1944. if gg ~= nil then
  1945. for i,v in pairs(game.Players:GetPlayers()) do
  1946. AnimationId = "282574440"
  1947. local Anim = Instance.new("Animation")
  1948. Anim.AnimationId = "rbxassetid://"..AnimationId
  1949. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1950. k:Play()
  1951. k:AdjustSpeed(1)
  1952. end
  1953. end
  1954. end)
  1955.  
  1956. Dab.MouseButton1Down:connect(function()
  1957. local gg = mouse.Target
  1958. if gg ~= nil then
  1959. for i,v in pairs(game.Players:GetPlayers()) do
  1960. AnimationId = "248263260"
  1961. local Anim = Instance.new("Animation")
  1962. Anim.AnimationId = "rbxassetid://"..AnimationId
  1963. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1964. k:Play()
  1965. k:AdjustSpeed(1)
  1966. end
  1967. end
  1968. end)
  1969.  
  1970. Scream.MouseButton1Down:connect(function()
  1971. local gg = mouse.Target
  1972. if gg ~= nil then
  1973. for i,v in pairs(game.Players:GetPlayers()) do
  1974. AnimationId = "180611870"
  1975. local Anim = Instance.new("Animation")
  1976. Anim.AnimationId = "rbxassetid://"..AnimationId
  1977. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1978. k:Play()
  1979. k:AdjustSpeed(1)
  1980. end
  1981. end
  1982. end)
  1983.  
  1984. HeadTHROW.MouseButton1Down:connect(function()
  1985. local gg = mouse.Target
  1986. if gg ~= nil then
  1987. for i,v in pairs(game.Players:GetPlayers()) do
  1988. AnimationId = "35154961"
  1989. local Anim = Instance.new("Animation")
  1990. Anim.AnimationId = "rbxassetid://"..AnimationId
  1991. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1992. k:Play()
  1993. k:AdjustSpeed(1)
  1994. end
  1995. end
  1996. end)
  1997.  
  1998. Scared.MouseButton1Down:connect(function()
  1999. local gg = mouse.Target
  2000. if gg ~= nil then
  2001. for i,v in pairs(game.Players:GetPlayers()) do
  2002. AnimationId = "180612465"
  2003. local Anim = Instance.new("Animation")
  2004. Anim.AnimationId = "rbxassetid://"..AnimationId
  2005. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2006. k:Play()
  2007. k:AdjustSpeed(1)
  2008. end
  2009. end
  2010. end)
  2011.  
  2012. HeadOff.MouseButton1Down:connect(function()
  2013. local gg = mouse.Target
  2014. if gg ~= nil then
  2015. for i,v in pairs(game.Players:GetPlayers()) do
  2016. AnimationId = "121572214"
  2017. local Anim = Instance.new("Animation")
  2018. Anim.AnimationId = "rbxassetid://"..AnimationId
  2019. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2020. k:Play()
  2021. k:AdjustSpeed(1)
  2022. end
  2023. end
  2024. end)
  2025.  
  2026. Crouch.MouseButton1Down:connect(function()
  2027. local gg = mouse.Target
  2028. if gg ~= nil then
  2029. for i,v in pairs(game.Players:GetPlayers()) do
  2030. AnimationId = "182724289"
  2031. local Anim = Instance.new("Animation")
  2032. Anim.AnimationId = "rbxassetid://"..AnimationId
  2033. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2034. k:Play()
  2035. k:AdjustSpeed(1)
  2036. end
  2037. end
  2038. end)
  2039. end)
  2040.  
  2041. shit.Name = "shit"
  2042. shit.Parent = Frame
  2043. shit.BackgroundColor3 = Color3.new(1, 0.0941177, 0.729412)
  2044. shit.Position = UDim2.new(0.231228024, 0, 0.642864943, 0)
  2045. shit.Size = UDim2.new(0, 200, 0, 50)
  2046. shit.Font = Enum.Font.SourceSans
  2047. shit.Text = "animation gui!"
  2048. shit.TextColor3 = Color3.new(0, 0, 0)
  2049. shit.TextScaled = true
  2050. shit.TextSize = 14
  2051. shit.TextWrapped = true
  2052. shit.MouseButton1Down:connect(function()
  2053. local Gui = Instance.new("ScreenGui", game.CoreGui)
  2054. Gui.Name = "FE Animations"
  2055. local Background = Instance.new("Frame",Gui)
  2056. Background.Name = "Background"
  2057. Background.Active = true
  2058. Background.BackgroundColor3 = Color3.fromRGB(220,220,255)
  2059. Background.Transparency = 0.3
  2060. Background.BorderSizePixel = 5
  2061. Background.Draggable = true
  2062. Background.Position = UDim2.new(0,300,0,300)
  2063. Background.Size = UDim2.new(0,345,0,190)
  2064. local Title = Instance.new("TextLabel",Background)
  2065. Title.BackgroundTransparency = 1
  2066. Title.Position = UDim2.new(0,0,0,-80)
  2067. Title.Size = UDim2.new(0,290,1,0)
  2068. Title.Font = "SourceSansLight"
  2069. Title.FontSize = "Size18"
  2070. Title.Text = "FE Animations [by illremember]"
  2071. Title.TextColor3 = Color3.fromRGB(20,20,25)
  2072.  
  2073. local Chop = Instance.new("TextButton", Background)
  2074. Chop.Name = "Chop"
  2075. Chop.BackgroundColor3 = Color3.fromRGB(20,20,20)
  2076. Chop.BackgroundTransparency = 0.1
  2077. Chop.BorderSizePixel = 0
  2078. Chop.Position = UDim2.new(0,120,0,30)
  2079. Chop.Size = UDim2.new(0,100,0,30)
  2080. Chop.Font = "SourceSansItalic"
  2081. Chop.FontSize = "Size18"
  2082. Chop.Text = "Chop"
  2083. Chop.TextColor3 = Color3.fromRGB(230,230,230)
  2084. Chop.TextWrapped = true
  2085.  
  2086. local Dance = Chop:Clone()
  2087. Dance.Name = "Dance"
  2088. Dance.Parent = Background
  2089. Dance.Position = UDim2.new(0,120,0,70)
  2090. Dance.Text = "Dance"
  2091.  
  2092. local ArmsOut = Chop:Clone()
  2093. ArmsOut.Name = "ArmsOut"
  2094. ArmsOut.Parent = Background
  2095. ArmsOut.Position = UDim2.new(0,10,0,110)
  2096. ArmsOut.Text = "ArmsOut"
  2097.  
  2098. local Stab = Chop:Clone()
  2099. Stab.Name = "Stab"
  2100. Stab.Parent = Background
  2101. Stab.Position = UDim2.new(0,10,0,30)
  2102. Stab.Text = "Stab"
  2103.  
  2104. local SmellyRun = Chop:Clone()
  2105. SmellyRun.Name = "SmellyRun"
  2106. SmellyRun.Parent = Background
  2107. SmellyRun.Position = UDim2.new(0,10,0,70)
  2108. SmellyRun.Text = "SmellyRun"
  2109.  
  2110. local rando = Chop:Clone()
  2111. rando.Name = "rando"
  2112. rando.Parent = Background
  2113. rando.Position = UDim2.new(0,120,0,110)
  2114. rando.Text = "rando"
  2115.  
  2116. local hmm = Chop:Clone()
  2117. hmm.Name = "hmm"
  2118. hmm.Parent = Background
  2119. hmm.Position = UDim2.new(0,120,0,150)
  2120. hmm.Text = "hmm"
  2121.  
  2122. local Kick = Chop:Clone()
  2123. Kick.Name = "Kick"
  2124. Kick.Parent = Background
  2125. Kick.Position = UDim2.new(0,10,0,150)
  2126. Kick.Size = UDim2.new(0,100,0,30)
  2127. Kick.Text = "Kick"
  2128.  
  2129. local Flying = Chop:Clone()
  2130. Flying.Name = "Flying"
  2131. Flying.Parent = Background
  2132. Flying.Position = UDim2.new(0,230,0,30)
  2133. Flying.Size = UDim2.new(0,100,0,30)
  2134. Flying.Text = "Flying"
  2135.  
  2136. local Arms = Chop:Clone()
  2137. Arms.Name = "Arms"
  2138. Arms.Parent = Background
  2139. Arms.Position = UDim2.new(0,230,0,70)
  2140. Arms.Size = UDim2.new(0,100,0,30)
  2141. Arms.Text = "Arms"
  2142.  
  2143. local Sword = Chop:Clone()
  2144. Sword.Name = "Sword"
  2145. Sword.Parent = Background
  2146. Sword.Position = UDim2.new(0,230,0,110)
  2147. Sword.Size = UDim2.new(0,100,0,30)
  2148. Sword.Text = "Sword"
  2149.  
  2150. local Insane = Chop:Clone()
  2151. Insane.Name = "Insane"
  2152. Insane.Parent = Background
  2153. Insane.Position = UDim2.new(0,230,0,150)
  2154. Insane.Size = UDim2.new(0,100,0,30)
  2155. Insane.Text = "Insane"
  2156.  
  2157. --
  2158. local plr = game.Players.LocalPlayer
  2159.  
  2160. local mouse = plr:GetMouse()
  2161.  
  2162. lpc = game.Players.LocalPlayer.Character
  2163.  
  2164. weld1 = Instance.new("Weld")
  2165.  
  2166. Chop.MouseButton1Down:connect(function()
  2167. local gg = mouse.Target
  2168. if gg ~= nil then
  2169. for i,v in pairs(game.Players:GetPlayers()) do
  2170. AnimationId = "33169596"
  2171. local Anim = Instance.new("Animation")
  2172. Anim.AnimationId = "rbxassetid://"..AnimationId
  2173. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2174. k:Play()
  2175. k:AdjustSpeed(1)
  2176. end
  2177. end
  2178. end)
  2179.  
  2180. Insane.MouseButton1Down:connect(function()
  2181. local gg = mouse.Target
  2182. if gg ~= nil then
  2183. for i,v in pairs(game.Players:GetPlayers()) do
  2184. AnimationId = "33796059"
  2185. local Anim = Instance.new("Animation")
  2186. Anim.AnimationId = "rbxassetid://"..AnimationId
  2187. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2188. k:Play()
  2189. k:AdjustSpeed(10000)
  2190. end
  2191. end
  2192. end)
  2193.  
  2194. Arms.MouseButton1Down:connect(function()
  2195. local gg = mouse.Target
  2196. if gg ~= nil then
  2197. for i,v in pairs(game.Players:GetPlayers()) do
  2198. AnimationId = "33169583"
  2199. local Anim = Instance.new("Animation")
  2200. Anim.AnimationId = "rbxassetid://"..AnimationId
  2201. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2202. k:Play()
  2203. k:AdjustSpeed(1)
  2204. end
  2205. end
  2206. end)
  2207.  
  2208. Sword.MouseButton1Click:connect(function()
  2209. local gg = mouse.Target
  2210. if gg ~= nil then
  2211. for i,v in pairs(game.Players:GetPlayers()) do
  2212. AnimationId = "35978879"
  2213. local Anim = Instance.new("Animation")
  2214. Anim.AnimationId = "rbxassetid://"..AnimationId
  2215. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2216. k:Play()
  2217. k:AdjustSpeed(1)
  2218. end
  2219. end
  2220. end)
  2221.  
  2222. hmm.MouseButton1Down:connect(function()
  2223. local gg = mouse.Target
  2224. if gg ~= nil then
  2225. for i,v in pairs(game.Players:GetPlayers()) do
  2226. AnimationId = "33855276"
  2227. local Anim = Instance.new("Animation")
  2228. Anim.AnimationId = "rbxassetid://"..AnimationId
  2229. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2230. k:Play()
  2231. k:AdjustSpeed(1)
  2232. end
  2233. end
  2234. end)
  2235.  
  2236. rando.MouseButton1Down:connect(function()
  2237. local gg = mouse.Target
  2238. if gg ~= nil then
  2239. for i,v in pairs(game.Players:GetPlayers()) do
  2240. AnimationId = "48977286"
  2241. local Anim = Instance.new("Animation")
  2242. Anim.AnimationId = "rbxassetid://"..AnimationId
  2243. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2244. k:Play()
  2245. k:AdjustSpeed(1)
  2246. end
  2247. end
  2248. end)
  2249.  
  2250. Dance.MouseButton1Down:connect(function()
  2251. local gg = mouse.Target
  2252. if gg ~= nil then
  2253. for i,v in pairs(game.Players:GetPlayers()) do
  2254. AnimationId = "35654637"
  2255. local Anim = Instance.new("Animation")
  2256. Anim.AnimationId = "rbxassetid://"..AnimationId
  2257. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2258. k:Play()
  2259. k:AdjustSpeed(1)
  2260. end
  2261. end
  2262. end)
  2263.  
  2264. Stab.MouseButton1Down:connect(function()
  2265. local gg = mouse.Target
  2266. if gg ~= nil then
  2267. for i,v in pairs(game.Players:GetPlayers()) do
  2268. AnimationId = "66703241"
  2269. local Anim = Instance.new("Animation")
  2270. Anim.AnimationId = "rbxassetid://"..AnimationId
  2271. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2272. k:Play()
  2273. k:AdjustSpeed(1)
  2274. end
  2275. end
  2276. end)
  2277.  
  2278. Kick.MouseButton1Down:connect(function()
  2279. local gg = mouse.Target
  2280. if gg ~= nil then
  2281. for i,v in pairs(game.Players:GetPlayers()) do
  2282. AnimationId = "45737360"
  2283. local Anim = Instance.new("Animation")
  2284. Anim.AnimationId = "rbxassetid://"..AnimationId
  2285. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2286. k:Play()
  2287. k:AdjustSpeed(1)
  2288. end
  2289. end
  2290. end)
  2291.  
  2292. Flying.MouseButton1Down:connect(function()
  2293. local gg = mouse.Target
  2294. if gg ~= nil then
  2295. for i,v in pairs(game.Players:GetPlayers()) do
  2296. AnimationId = "46196309"
  2297. local Anim = Instance.new("Animation")
  2298. Anim.AnimationId = "rbxassetid://"..AnimationId
  2299. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2300. k:Play()
  2301. k:AdjustSpeed(0.001)
  2302. end
  2303. end
  2304. end)
  2305.  
  2306. SmellyRun.MouseButton1Down:connect(function()
  2307. local gg = mouse.Target
  2308. if gg ~= nil then
  2309. for i,v in pairs(game.Players:GetPlayers()) do
  2310. AnimationId = "30235165"
  2311. local Anim = Instance.new("Animation")
  2312. Anim.AnimationId = "rbxassetid://"..AnimationId
  2313. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2314. k:Play()
  2315. k:AdjustSpeed(1)
  2316. end
  2317. end
  2318. end)
  2319.  
  2320. ArmsOut.MouseButton1Down:connect(function()
  2321. local gg = mouse.Target
  2322. if gg ~= nil then
  2323. for i,v in pairs(game.Players:GetPlayers()) do
  2324. AnimationId = "27432691"
  2325. local Anim = Instance.new("Animation")
  2326. Anim.AnimationId = "rbxassetid://"..AnimationId
  2327. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  2328. k:Play()
  2329. k:AdjustSpeed(1)
  2330. end
  2331. end
  2332. end)
  2333. end)
  2334. inform("SHIT SCRIPT loaded succesfully.",2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement