Advertisement
Volqh

Untitled

Nov 9th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.58 KB | None | 0 0
  1. enjoy.
  2.  
  3. -- Objects
  4.  
  5. local Energize = Instance.new("ScreenGui") -- The actual GUI
  6. local SideFrame = Instance.new("Frame") -- Visible when GUI is closed
  7. local OpenGUI = Instance.new("TextButton") -- Part of SideFrame
  8. local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame
  9. local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame
  10. local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame
  11. local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there
  12. local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations
  13. local CheckR = Instance.new("TextLabel") -- Check if R15 or R6
  14. local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations
  15.  
  16. local CrazySlash = Instance.new("TextButton")--COMPLETE
  17. local Open = Instance.new("TextButton")--COMPLETE
  18. local R15Spinner = Instance.new("TextButton")--COMPLETE
  19. local ArmsOut = Instance.new("TextButton")--COMPLETE
  20. local FloatSlash = Instance.new("TextButton")--COMPLETE
  21. local WeirdZombie = Instance.new("TextButton")--COMPLETE
  22. local DownSlash = Instance.new("TextButton")--COMPLETE
  23. local Pull = Instance.new("TextButton")--COMPLETE
  24. local CircleArm = Instance.new("TextButton")--COMPLETE
  25. local Bend = Instance.new("TextButton")--COMPLETE
  26. local RotateSlash = Instance.new("TextButton")--COMPLETE
  27. local FlingArms = Instance.new("TextButton")--COMPLETE
  28.  
  29. local FullSwing = Instance.new("TextButton")--COMPLETE
  30. local GlitchLevitate = Instance.new("TextButton")--COMPLETE
  31. local MoonDance = Instance.new("TextButton")--COMPLETE
  32. local FullPunch = Instance.new("TextButton")--COMPLETE
  33. local Crouch = Instance.new("TextButton")--COMPLETE
  34. local SpinDance = Instance.new("TextButton")--COMPLETE
  35. local FloorFaint = Instance.new("TextButton")--COMPLETE
  36. local JumpingJacks = Instance.new("TextButton")--COMPLETE
  37. local Spinner = Instance.new("TextButton")--COMPLETE
  38. local MegaInsane = Instance.new("TextButton")--COMPLETE
  39. local ArmDetach = Instance.new("TextButton")--COMPLETE
  40. local WeirdMove = Instance.new("TextButton")--COMPLETE
  41. local Faint = Instance.new("TextButton")--COMPLETE
  42. local CloneIllusion = Instance.new("TextButton")--COMPLETE
  43. local Levitate = Instance.new("TextButton")--COMPLETE
  44. local DinoWalk = Instance.new("TextButton")--COMPLETE
  45. local FloorCrawl = Instance.new("TextButton")--COMPLETE
  46. local SwordSlam = Instance.new("TextButton")--COMPLETE
  47. local LoopHead = Instance.new("TextButton")--COMPLETE
  48. local HeroJump = Instance.new("TextButton")--COMPLETE
  49. local Insane = Instance.new("TextButton")--COMPLETE
  50. local FloatingHead = Instance.new("TextButton")--COMPLETE
  51. local HeadThrow = Instance.new("TextButton")--COMPLETE
  52. local MovingDance = Instance.new("TextButton")--COMPLETE
  53. local SuperPunch = Instance.new("TextButton")--COMPLETE
  54. local ArmTurbine = Instance.new("TextButton")--COMPLETE
  55. local Dab = Instance.new("TextButton")--COMPLETE
  56. local FloatSit = Instance.new("TextButton")--COMPLETE
  57. local SuperFaint = Instance.new("TextButton")--COMPLETE
  58. local BarrelRoll = Instance.new("TextButton")--COMPLETE
  59. local Scared = Instance.new("TextButton")--COMPLETE
  60. local InsaneArms = Instance.new("TextButton")--COMPLETE
  61. local SwordSlice = Instance.new("TextButton")--COMPLETE
  62. local SpinDance2 = Instance.new("TextButton")--COMPLETE
  63. local BowDown = Instance.new("TextButton")--COMPLETE
  64. local LoopSlam = Instance.new("TextButton")--COMPLETE
  65.  
  66. local GuiTopFrame = Instance.new("Frame") -- Top of the main frame
  67. local CloseGUI = Instance.new("TextButton") -- To close the GUI
  68. local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize
  69.  
  70. -- Properties
  71.  
  72. Energize.Name = "Energize"
  73. Energize.Parent = game.Players.LocalPlayer.PlayerGui
  74.  
  75. SideFrame.Name = "SideFrame"
  76. SideFrame.Parent = Energize
  77. SideFrame.Active = true
  78. SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  79. SideFrame.Draggable = true
  80. SideFrame.Position = UDim2.new(0, 376, 0, 125)
  81. SideFrame.Size = UDim2.new(0, 460, 0, 32)
  82. SideFrame.Visible = false
  83.  
  84. OpenGUI.Name = "OpenGUI"
  85. OpenGUI.Parent = SideFrame
  86. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  87. OpenGUI.BackgroundTransparency = 1
  88. OpenGUI.Position = UDim2.new(0, 426, 0, 0)
  89. OpenGUI.Size = UDim2.new(0, 34, 0, 32)
  90. OpenGUI.Font = Enum.Font.SourceSans
  91. OpenGUI.FontSize = Enum.FontSize.Size48
  92. OpenGUI.Text = "X"
  93. OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  94. OpenGUI.TextSize = 40
  95. OpenGUI.TextWrapped = true
  96.  
  97. SideFrameTitle.Name = "SideFrameTitle"
  98. SideFrameTitle.Parent = SideFrame
  99. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  100. SideFrameTitle.BackgroundTransparency = 1
  101. SideFrameTitle.Position = UDim2.new(0, 170, 0, 0)
  102. SideFrameTitle.Size = UDim2.new(0, 119, 0, 31)
  103. SideFrameTitle.Font = Enum.Font.Arial
  104. SideFrameTitle.FontSize = Enum.FontSize.Size24
  105. SideFrameTitle.Text = "-Energize-"
  106. SideFrameTitle.TextSize = 21
  107. SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882)
  108. SideFrameTitle.TextStrokeTransparency = 0.69999998807907
  109.  
  110. MainFrame.Name = "MainFrame"
  111. MainFrame.Parent = Energize
  112. MainFrame.Active = true
  113. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  114. MainFrame.BackgroundTransparency = 1
  115. MainFrame.Draggable = true
  116. MainFrame.Position = UDim2.new(0, 376, 0, 125)
  117. MainFrame.Size = UDim2.new(0, 444, 0, 280)
  118.  
  119. GuiBottomFrame.Name = "Gui BottomFrame"
  120. GuiBottomFrame.Parent = MainFrame
  121. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  122. GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  123. GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247)
  124. GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32)
  125.  
  126. Credits.Name = "Credits"
  127. Credits.Parent = GuiBottomFrame
  128. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  129. Credits.BackgroundTransparency = 1
  130. Credits.Size = UDim2.new(0, 460, 0, 32)
  131. Credits.FontSize = Enum.FontSize.Size14
  132. Credits.Text = "By illremember -FE Animations Gui"
  133. Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  134. Credits.TextSize = 14
  135. Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726)
  136. Credits.TextStrokeTransparency = 0.69999998807907
  137. Credits.TextWrapped = true
  138.  
  139. ScrollingFrame.Parent = MainFrame
  140. ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  141. ScrollingFrame.Position = UDim2.new(0, 0, 0, 32)
  142. ScrollingFrame.Size = UDim2.new(0, 460, 0, 215)
  143. ScrollingFrame.ScrollBarThickness = 13
  144.  
  145. FullSwing.Name = "FullSwing"
  146. FullSwing.Parent = ScrollingFrame
  147. FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  148. FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  149. FullSwing.Position = UDim2.new(0, 17, 0, 322)
  150. FullSwing.Size = UDim2.new(0, 119, 0, 34)
  151. FullSwing.Font = Enum.Font.Highway
  152. FullSwing.FontSize = Enum.FontSize.Size24
  153. FullSwing.Text = "Full Swing"
  154. FullSwing.TextSize = 20
  155. FullSwing.TextWrapped = true
  156.  
  157. GlitchLevitate.Name = "GlitchLevitate"
  158. GlitchLevitate.Parent = ScrollingFrame
  159. GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  160. GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  161. GlitchLevitate.Position = UDim2.new(0, 319, 0, 322)
  162. GlitchLevitate.Size = UDim2.new(0, 119, 0, 34)
  163. GlitchLevitate.Font = Enum.Font.Highway
  164. GlitchLevitate.FontSize = Enum.FontSize.Size24
  165. GlitchLevitate.Text = "Glitch Levitate"
  166. GlitchLevitate.TextSize = 20
  167. GlitchLevitate.TextWrapped = true
  168.  
  169. MoonDance.Name = "MoonDance"
  170. MoonDance.Parent = ScrollingFrame
  171. MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  172. MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  173. MoonDance.Position = UDim2.new(0, 319, 0, 280)
  174. MoonDance.Size = UDim2.new(0, 119, 0, 34)
  175. MoonDance.Font = Enum.Font.Highway
  176. MoonDance.FontSize = Enum.FontSize.Size24
  177. MoonDance.Text = "Moon Dance"
  178. MoonDance.TextSize = 20
  179. MoonDance.TextWrapped = true
  180.  
  181. FullPunch.Name = "FullPunch"
  182. FullPunch.Parent = ScrollingFrame
  183. FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  184. FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  185. FullPunch.Position = UDim2.new(0, 17, 0, 280)
  186. FullPunch.Size = UDim2.new(0, 119, 0, 34)
  187. FullPunch.Font = Enum.Font.Highway
  188. FullPunch.FontSize = Enum.FontSize.Size24
  189. FullPunch.Text = "Full Punch"
  190. FullPunch.TextSize = 20
  191. FullPunch.TextWrapped = true
  192.  
  193. Crouch.Name = "Crouch"
  194. Crouch.Parent = ScrollingFrame
  195. Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  196. Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  197. Crouch.Position = UDim2.new(0, 168, 0, 280)
  198. Crouch.Size = UDim2.new(0, 119, 0, 34)
  199. Crouch.Font = Enum.Font.Highway
  200. Crouch.FontSize = Enum.FontSize.Size24
  201. Crouch.Text = "Crouch"
  202. Crouch.TextSize = 20
  203. Crouch.TextWrapped = true
  204.  
  205. SpinDance.Name = "SpinDance"
  206. SpinDance.Parent = ScrollingFrame
  207. SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  208. SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  209. SpinDance.Position = UDim2.new(0, 168, 0, 236)
  210. SpinDance.Size = UDim2.new(0, 119, 0, 34)
  211. SpinDance.Font = Enum.Font.Highway
  212. SpinDance.FontSize = Enum.FontSize.Size24
  213. SpinDance.Text = "Spin Dance"
  214. SpinDance.TextSize = 20
  215. SpinDance.TextWrapped = true
  216.  
  217. FloorFaint.Name = "FloorFaint"
  218. FloorFaint.Parent = ScrollingFrame
  219. FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  220. FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  221. FloorFaint.Position = UDim2.new(0, 17, 0, 236)
  222. FloorFaint.Size = UDim2.new(0, 119, 0, 34)
  223. FloorFaint.Font = Enum.Font.Highway
  224. FloorFaint.FontSize = Enum.FontSize.Size24
  225. FloorFaint.Text = "Floor Faint"
  226. FloorFaint.TextSize = 20
  227. FloorFaint.TextWrapped = true
  228.  
  229. JumpingJacks.Name = "JumpingJacks"
  230. JumpingJacks.Parent = ScrollingFrame
  231. JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  232. JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  233. JumpingJacks.Position = UDim2.new(0, 319, 0, 236)
  234. JumpingJacks.Size = UDim2.new(0, 119, 0, 34)
  235. JumpingJacks.Font = Enum.Font.Highway
  236. JumpingJacks.FontSize = Enum.FontSize.Size24
  237. JumpingJacks.Text = "Jumping Jacks"
  238. JumpingJacks.TextSize = 20
  239. JumpingJacks.TextWrapped = true
  240.  
  241. Spinner.Name = "Spinner"
  242. Spinner.Parent = ScrollingFrame
  243. Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  244. Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  245. Spinner.Position = UDim2.new(0, 17, 0, 192)
  246. Spinner.Size = UDim2.new(0, 119, 0, 34)
  247. Spinner.Font = Enum.Font.Highway
  248. Spinner.FontSize = Enum.FontSize.Size24
  249. Spinner.Text = "Spinner"
  250. Spinner.TextSize = 20
  251. Spinner.TextWrapped = true
  252.  
  253. MegaInsane.Name = "MegaInsane"
  254. MegaInsane.Parent = ScrollingFrame
  255. MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  256. MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  257. MegaInsane.Position = UDim2.new(0, 168, 0, 192)
  258. MegaInsane.Size = UDim2.new(0, 119, 0, 34)
  259. MegaInsane.Font = Enum.Font.Highway
  260. MegaInsane.FontSize = Enum.FontSize.Size24
  261. MegaInsane.Text = "Mega Insane"
  262. MegaInsane.TextSize = 20
  263. MegaInsane.TextWrapped = true
  264.  
  265. ArmDetach.Name = "ArmDetach"
  266. ArmDetach.Parent = ScrollingFrame
  267. ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  268. ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  269. ArmDetach.Position = UDim2.new(0, 319, 0, 192)
  270. ArmDetach.Size = UDim2.new(0, 119, 0, 34)
  271. ArmDetach.Font = Enum.Font.Highway
  272. ArmDetach.FontSize = Enum.FontSize.Size24
  273. ArmDetach.Text = "Arm Detach"
  274. ArmDetach.TextSize = 20
  275. ArmDetach.TextWrapped = true
  276.  
  277. WeirdMove.Name = "WeirdMove"
  278. WeirdMove.Parent = ScrollingFrame
  279. WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  280. WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  281. WeirdMove.Position = UDim2.new(0, 168, 0, 148)
  282. WeirdMove.Size = UDim2.new(0, 119, 0, 34)
  283. WeirdMove.Font = Enum.Font.Highway
  284. WeirdMove.FontSize = Enum.FontSize.Size24
  285. WeirdMove.Text = "Weird Move"
  286. WeirdMove.TextSize = 20
  287. WeirdMove.TextWrapped = true
  288.  
  289. Faint.Name = "Faint"
  290. Faint.Parent = ScrollingFrame
  291. Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  292. Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  293. Faint.Position = UDim2.new(0, 17, 0, 148)
  294. Faint.Size = UDim2.new(0, 119, 0, 34)
  295. Faint.Font = Enum.Font.Highway
  296. Faint.FontSize = Enum.FontSize.Size24
  297. Faint.Text = "Faint"
  298. Faint.TextSize = 20
  299. Faint.TextWrapped = true
  300.  
  301. CloneIllusion.Name = "CloneIllusion"
  302. CloneIllusion.Parent = ScrollingFrame
  303. CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  304. CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  305. CloneIllusion.Position = UDim2.new(0, 319, 0, 148)
  306. CloneIllusion.Size = UDim2.new(0, 119, 0, 34)
  307. CloneIllusion.Font = Enum.Font.Highway
  308. CloneIllusion.FontSize = Enum.FontSize.Size24
  309. CloneIllusion.Text = "Clone Illusion"
  310. CloneIllusion.TextSize = 20
  311. CloneIllusion.TextWrapped = true
  312.  
  313. Levitate.Name = "Levitate"
  314. Levitate.Parent = ScrollingFrame
  315. Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  316. Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  317. Levitate.Position = UDim2.new(0, 17, 0, 104)
  318. Levitate.Size = UDim2.new(0, 119, 0, 34)
  319. Levitate.Font = Enum.Font.Highway
  320. Levitate.FontSize = Enum.FontSize.Size24
  321. Levitate.Text = "Levitate"
  322. Levitate.TextSize = 20
  323. Levitate.TextWrapped = true
  324.  
  325. DinoWalk.Name = "DinoWalk"
  326. DinoWalk.Parent = ScrollingFrame
  327. DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  328. DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  329. DinoWalk.Position = UDim2.new(0, 168, 0, 104)
  330. DinoWalk.Size = UDim2.new(0, 119, 0, 34)
  331. DinoWalk.Font = Enum.Font.Highway
  332. DinoWalk.FontSize = Enum.FontSize.Size24
  333. DinoWalk.Text = "Dino Walk"
  334. DinoWalk.TextSize = 20
  335. DinoWalk.TextWrapped = true
  336.  
  337. FloorCrawl.Name = "FloorCrawl"
  338. FloorCrawl.Parent = ScrollingFrame
  339. FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  340. FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  341. FloorCrawl.Position = UDim2.new(0, 319, 0, 104)
  342. FloorCrawl.Size = UDim2.new(0, 119, 0, 34)
  343. FloorCrawl.Font = Enum.Font.Highway
  344. FloorCrawl.FontSize = Enum.FontSize.Size24
  345. FloorCrawl.Text = "Floor Crawl"
  346. FloorCrawl.TextSize = 20
  347. FloorCrawl.TextWrapped = true
  348.  
  349. SwordSlam.Name = "SwordSlam"
  350. SwordSlam.Parent = ScrollingFrame
  351. SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  352. SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  353. SwordSlam.Position = UDim2.new(0, 319, 0, 60)
  354. SwordSlam.Size = UDim2.new(0, 119, 0, 34)
  355. SwordSlam.Font = Enum.Font.Highway
  356. SwordSlam.FontSize = Enum.FontSize.Size24
  357. SwordSlam.Text = "Sword Slam"
  358. SwordSlam.TextSize = 20
  359. SwordSlam.TextWrapped = true
  360.  
  361. LoopHead.Name = "LoopHead"
  362. LoopHead.Parent = ScrollingFrame
  363. LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  364. LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  365. LoopHead.Position = UDim2.new(0, 168, 0, 60)
  366. LoopHead.Size = UDim2.new(0, 119, 0, 34)
  367. LoopHead.Font = Enum.Font.Highway
  368. LoopHead.FontSize = Enum.FontSize.Size24
  369. LoopHead.Text = "Loop Head"
  370. LoopHead.TextSize = 20
  371. LoopHead.TextWrapped = true
  372.  
  373. HeroJump.Name = "HeroJump"
  374. HeroJump.Parent = ScrollingFrame
  375. HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  376. HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  377. HeroJump.Position = UDim2.new(0, 17, 0, 60)
  378. HeroJump.Size = UDim2.new(0, 119, 0, 34)
  379. HeroJump.Font = Enum.Font.Highway
  380. HeroJump.FontSize = Enum.FontSize.Size24
  381. HeroJump.Text = "Hero Jump"
  382. HeroJump.TextSize = 20
  383. HeroJump.TextWrapped = true
  384.  
  385. Insane.Name = "Insane"
  386. Insane.Parent = ScrollingFrame
  387. Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  388. Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  389. Insane.Position = UDim2.new(0, 319, 0, 16)
  390. Insane.Size = UDim2.new(0, 119, 0, 34)
  391. Insane.Font = Enum.Font.Highway
  392. Insane.FontSize = Enum.FontSize.Size24
  393. Insane.Text = "Insane"
  394. Insane.TextSize = 20
  395. Insane.TextWrapped = true
  396.  
  397. FloatingHead.Name = "FloatingHead"
  398. FloatingHead.Parent = ScrollingFrame
  399. FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  400. FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  401. FloatingHead.Position = UDim2.new(0, 168, 0, 16)
  402. FloatingHead.Size = UDim2.new(0, 119, 0, 34)
  403. FloatingHead.Font = Enum.Font.Highway
  404. FloatingHead.FontSize = Enum.FontSize.Size24
  405. FloatingHead.Text = "Floating Head"
  406. FloatingHead.TextSize = 20
  407. FloatingHead.TextWrapped = true
  408.  
  409. HeadThrow.Name = "HeadThrow"
  410. HeadThrow.Parent = ScrollingFrame
  411. HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  412. HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  413. HeadThrow.Position = UDim2.new(0, 17, 0, 16)
  414. HeadThrow.Size = UDim2.new(0, 119, 0, 34)
  415. HeadThrow.Font = Enum.Font.Highway
  416. HeadThrow.FontSize = Enum.FontSize.Size24
  417. HeadThrow.Text = "Head Throw"
  418. HeadThrow.TextSize = 20
  419. HeadThrow.TextWrapped = true
  420.  
  421. MovingDance.Name = "MovingDance"
  422. MovingDance.Parent = ScrollingFrame
  423. MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  424. MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  425. MovingDance.Position = UDim2.new(0, 168, 0, 324)
  426. MovingDance.Size = UDim2.new(0, 119, 0, 34)
  427. MovingDance.Font = Enum.Font.Highway
  428. MovingDance.FontSize = Enum.FontSize.Size24
  429. MovingDance.Text = "Moving Dance"
  430. MovingDance.TextSize = 20
  431. MovingDance.TextWrapped = true
  432.  
  433. SuperPunch.Name = "SuperPunch"
  434. SuperPunch.Parent = ScrollingFrame
  435. SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  436. SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  437. SuperPunch.Position = UDim2.new(0, 168, 0, 366)
  438. SuperPunch.Size = UDim2.new(0, 119, 0, 34)
  439. SuperPunch.Font = Enum.Font.Highway
  440. SuperPunch.FontSize = Enum.FontSize.Size24
  441. SuperPunch.Text = "Super Punch"
  442. SuperPunch.TextSize = 20
  443. SuperPunch.TextWrapped = true
  444.  
  445. ArmTurbine.Name = "ArmTurbine"
  446. ArmTurbine.Parent = ScrollingFrame
  447. ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  448. ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  449. ArmTurbine.Position = UDim2.new(0, 319, 0, 366)
  450. ArmTurbine.Size = UDim2.new(0, 119, 0, 34)
  451. ArmTurbine.Font = Enum.Font.Highway
  452. ArmTurbine.FontSize = Enum.FontSize.Size24
  453. ArmTurbine.Text = "Arm Turbine"
  454. ArmTurbine.TextSize = 20
  455. ArmTurbine.TextWrapped = true
  456.  
  457. Dab.Name = "Dab"
  458. Dab.Parent = ScrollingFrame
  459. Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  460. Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  461. Dab.Position = UDim2.new(0, 17, 0, 366)
  462. Dab.Size = UDim2.new(0, 119, 0, 34)
  463. Dab.Font = Enum.Font.Highway
  464. Dab.FontSize = Enum.FontSize.Size24
  465. Dab.Text = "Dab"
  466. Dab.TextSize = 20
  467. Dab.TextWrapped = true
  468.  
  469. FloatSit.Name = "FloatSit"
  470. FloatSit.Parent = ScrollingFrame
  471. FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  472. FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  473. FloatSit.Position = UDim2.new(0, 168, 0, 410)
  474. FloatSit.Size = UDim2.new(0, 119, 0, 34)
  475. FloatSit.Font = Enum.Font.Highway
  476. FloatSit.FontSize = Enum.FontSize.Size24
  477. FloatSit.Text = "Float Sit"
  478. FloatSit.TextSize = 20
  479. FloatSit.TextWrapped = true
  480.  
  481. SuperFaint.Name = "SuperFaint"
  482. SuperFaint.Parent = ScrollingFrame
  483. SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  484. SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  485. SuperFaint.Position = UDim2.new(0, 17, 0, 498)
  486. SuperFaint.Size = UDim2.new(0, 119, 0, 34)
  487. SuperFaint.Font = Enum.Font.Highway
  488. SuperFaint.FontSize = Enum.FontSize.Size24
  489. SuperFaint.Text = "Super Faint"
  490. SuperFaint.TextSize = 20
  491. SuperFaint.TextWrapped = true
  492.  
  493. BarrelRoll.Name = "BarrelRoll"
  494. BarrelRoll.Parent = ScrollingFrame
  495. BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  496. BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  497. BarrelRoll.Position = UDim2.new(0, 319, 0, 410)
  498. BarrelRoll.Size = UDim2.new(0, 119, 0, 34)
  499. BarrelRoll.Font = Enum.Font.Highway
  500. BarrelRoll.FontSize = Enum.FontSize.Size24
  501. BarrelRoll.Text = "Barrel Roll"
  502. BarrelRoll.TextSize = 20
  503. BarrelRoll.TextWrapped = true
  504.  
  505. Scared.Name = "Scared"
  506. Scared.Parent = ScrollingFrame
  507. Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  508. Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  509. Scared.Position = UDim2.new(0, 319, 0, 454)
  510. Scared.Size = UDim2.new(0, 119, 0, 34)
  511. Scared.Font = Enum.Font.Highway
  512. Scared.FontSize = Enum.FontSize.Size24
  513. Scared.Text = "Scared"
  514. Scared.TextSize = 20
  515. Scared.TextWrapped = true
  516.  
  517. InsaneArms.Name = "InsaneArms"
  518. InsaneArms.Parent = ScrollingFrame
  519. InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  520. InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  521. InsaneArms.Position = UDim2.new(0, 17, 0, 454)
  522. InsaneArms.Size = UDim2.new(0, 119, 0, 34)
  523. InsaneArms.Font = Enum.Font.Highway
  524. InsaneArms.FontSize = Enum.FontSize.Size24
  525. InsaneArms.Text = "Insane Arms"
  526. InsaneArms.TextSize = 20
  527. InsaneArms.TextWrapped = true
  528.  
  529. SwordSlice.Name = "SwordSlice"
  530. SwordSlice.Parent = ScrollingFrame
  531. SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  532. SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  533. SwordSlice.Position = UDim2.new(0, 168, 0, 454)
  534. SwordSlice.Size = UDim2.new(0, 119, 0, 34)
  535. SwordSlice.Font = Enum.Font.Highway
  536. SwordSlice.FontSize = Enum.FontSize.Size24
  537. SwordSlice.Text = "Sword Slice"
  538. SwordSlice.TextSize = 20
  539. SwordSlice.TextWrapped = true
  540.  
  541. SpinDance2.Name = "SpinDance2"
  542. SpinDance2.Parent = ScrollingFrame
  543. SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  544. SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  545. SpinDance2.Position = UDim2.new(0, 168, 0, 498)
  546. SpinDance2.Size = UDim2.new(0, 119, 0, 34)
  547. SpinDance2.Font = Enum.Font.Highway
  548. SpinDance2.FontSize = Enum.FontSize.Size24
  549. SpinDance2.Text = "Spin Dance 2"
  550. SpinDance2.TextSize = 20
  551. SpinDance2.TextWrapped = true
  552.  
  553. BowDown.Name = "BowDown"
  554. BowDown.Parent = ScrollingFrame
  555. BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  556. BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  557. BowDown.Position = UDim2.new(0, 319, 0, 498)
  558. BowDown.Size = UDim2.new(0, 119, 0, 34)
  559. BowDown.Font = Enum.Font.Highway
  560. BowDown.FontSize = Enum.FontSize.Size24
  561. BowDown.Text = "Bow Down"
  562. BowDown.TextSize = 20
  563. BowDown.TextWrapped = true
  564.  
  565. LoopSlam.Name = "LoopSlam"
  566. LoopSlam.Parent = ScrollingFrame
  567. LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627)
  568. LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  569. LoopSlam.Position = UDim2.new(0, 17, 0, 410)
  570. LoopSlam.Size = UDim2.new(0, 119, 0, 34)
  571. LoopSlam.Font = Enum.Font.Highway
  572. LoopSlam.FontSize = Enum.FontSize.Size24
  573. LoopSlam.Text = "Loop Slam"
  574. LoopSlam.TextSize = 20
  575. LoopSlam.TextWrapped = true
  576.  
  577. GuiTopFrame.Name = "Gui TopFrame"
  578. GuiTopFrame.Parent = MainFrame
  579. GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412)
  580. GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  581. GuiTopFrame.Size = UDim2.new(0, 460, 0, 32)
  582.  
  583. CloseGUI.Name = "CloseGUI"
  584. CloseGUI.Parent = GuiTopFrame
  585. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  586. CloseGUI.BackgroundTransparency = 1
  587. CloseGUI.Position = UDim2.new(0, 426, 0, 0)
  588. CloseGUI.Size = UDim2.new(0, 34, 0, 32)
  589. CloseGUI.Font = Enum.Font.SourceSans
  590. CloseGUI.FontSize = Enum.FontSize.Size48
  591. CloseGUI.Text = "X"
  592. CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0)
  593. CloseGUI.TextSize = 40
  594. CloseGUI.TextWrapped = true
  595.  
  596. Title.Name = "Title"
  597. Title.Parent = GuiTopFrame
  598. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  599. Title.BackgroundTransparency = 1
  600. Title.Size = UDim2.new(0, 460, 0, 32)
  601. Title.FontSize = Enum.FontSize.Size14
  602. Title.Text = "-Energize-"
  603. Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  604. Title.TextSize = 14
  605. Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1)
  606. Title.TextStrokeTransparency = 0.69999998807907
  607. Title.TextWrapped = true
  608.  
  609. CheckR.Name = "CheckR"
  610. CheckR.Parent = GuiTopFrame
  611. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)
  612. CheckR.BackgroundTransparency = 1
  613. CheckR.Size = UDim2.new(0, 171, 0, 32)
  614. CheckR.Font = Enum.Font.SourceSansBold
  615. CheckR.FontSize = Enum.FontSize.Size14
  616. CheckR.Text = "Text"
  617. CheckR.TextScaled = true
  618. CheckR.TextSize = 14
  619. CheckR.TextWrapped = true
  620.  
  621. ScrollingFrameR15.Name = "ScrollingFrameR15"
  622. ScrollingFrameR15.Parent = MainFrame
  623. ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706)
  624. ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32)
  625. ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215)
  626. ScrollingFrameR15.Visible = false
  627. ScrollingFrameR15.ScrollBarThickness = 13
  628.  
  629. CrazySlash.Name = "CrazySlash"
  630. CrazySlash.Parent = ScrollingFrameR15
  631. CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  632. CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  633. CrazySlash.Position = UDim2.new(0, 17, 0, 16)
  634. CrazySlash.Size = UDim2.new(0, 119, 0, 34)
  635. CrazySlash.Font = Enum.Font.Highway
  636. CrazySlash.FontSize = Enum.FontSize.Size24
  637. CrazySlash.Text = "CrazySlash"
  638. CrazySlash.TextSize = 20
  639. CrazySlash.TextWrapped = true
  640.  
  641. Open.Name = "Open"
  642. Open.Parent = ScrollingFrameR15
  643. Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  644. Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  645. Open.Position = UDim2.new(0, 168, 0, 16)
  646. Open.Size = UDim2.new(0, 119, 0, 34)
  647. Open.Font = Enum.Font.Highway
  648. Open.FontSize = Enum.FontSize.Size24
  649. Open.Text = "Open"
  650. Open.TextSize = 20
  651. Open.TextWrapped = true
  652.  
  653. R15Spinner.Name = "R15Spinner"
  654. R15Spinner.Parent = ScrollingFrameR15
  655. R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  656. R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  657. R15Spinner.Position = UDim2.new(0, 17, 0, 60)
  658. R15Spinner.Size = UDim2.new(0, 119, 0, 34)
  659. R15Spinner.Font = Enum.Font.Highway
  660. R15Spinner.FontSize = Enum.FontSize.Size24
  661. R15Spinner.Text = "Spinner"
  662. R15Spinner.TextSize = 20
  663. R15Spinner.TextWrapped = true
  664.  
  665. ArmsOut.Name = "ArmsOut"
  666. ArmsOut.Parent = ScrollingFrameR15
  667. ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  668. ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  669. ArmsOut.Position = UDim2.new(0, 319, 0, 16)
  670. ArmsOut.Size = UDim2.new(0, 119, 0, 34)
  671. ArmsOut.Font = Enum.Font.Highway
  672. ArmsOut.FontSize = Enum.FontSize.Size24
  673. ArmsOut.Text = "ArmsOut"
  674. ArmsOut.TextSize = 20
  675. ArmsOut.TextWrapped = true
  676.  
  677. FloatSlash.Name = "FloatSlash"
  678. FloatSlash.Parent = ScrollingFrameR15
  679. FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  680. FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  681. FloatSlash.Position = UDim2.new(0, 168, 0, 148)
  682. FloatSlash.Size = UDim2.new(0, 119, 0, 34)
  683. FloatSlash.Font = Enum.Font.Highway
  684. FloatSlash.FontSize = Enum.FontSize.Size24
  685. FloatSlash.Text = "FloatSlash"
  686. FloatSlash.TextSize = 20
  687. FloatSlash.TextWrapped = true
  688.  
  689. WeirdZombie.Name = "WeirdZombie"
  690. WeirdZombie.Parent = ScrollingFrameR15
  691. WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  692. WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  693. WeirdZombie.Position = UDim2.new(0, 17, 0, 148)
  694. WeirdZombie.Size = UDim2.new(0, 119, 0, 34)
  695. WeirdZombie.Font = Enum.Font.Highway
  696. WeirdZombie.FontSize = Enum.FontSize.Size24
  697. WeirdZombie.Text = "WeirdZombie"
  698. WeirdZombie.TextSize = 20
  699. WeirdZombie.TextWrapped = true
  700.  
  701. DownSlash.Name = "DownSlash"
  702. DownSlash.Parent = ScrollingFrameR15
  703. DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  704. DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  705. DownSlash.Position = UDim2.new(0, 319, 0, 148)
  706. DownSlash.Size = UDim2.new(0, 119, 0, 34)
  707. DownSlash.Font = Enum.Font.Highway
  708. DownSlash.FontSize = Enum.FontSize.Size24
  709. DownSlash.Text = "DownSlash"
  710. DownSlash.TextSize = 20
  711. DownSlash.TextWrapped = true
  712.  
  713. Pull.Name = "Pull"
  714. Pull.Parent = ScrollingFrameR15
  715. Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  716. Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  717. Pull.Position = UDim2.new(0, 17, 0, 104)
  718. Pull.Size = UDim2.new(0, 119, 0, 34)
  719. Pull.Font = Enum.Font.Highway
  720. Pull.FontSize = Enum.FontSize.Size24
  721. Pull.Text = "Pull"
  722. Pull.TextSize = 20
  723. Pull.TextWrapped = true
  724.  
  725. CircleArm.Name = "CircleArm"
  726. CircleArm.Parent = ScrollingFrameR15
  727. CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  728. CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  729. CircleArm.Position = UDim2.new(0, 168, 0, 104)
  730. CircleArm.Size = UDim2.new(0, 119, 0, 34)
  731. CircleArm.Font = Enum.Font.Highway
  732. CircleArm.FontSize = Enum.FontSize.Size24
  733. CircleArm.Text = "CircleArm"
  734. CircleArm.TextSize = 20
  735. CircleArm.TextWrapped = true
  736.  
  737. Bend.Name = "Bend"
  738. Bend.Parent = ScrollingFrameR15
  739. Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  740. Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  741. Bend.Position = UDim2.new(0, 319, 0, 104)
  742. Bend.Size = UDim2.new(0, 119, 0, 34)
  743. Bend.Font = Enum.Font.Highway
  744. Bend.FontSize = Enum.FontSize.Size24
  745. Bend.Text = "Bend"
  746. Bend.TextSize = 20
  747. Bend.TextWrapped = true
  748.  
  749. RotateSlash.Name = "RotateSlash"
  750. RotateSlash.Parent = ScrollingFrameR15
  751. RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  752. RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  753. RotateSlash.Position = UDim2.new(0, 319, 0, 60)
  754. RotateSlash.Size = UDim2.new(0, 119, 0, 34)
  755. RotateSlash.Font = Enum.Font.Highway
  756. RotateSlash.FontSize = Enum.FontSize.Size24
  757. RotateSlash.Text = "RotateSlash"
  758. RotateSlash.TextSize = 20
  759. RotateSlash.TextWrapped = true
  760.  
  761. FlingArms.Name = "FlingArms"
  762. FlingArms.Parent = ScrollingFrameR15
  763. FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157)
  764. FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  765. FlingArms.Position = UDim2.new(0, 168, 0, 60)
  766. FlingArms.Size = UDim2.new(0, 119, 0, 34)
  767. FlingArms.Font = Enum.Font.Highway
  768. FlingArms.FontSize = Enum.FontSize.Size24
  769. FlingArms.Text = "FlingArms"
  770. FlingArms.TextSize = 20
  771. FlingArms.TextWrapped = true
  772.  
  773. -- Buttons
  774. col = Color3.new(0.886275, 0.776471, 0.368627)
  775. loc = Color3.new(1, 0.906471, 0.568627)
  776. rcol = Color3.new(0.682353, 0.701961, 0.792157)
  777. rloc = Color3.new(0.882353, 0.901961, 0.992157)
  778.  
  779. CloseGUI.MouseButton1Click:connect(function()
  780. MainFrame.Visible = false
  781. SideFrame.Visible = true
  782. SideFrame.Position = MainFrame.Position
  783. end)
  784.  
  785. OpenGUI.MouseButton1Click:connect(function()
  786. MainFrame.Visible = true
  787. SideFrame.Visible = false
  788. MainFrame.Position = SideFrame.Position
  789. end)
  790.  
  791. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then
  792. ScrollingFrame.Visible = false
  793. ScrollingFrameR15.Visible = true
  794. CheckR.Text = "Showing R15 Animations"
  795. else
  796. ScrollingFrame.Visible = true
  797. ScrollingFrameR15.Visible = false
  798. CheckR.Text = "Showing R6 Animations"
  799. end
  800.  
  801. local Anim = Instance.new("Animation")
  802. Anim.AnimationId = "rbxassetid://35154961"
  803. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  804. local HeadThrowACTIVE = false
  805. HeadThrow.MouseButton1Click:connect(function()
  806. HeadThrowACTIVE = not HeadThrowACTIVE
  807. if HeadThrowACTIVE then
  808. HeadThrow.BackgroundColor3 = loc
  809. while wait() do
  810. if track.IsPlaying == false then
  811. if HeadThrowACTIVE then
  812. track:Play(.1, 1, 1)
  813. end
  814. end
  815. end
  816. else
  817. track:Stop()
  818. HeadThrow.BackgroundColor3 = col
  819. end
  820. end)
  821.  
  822. local Anim = Instance.new("Animation")
  823. Anim.AnimationId = "rbxassetid://121572214"
  824. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  825. local FloatingHeadACTIVE = false
  826. FloatingHead.MouseButton1Click:connect(function()
  827. FloatingHeadACTIVE = not FloatingHeadACTIVE
  828. if FloatingHeadACTIVE then
  829. track:Play(.1, 1, 1)
  830. FloatingHead.BackgroundColor3 = loc
  831. else
  832. track:Stop()
  833. FloatingHead.BackgroundColor3 = col
  834. end
  835. end)
  836.  
  837. local Anim = Instance.new("Animation")
  838. Anim.AnimationId = "rbxassetid://182724289"
  839. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  840. local CrouchACTIVE = false
  841. Crouch.MouseButton1Click:connect(function()
  842. CrouchACTIVE = not CrouchACTIVE
  843. if CrouchACTIVE then
  844. track:Play(.1, 1, 1)
  845. Crouch.BackgroundColor3 = loc
  846. else
  847. track:Stop()
  848. Crouch.BackgroundColor3 = col
  849. end
  850. end)
  851.  
  852. local Anim = Instance.new("Animation")
  853. Anim.AnimationId = "rbxassetid://282574440"
  854. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  855. local FloorCrawlACTIVE = false
  856. FloorCrawl.MouseButton1Click:connect(function()
  857. FloorCrawlACTIVE = not FloorCrawlACTIVE
  858. if FloorCrawlACTIVE then
  859. track:Play(.1, 1, 1)
  860. FloorCrawl.BackgroundColor3 = loc
  861. else
  862. track:Stop()
  863. FloorCrawl.BackgroundColor3 = col
  864. end
  865. end)
  866.  
  867. local Anim = Instance.new("Animation")
  868. Anim.AnimationId = "rbxassetid://204328711"
  869. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  870. local DinoWalkACTIVE = false
  871. DinoWalk.MouseButton1Click:connect(function()
  872. DinoWalkACTIVE = not DinoWalkACTIVE
  873. if DinoWalkACTIVE then
  874. track:Play(.1, 1, 1)
  875. DinoWalk.BackgroundColor3 = loc
  876. else
  877. track:Stop()
  878. DinoWalk.BackgroundColor3 = col
  879. end
  880. end)
  881.  
  882. local Anim = Instance.new("Animation")
  883. Anim.AnimationId = "rbxassetid://429681631"
  884. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  885. local JumpingJacksACTIVE = false
  886. JumpingJacks.MouseButton1Click:connect(function()
  887. JumpingJacksACTIVE = not JumpingJacksACTIVE
  888. if JumpingJacksACTIVE then
  889. track:Play(.1, 1, 1)
  890. JumpingJacks.BackgroundColor3 = loc
  891. else
  892. track:Stop()
  893. JumpingJacks.BackgroundColor3 = col
  894. end
  895. end)
  896.  
  897. local Anim = Instance.new("Animation")
  898. Anim.AnimationId = "rbxassetid://35154961"
  899. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  900. local LoopHeadACTIVE = false
  901. LoopHead.MouseButton1Click:connect(function()
  902. LoopHeadACTIVE = not LoopHeadACTIVE
  903. if LoopHeadACTIVE then
  904. LoopHead.BackgroundColor3 = loc
  905. while wait() do
  906. if track.IsPlaying == false then
  907. if LoopHeadACTIVE then
  908. track:Play(.5, 1, 1e6)
  909. end
  910. end
  911. end
  912. else
  913. track:Stop()
  914. LoopHead.BackgroundColor3 = col
  915. end
  916. end)
  917.  
  918. local Anim = Instance.new("Animation")
  919. Anim.AnimationId = "rbxassetid://184574340"
  920. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  921. local HeroJumpACTIVE = false
  922. HeroJump.MouseButton1Click:connect(function()
  923. HeroJumpACTIVE = not HeroJumpACTIVE
  924. if HeroJumpACTIVE then
  925. HeroJump.BackgroundColor3 = loc
  926. while wait() do
  927. if track.IsPlaying == false then
  928. if HeroJumpACTIVE then
  929. track:Play(.1, 1, 1)
  930. end
  931. end
  932. end
  933. else
  934. track:Stop()
  935. HeroJump.BackgroundColor3 = col
  936. end
  937. end)
  938.  
  939. local Anim = Instance.new("Animation")
  940. Anim.AnimationId = "rbxassetid://181526230"
  941. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  942. local FaintACTIVE = false
  943. Faint.MouseButton1Click:connect(function()
  944. FaintACTIVE = not FaintACTIVE
  945. if FaintACTIVE then
  946. track:Play(.1, 1, 1)
  947. Faint.BackgroundColor3 = loc
  948. else
  949. track:Stop()
  950. Faint.BackgroundColor3 = col
  951. end
  952. end)
  953.  
  954. local Anim = Instance.new("Animation")
  955. Anim.AnimationId = "rbxassetid://181525546"
  956. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  957. local FloorFaintACTIVE = false
  958. FloorFaint.MouseButton1Click:connect(function()
  959. FloorFaintACTIVE = not FloorFaintACTIVE
  960. if FloorFaintACTIVE then
  961. FloorFaint.BackgroundColor3 = loc
  962. while wait() do
  963. if track.IsPlaying == false then
  964. if FloorFaintACTIVE then
  965. track:Play(.1, 1, 2)
  966. end
  967. end
  968. end
  969. else
  970. track:Stop()
  971. FloorFaint.BackgroundColor3 = col
  972. end
  973. end)
  974.  
  975. local Anim = Instance.new("Animation")
  976. Anim.AnimationId = "rbxassetid://181525546"
  977. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  978. local SuperFaintACTIVE = false
  979. SuperFaint.MouseButton1Click:connect(function()
  980. SuperFaintACTIVE = not SuperFaintACTIVE
  981. if SuperFaintACTIVE then
  982. SuperFaint.BackgroundColor3 = loc
  983. while wait() do
  984. if track.IsPlaying == false then
  985. if SuperFaintACTIVE then
  986. track:Play(.1, 0.5, 40)
  987. end
  988. end
  989. end
  990. else
  991. track:Stop()
  992. SuperFaint.BackgroundColor3 = col
  993. end
  994. end)
  995.  
  996. local Anim = Instance.new("Animation")
  997. Anim.AnimationId = "rbxassetid://313762630"
  998. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  999. local LevitateACTIVE = false
  1000. Levitate.MouseButton1Click:connect(function()
  1001. LevitateACTIVE = not LevitateACTIVE
  1002. if LevitateACTIVE then
  1003. track:Play(.1, 1, 1)
  1004. Levitate.BackgroundColor3 = loc
  1005. else
  1006. track:Stop()
  1007. Levitate.BackgroundColor3 = col
  1008. end
  1009. end)
  1010.  
  1011. local Anim = Instance.new("Animation")
  1012. Anim.AnimationId = "rbxassetid://183412246"
  1013. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1014. local DabACTIVE = false
  1015. Dab.MouseButton1Click:connect(function()
  1016. DabACTIVE = not DabACTIVE
  1017. if DabACTIVE then
  1018. Dab.BackgroundColor3 = loc
  1019. while wait() do
  1020. if track.IsPlaying == false then
  1021. if DabACTIVE then
  1022. track:Play(.1, 1, 1)
  1023. end
  1024. end
  1025. end
  1026. else
  1027. track:Stop()
  1028. Dab.BackgroundColor3 = col
  1029. end
  1030. end)
  1031.  
  1032. local Anim = Instance.new("Animation")
  1033. Anim.AnimationId = "rbxassetid://188632011"
  1034. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1035. local SpinACTIVE = false
  1036. Spinner.MouseButton1Click:connect(function()
  1037. SpinACTIVE = not SpinACTIVE
  1038. if SpinACTIVE then
  1039. Spinner.BackgroundColor3 = loc
  1040. while wait() do
  1041. if track.IsPlaying == false then
  1042. if SpinACTIVE then
  1043. track:Play(.1, 1, 2)
  1044. end
  1045. end
  1046. end
  1047. else
  1048. track:Stop()
  1049. Spinner.BackgroundColor3 = col
  1050. end
  1051. end)
  1052.  
  1053. local Anim = Instance.new("Animation")
  1054. Anim.AnimationId = "rbxassetid://179224234"
  1055. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1056. local FloatSitACTIVE = false
  1057. FloatSit.MouseButton1Click:connect(function()
  1058. FloatSitACTIVE = not FloatSitACTIVE
  1059. if FloatSitACTIVE then
  1060. track:Play(.1, 1, 1)
  1061. FloatSit.BackgroundColor3 = loc
  1062. else
  1063. track:Stop()
  1064. FloatSit.BackgroundColor3 = col
  1065. end
  1066. end)
  1067.  
  1068. local Anim = Instance.new("Animation")
  1069. Anim.AnimationId = "rbxassetid://429703734"
  1070. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1071. local MovingDanceACTIVE = false
  1072. MovingDance.MouseButton1Click:connect(function()
  1073. MovingDanceACTIVE = not MovingDanceACTIVE
  1074. if MovingDanceACTIVE then
  1075. MovingDance.BackgroundColor3 = loc
  1076. while wait() do
  1077. if track.IsPlaying == false then
  1078. if MovingDanceACTIVE then
  1079. track:Play(.1, 1, 1)
  1080. end
  1081. end
  1082. end
  1083. else
  1084. track:Stop()
  1085. MovingDance.BackgroundColor3 = col
  1086. end
  1087. end)
  1088.  
  1089. local Anim = Instance.new("Animation")
  1090. Anim.AnimationId = "rbxassetid://215384594"
  1091. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1092. local WeirdMoveACTIVE = false
  1093. WeirdMove.MouseButton1Click:connect(function()
  1094. WeirdMoveACTIVE = not WeirdMoveACTIVE
  1095. if WeirdMoveACTIVE then
  1096. track:Play(.1, 1, 1)
  1097. WeirdMove.BackgroundColor3 = loc
  1098. else
  1099. track:Stop()
  1100. WeirdMove.BackgroundColor3 = col
  1101. end
  1102. end)
  1103.  
  1104. local Anim = Instance.new("Animation")
  1105. Anim.AnimationId = "rbxassetid://215384594"
  1106. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1107. local CloneIllusionACTIVE = false
  1108. CloneIllusion.MouseButton1Click:connect(function()
  1109. CloneIllusionACTIVE = not CloneIllusionACTIVE
  1110. if CloneIllusionACTIVE then
  1111. track:Play(.5, 1, 1e7)
  1112. CloneIllusion.BackgroundColor3 = loc
  1113. else
  1114. track:Stop()
  1115. CloneIllusion.BackgroundColor3 = col
  1116. end
  1117. end)
  1118.  
  1119. local Anim = Instance.new("Animation")
  1120. Anim.AnimationId = "rbxassetid://313762630"
  1121. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1122. local GlitchLevitateACTIVE = false
  1123. GlitchLevitate.MouseButton1Click:connect(function()
  1124. GlitchLevitateACTIVE = not GlitchLevitateACTIVE
  1125. if GlitchLevitateACTIVE then
  1126. track:Play(.5, 1, 1e7)
  1127. GlitchLevitate.BackgroundColor3 = loc
  1128. else
  1129. track:Stop()
  1130. GlitchLevitate.BackgroundColor3 = col
  1131. end
  1132. end)
  1133.  
  1134. local Anim = Instance.new("Animation")
  1135. Anim.AnimationId = "rbxassetid://429730430"
  1136. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1137. local SpinDanceACTIVE = false
  1138. SpinDance.MouseButton1Click:connect(function()
  1139. SpinDanceACTIVE = not SpinDanceACTIVE
  1140. if SpinDanceACTIVE then
  1141. SpinDance.BackgroundColor3 = loc
  1142. while wait() do
  1143. if track.IsPlaying == false then
  1144. if SpinDanceACTIVE then
  1145. track:Play(.1, 1, 1)
  1146. end
  1147. end
  1148. end
  1149. else
  1150. track:Stop()
  1151. SpinDance.BackgroundColor3 = col
  1152. end
  1153. end)
  1154.  
  1155. local Anim = Instance.new("Animation")
  1156. Anim.AnimationId = "rbxassetid://45834924"
  1157. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1158. local MoonDanceACTIVE = false
  1159. MoonDance.MouseButton1Click:connect(function()
  1160. MoonDanceACTIVE = not MoonDanceACTIVE
  1161. if MoonDanceACTIVE then
  1162. MoonDance.BackgroundColor3 = loc
  1163. while wait() do
  1164. if track.IsPlaying == false then
  1165. if MoonDanceACTIVE then
  1166. track:Play(.1, 1, 1)
  1167. end
  1168. end
  1169. end
  1170. else
  1171. track:Stop()
  1172. MoonDance.BackgroundColor3 = col
  1173. end
  1174. end)
  1175.  
  1176. local Anim = Instance.new("Animation")
  1177. Anim.AnimationId = "rbxassetid://204062532"
  1178. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1179. local FullPunchACTIVE = false
  1180. FullPunch.MouseButton1Click:connect(function()
  1181. FullPunchACTIVE = not FullPunchACTIVE
  1182. if FullPunchACTIVE then
  1183. FullPunch.BackgroundColor3 = loc
  1184. while wait() do
  1185. if track.IsPlaying == false then
  1186. if FullPunchACTIVE then
  1187. track:Play(.1, 1, 1)
  1188. end
  1189. end
  1190. end
  1191. else
  1192. track:Stop()
  1193. FullPunch.BackgroundColor3 = col
  1194. end
  1195. end)
  1196.  
  1197. local Anim = Instance.new("Animation")
  1198. Anim.AnimationId = "rbxassetid://186934910"
  1199. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1200. local SpinDance2ACTIVE = false
  1201. SpinDance2.MouseButton1Click:connect(function()
  1202. SpinDance2ACTIVE = not SpinDance2ACTIVE
  1203. if SpinDance2ACTIVE then
  1204. SpinDance2.BackgroundColor3 = loc
  1205. while wait() do
  1206. if track.IsPlaying == false then
  1207. if SpinDance2ACTIVE then
  1208. track:Play(.1, 1, 1)
  1209. end
  1210. end
  1211. end
  1212. else
  1213. track:Stop()
  1214. SpinDance2.BackgroundColor3 = col
  1215. end
  1216. end)
  1217.  
  1218. local Anim = Instance.new("Animation")
  1219. Anim.AnimationId = "rbxassetid://204292303"
  1220. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1221. local BowDownACTIVE = false
  1222. BowDown.MouseButton1Click:connect(function()
  1223. BowDownACTIVE = not BowDownACTIVE
  1224. if BowDownACTIVE then
  1225. BowDown.BackgroundColor3 = loc
  1226. while wait() do
  1227. if track.IsPlaying == false then
  1228. if BowDownACTIVE then
  1229. track:Play(.1, 1, 3)
  1230. end
  1231. end
  1232. end
  1233. else
  1234. track:Stop()
  1235. BowDown.BackgroundColor3 = col
  1236. end
  1237. end)
  1238.  
  1239. local Anim = Instance.new("Animation")
  1240. Anim.AnimationId = "rbxassetid://204295235"
  1241. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1242. local SwordSlamACTIVE = false
  1243. SwordSlam.MouseButton1Click:connect(function()
  1244. SwordSlamACTIVE = not SwordSlamACTIVE
  1245. if SwordSlamACTIVE then
  1246. SwordSlam.BackgroundColor3 = loc
  1247. while wait() do
  1248. if track.IsPlaying == false then
  1249. if SwordSlamACTIVE then
  1250. track:Play(.1, 1, 1)
  1251. end
  1252. end
  1253. end
  1254. else
  1255. track:Stop()
  1256. SwordSlam.BackgroundColor3 = col
  1257. end
  1258. end)
  1259.  
  1260. local Anim = Instance.new("Animation")
  1261. Anim.AnimationId = "rbxassetid://204295235"
  1262. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1263. local LoopSlamACTIVE = false
  1264. LoopSlam.MouseButton1Click:connect(function()
  1265. LoopSlamACTIVE = not LoopSlamACTIVE
  1266. if LoopSlamACTIVE then
  1267. LoopSlam.BackgroundColor3 = loc
  1268. while wait() do
  1269. if track.IsPlaying == false then
  1270. if LoopSlamACTIVE then
  1271. track:Play(.1, 1, 1e4)
  1272. end
  1273. end
  1274. end
  1275. else
  1276. track:Stop()
  1277. LoopSlam.BackgroundColor3 = col
  1278. end
  1279. end)
  1280.  
  1281. local Anim = Instance.new("Animation")
  1282. Anim.AnimationId = "rbxassetid://184574340"
  1283. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1284. local MegaInsaneACTIVE = false
  1285. MegaInsane.MouseButton1Click:connect(function()
  1286. MegaInsaneACTIVE = not MegaInsaneACTIVE
  1287. if MegaInsaneACTIVE then
  1288. MegaInsane.BackgroundColor3 = loc
  1289. while wait() do
  1290. if track.IsPlaying == false then
  1291. if MegaInsaneACTIVE then
  1292. track:Play(.1, 0.5, 40)
  1293. end
  1294. end
  1295. end
  1296. else
  1297. track:Stop()
  1298. MegaInsane.BackgroundColor3 = col
  1299. end
  1300. end)
  1301.  
  1302. local Anim = Instance.new("Animation")
  1303. Anim.AnimationId = "rbxassetid://126753849"
  1304. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1305. local SuperPunchACTIVE = false
  1306. SuperPunch.MouseButton1Click:connect(function()
  1307. SuperPunchACTIVE = not SuperPunchACTIVE
  1308. if SuperPunchACTIVE then
  1309. SuperPunch.BackgroundColor3 = loc
  1310. while wait() do
  1311. if track.IsPlaying == false then
  1312. if SuperPunchACTIVE then
  1313. track:Play(.1, 1, 3)
  1314. end
  1315. end
  1316. end
  1317. else
  1318. track:Stop()
  1319. SuperPunch.BackgroundColor3 = col
  1320. end
  1321. end)
  1322.  
  1323. local Anim = Instance.new("Animation")
  1324. Anim.AnimationId = "rbxassetid://218504594"
  1325. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1326. local FullSwingACTIVE = false
  1327. FullSwing.MouseButton1Click:connect(function()
  1328. FullSwingACTIVE = not FullSwingACTIVE
  1329. if FullSwingACTIVE then
  1330. FullSwing.BackgroundColor3 = loc
  1331. while wait() do
  1332. if track.IsPlaying == false then
  1333. if FullSwingACTIVE then
  1334. track:Play(.1, 1, 1)
  1335. end
  1336. end
  1337. end
  1338. else
  1339. track:Stop()
  1340. FullSwing.BackgroundColor3 = col
  1341. end
  1342. end)
  1343.  
  1344. local Anim = Instance.new("Animation")
  1345. Anim.AnimationId = "rbxassetid://259438880"
  1346. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1347. local ArmTurbineACTIVE = false
  1348. ArmTurbine.MouseButton1Click:connect(function()
  1349. ArmTurbineACTIVE = not ArmTurbineACTIVE
  1350. if ArmTurbineACTIVE then
  1351. track:Play(.1, 1, 1e3)
  1352. ArmTurbine.BackgroundColor3 = loc
  1353. else
  1354. track:Stop()
  1355. ArmTurbine.BackgroundColor3 = col
  1356. end
  1357. end)
  1358.  
  1359. local Anim = Instance.new("Animation")
  1360. Anim.AnimationId = "rbxassetid://136801964"
  1361. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1362. local BarrelRollACTIVE = false
  1363. BarrelRoll.MouseButton1Click:connect(function()
  1364. BarrelRollACTIVE = not BarrelRollACTIVE
  1365. if BarrelRollACTIVE then
  1366. BarrelRoll.BackgroundColor3 = loc
  1367. while wait() do
  1368. if track.IsPlaying == false then
  1369. if BarrelRollACTIVE then
  1370. track:Play(.1, 1, 1)
  1371. end
  1372. end
  1373. end
  1374. else
  1375. track:Stop()
  1376. BarrelRoll.BackgroundColor3 = col
  1377. end
  1378. end)
  1379.  
  1380. local Anim = Instance.new("Animation")
  1381. Anim.AnimationId = "rbxassetid://180612465"
  1382. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1383. local ScaredACTIVE = false
  1384. Scared.MouseButton1Click:connect(function()
  1385. ScaredACTIVE = not ScaredACTIVE
  1386. if ScaredACTIVE then
  1387. Scared.BackgroundColor3 = loc
  1388. while wait() do
  1389. if track.IsPlaying == false then
  1390. if ScaredACTIVE then
  1391. track:Play(.1, 1, 1)
  1392. end
  1393. end
  1394. end
  1395. else
  1396. track:Stop()
  1397. Scared.BackgroundColor3 = col
  1398. end
  1399. end)
  1400.  
  1401. local Anim = Instance.new("Animation")
  1402. Anim.AnimationId = "rbxassetid://33796059"
  1403. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1404. local InsaneACTIVE = false
  1405. Insane.MouseButton1Click:connect(function()
  1406. InsaneACTIVE = not InsaneACTIVE
  1407. if InsaneACTIVE then
  1408. track:Play(.1, 1, 1e8)
  1409. Insane.BackgroundColor3 = loc
  1410. else
  1411. track:Stop()
  1412. Insane.BackgroundColor3 = col
  1413. end
  1414. end)
  1415.  
  1416. local Anim = Instance.new("Animation")
  1417. Anim.AnimationId = "rbxassetid://33169583"
  1418. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1419. local ArmDetachACTIVE = false
  1420. ArmDetach.MouseButton1Click:connect(function()
  1421. ArmDetachACTIVE = not ArmDetachACTIVE
  1422. if ArmDetachACTIVE then
  1423. ArmDetach.BackgroundColor3 = loc
  1424. while wait() do
  1425. if track.IsPlaying == false then
  1426. if ArmDetachACTIVE then
  1427. track:Play(.1, 1, 1e6)
  1428. end
  1429. end
  1430. end
  1431. else
  1432. track:Stop()
  1433. ArmDetach.BackgroundColor3 = col
  1434. end
  1435. end)
  1436.  
  1437. local Anim = Instance.new("Animation")
  1438. Anim.AnimationId = "rbxassetid://35978879"
  1439. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1440. local SwordSliceACTIVE = false
  1441. SwordSlice.MouseButton1Click:connect(function()
  1442. SwordSliceACTIVE = not SwordSliceACTIVE
  1443. if SwordSliceACTIVE then
  1444. track:Play(.1, 1, 1)
  1445. SwordSlice.BackgroundColor3 = loc
  1446. else
  1447. track:Stop()
  1448. SwordSlice.BackgroundColor3 = col
  1449. end
  1450. end)
  1451.  
  1452. local Anim = Instance.new("Animation")
  1453. Anim.AnimationId = "rbxassetid://27432691"
  1454. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1455. local InsaneArmsACTIVE = false
  1456. InsaneArms.MouseButton1Click:connect(function()
  1457. InsaneArmsACTIVE = not InsaneArmsACTIVE
  1458. if InsaneArmsACTIVE then
  1459. InsaneArms.BackgroundColor3 = loc
  1460. while wait() do
  1461. if track.IsPlaying == false then
  1462. if InsaneArmsACTIVE then
  1463. track:Play(.1, 1, 1e4)
  1464. end
  1465. end
  1466. end
  1467. else
  1468. track:Stop()
  1469. InsaneArms.BackgroundColor3 = col
  1470. end
  1471. end)
  1472. -- R15
  1473. local Anim = Instance.new("Animation")
  1474. Anim.AnimationId = "rbxassetid://674871189"
  1475. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1476. local CrazySlashACTIVE = false
  1477. CrazySlash.MouseButton1Click:connect(function()
  1478. CrazySlashACTIVE = not CrazySlashACTIVE
  1479. if CrazySlashACTIVE then
  1480. CrazySlash.BackgroundColor3 = rloc
  1481. while wait() do
  1482. if track.IsPlaying == false then
  1483. if CrazySlashACTIVE then
  1484. track:Play(.1, 1, 1)
  1485. end
  1486. end
  1487. end
  1488. else
  1489. track:Stop()
  1490. CrazySlash.BackgroundColor3 = rcol
  1491. end
  1492. end)
  1493.  
  1494. local Anim = Instance.new("Animation")
  1495. Anim.AnimationId = "rbxassetid://582855105"
  1496. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1497. local OpenACTIVE = false
  1498. Open.MouseButton1Click:connect(function()
  1499. OpenACTIVE = not OpenACTIVE
  1500. if OpenACTIVE then
  1501. Open.BackgroundColor3 = rloc
  1502. while wait() do
  1503. if track.IsPlaying == false then
  1504. if OpenACTIVE then
  1505. track:Play(.1, 1, 1)
  1506. end
  1507. end
  1508. end
  1509. else
  1510. track:Stop()
  1511. Open.BackgroundColor3 = rcol
  1512. end
  1513. end)
  1514.  
  1515. local Anim = Instance.new("Animation")
  1516. Anim.AnimationId = "rbxassetid://754658275"
  1517. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1518. local R15SpinnerACTIVE = false
  1519. R15Spinner.MouseButton1Click:connect(function()
  1520. R15SpinnerACTIVE = not R15SpinnerACTIVE
  1521. if R15SpinnerACTIVE then
  1522. R15Spinner.BackgroundColor3 = rloc
  1523. while wait() do
  1524. if track.IsPlaying == false then
  1525. if R15SpinnerACTIVE then
  1526. track:Play(.1, 1, 1)
  1527. end
  1528. end
  1529. end
  1530. else
  1531. track:Stop()
  1532. R15Spinner.BackgroundColor3 = rcol
  1533. end
  1534. end)
  1535.  
  1536. local Anim = Instance.new("Animation")
  1537. Anim.AnimationId = "rbxassetid://582384156"
  1538. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1539. local ArmsOutACTIVE = false
  1540. ArmsOut.MouseButton1Click:connect(function()
  1541. ArmsOutACTIVE = not ArmsOutACTIVE
  1542. if ArmsOutACTIVE then
  1543. ArmsOut.BackgroundColor3 = rloc
  1544. while wait() do
  1545. if track.IsPlaying == false then
  1546. if ArmsOutACTIVE then
  1547. track:Play(.1, 1, 1)
  1548. end
  1549. end
  1550. end
  1551. else
  1552. track:Stop()
  1553. ArmsOut.BackgroundColor3 = rcol
  1554. end
  1555. end)
  1556.  
  1557. local Anim = Instance.new("Animation")
  1558. Anim.AnimationId = "rbxassetid://717879555"
  1559. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1560. local FloatSlashACTIVE = false
  1561. FloatSlash.MouseButton1Click:connect(function()
  1562. FloatSlashACTIVE = not FloatSlashACTIVE
  1563. if FloatSlashACTIVE then
  1564. FloatSlash.BackgroundColor3 = rloc
  1565. while wait() do
  1566. if track.IsPlaying == false then
  1567. if FloatSlashACTIVE then
  1568. track:Play(.1, 1, 1)
  1569. end
  1570. end
  1571. end
  1572. else
  1573. track:Stop()
  1574. FloatSlash.BackgroundColor3 = rcol
  1575. end
  1576. end)
  1577.  
  1578. local Anim = Instance.new("Animation")
  1579. Anim.AnimationId = "rbxassetid://708553116"
  1580. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1581. WeirdZombieACTIVE = false
  1582. WeirdZombie.MouseButton1Click:connect(function()
  1583. WeirdZombieACTIVE = not WeirdZombieACTIVE
  1584. if WeirdZombieACTIVE then
  1585. WeirdZombie.BackgroundColor3 = rloc
  1586. while wait() do
  1587. if track.IsPlaying == false then
  1588. if WeirdZombieACTIVE then
  1589. track:Play(.1, 1, 1)
  1590. end
  1591. end
  1592. end
  1593. else
  1594. track:Stop()
  1595. WeirdZombie.BackgroundColor3 = rcol
  1596. end
  1597. end)
  1598.  
  1599. local Anim = Instance.new("Animation")
  1600. Anim.AnimationId = "rbxassetid://746398327"
  1601. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1602. DownSlashACTIVE = false
  1603. DownSlash.MouseButton1Click:connect(function()
  1604. DownSlashACTIVE = not DownSlashACTIVE
  1605. if DownSlashACTIVE then
  1606. DownSlash.BackgroundColor3 = rloc
  1607. while wait() do
  1608. if track.IsPlaying == false then
  1609. if DownSlashACTIVE then
  1610. track:Play(.1, 1, 1)
  1611. end
  1612. end
  1613. end
  1614. else
  1615. track:Stop()
  1616. DownSlash.BackgroundColor3 = rcol
  1617. end
  1618. end)
  1619.  
  1620. local Anim = Instance.new("Animation")
  1621. Anim.AnimationId = "rbxassetid://675025795"
  1622. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1623. PullACTIVE = false
  1624. Pull.MouseButton1Click:connect(function()
  1625. PullACTIVE = not PullACTIVE
  1626. if PullACTIVE then
  1627. Pull.BackgroundColor3 = rloc
  1628. while wait() do
  1629. if track.IsPlaying == false then
  1630. if PullACTIVE then
  1631. track:Play(.1, 1, 1)
  1632. end
  1633. end
  1634. end
  1635. else
  1636. track:Stop()
  1637. Pull.BackgroundColor3 = rcol
  1638. end
  1639. end)
  1640.  
  1641. local Anim = Instance.new("Animation")
  1642. Anim.AnimationId = "rbxassetid://698251653"
  1643. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1644. CircleArmACTIVE = false
  1645. CircleArm.MouseButton1Click:connect(function()
  1646. CircleArmACTIVE = not CircleArmACTIVE
  1647. if CircleArmACTIVE then
  1648. CircleArm.BackgroundColor3 = rloc
  1649. while wait() do
  1650. if track.IsPlaying == false then
  1651. if CircleArmACTIVE then
  1652. track:Play(.1, 1, 1)
  1653. end
  1654. end
  1655. end
  1656. else
  1657. track:Stop()
  1658. CircleArm.BackgroundColor3 = rcol
  1659. end
  1660. end)
  1661.  
  1662. local Anim = Instance.new("Animation")
  1663. Anim.AnimationId = "rbxassetid://696096087"
  1664. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1665. BendACTIVE = false
  1666. Bend.MouseButton1Click:connect(function()
  1667. BendACTIVE = not BendACTIVE
  1668. if BendACTIVE then
  1669. Bend.BackgroundColor3 = rloc
  1670. while wait() do
  1671. if track.IsPlaying == false then
  1672. if BendACTIVE then
  1673. track:Play(.1, 1, 1)
  1674. end
  1675. end
  1676. end
  1677. else
  1678. track:Stop()
  1679. Bend.BackgroundColor3 = rcol
  1680. end
  1681. end)
  1682.  
  1683. local Anim = Instance.new("Animation")
  1684. Anim.AnimationId = "rbxassetid://675025570"
  1685. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1686. RotateSlashACTIVE = false
  1687. RotateSlash.MouseButton1Click:connect(function()
  1688. RotateSlashACTIVE = not RotateSlashACTIVE
  1689. if RotateSlashACTIVE then
  1690. RotateSlash.BackgroundColor3 = rloc
  1691. while wait() do
  1692. if track.IsPlaying == false then
  1693. if RotateSlashACTIVE then
  1694. track:Play(.1, 1, 1)
  1695. end
  1696. end
  1697. end
  1698. else
  1699. track:Stop()
  1700. RotateSlash.BackgroundColor3 = rcol
  1701. end
  1702. end)
  1703.  
  1704. local Anim = Instance.new("Animation")
  1705. Anim.AnimationId = "rbxassetid://754656200"
  1706. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1707. FlingArmsACTIVE = false
  1708. FlingArms.MouseButton1Click:connect(function()
  1709. FlingArmsACTIVE = not FlingArmsACTIVE
  1710. if FlingArmsACTIVE then
  1711. FlingArms.BackgroundColor3 = rloc
  1712. while wait() do
  1713. if track.IsPlaying == false then
  1714. if FlingArmsACTIVE then
  1715. track:Play(.1, 1, 10)
  1716. end
  1717. end
  1718. end
  1719. else
  1720. track:Stop()
  1721. FlingArms.BackgroundColor3 = rcol
  1722. end
  1723. end)
  1724.  
  1725. -- Finished update!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement