Advertisement
_Kipster

Energize Remake Rounded

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