Advertisement
Guest User

FE animation "Jagonation" gui

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