FE Emotes GUI Script - Pastebin.com (2024)

  1. local Energize = Instance.new("ScreenGui")

  2. local MainFrame = Instance.new("Frame")

  3. local GuiBottomFrame = Instance.new("Frame")

  4. local Credits = Instance.new("TextLabel")

  5. local GuiTopFrame = Instance.new("Frame")

  6. local CloseGUI = Instance.new("TextButton")

  7. local Title = Instance.new("TextLabel")

  8. local CheckR = Instance.new("TextLabel")

  9. local ScrollingFrame = Instance.new("ScrollingFrame")

  10. local GlitchLevitate = Instance.new("TextButton")

  11. local FullSwing = Instance.new("TextButton")

  12. local MoonDance = Instance.new("TextButton")

  13. local FullPunch = Instance.new("TextButton")

  14. local FloorFaint = Instance.new("TextButton")

  15. local Crouch = Instance.new("TextButton")

  16. local SpinDance = Instance.new("TextButton")

  17. local JumpingJacks = Instance.new("TextButton")

  18. local ArmDetach = Instance.new("TextButton")

  19. local MegaInsane = Instance.new("TextButton")

  20. local WeirdMove = Instance.new("TextButton")

  21. local DinoWalk = Instance.new("TextButton")

  22. local FloorCrawl = Instance.new("TextButton")

  23. local Spinner = Instance.new("TextButton")

  24. local Faint = Instance.new("TextButton")

  25. local Levitate = Instance.new("TextButton")

  26. local LoopHead = Instance.new("TextButton")

  27. local HeadThrow = Instance.new("TextButton")

  28. local CloneIllusion = Instance.new("TextButton")

  29. local Dab = Instance.new("TextButton")

  30. local BarrelRoll = Instance.new("TextButton")

  31. local Insane = Instance.new("TextButton")

  32. local SwordSlam = Instance.new("TextButton")

  33. local MovingDance = Instance.new("TextButton")

  34. local ArmTurbine = Instance.new("TextButton")

  35. local SuperPunch = Instance.new("TextButton")

  36. local Scared = Instance.new("TextButton")

  37. local LoopSlam = Instance.new("TextButton")

  38. local HeroJump = Instance.new("TextButton")

  39. local SpinDance2 = Instance.new("TextButton")

  40. local SwordSlice = Instance.new("TextButton")

  41. local FloatingHead = Instance.new("TextButton")

  42. local InsaneArms = Instance.new("TextButton")

  43. local SuperFaint = Instance.new("TextButton")

  44. local FloatSit = Instance.new("TextButton")

  45. local BowDown = Instance.new("TextButton")

  46. local ScrollingFrameR15 = Instance.new("ScrollingFrame")

  47. local FloatSlash = Instance.new("TextButton")

  48. local ArmsOut = Instance.new("TextButton")

  49. local DownSlash = Instance.new("TextButton")

  50. local R15Spinner = Instance.new("TextButton")

  51. local WeirdZombie = Instance.new("TextButton")

  52. local CrazySlash = Instance.new("TextButton")

  53. local Pull = Instance.new("TextButton")

  54. local Open = Instance.new("TextButton")

  55. local CircleArm = Instance.new("TextButton")

  56. local Bend = Instance.new("TextButton")

  57. local RotateSlash = Instance.new("TextButton")

  58. local FlingArms = Instance.new("TextButton")

  59. local SideFrame = Instance.new("Frame")

  60. local OpenGUI = Instance.new("TextButton")

  61. local SideFrameTitle = Instance.new("TextLabel")

  62. --Properties:

  63. Energize.Name = "Energize"

  64. Energize.Parent = game.CoreGui

  65. Energize.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  66. MainFrame.Name = "MainFrame"

  67. MainFrame.Active = true

  68. MainFrame.Draggable = true

  69. MainFrame.Parent = Energize

  70. MainFrame.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)

  71. MainFrame.BackgroundTransparency = 0.15000000596046

  72. MainFrame.Position = UDim2.new(0.502199888, 0, 0.552243114, 0)

  73. MainFrame.Size = UDim2.new(0, 426, 0, 258)

  74. GuiBottomFrame.Name = "Gui BottomFrame"

  75. GuiBottomFrame.Parent = MainFrame

  76. GuiBottomFrame.BackgroundColor3 = Color3.new(1, 1, 1)

  77. GuiBottomFrame.BackgroundTransparency = 1

  78. GuiBottomFrame.Position = UDim2.new(0, 0, 0.901309371, 0)

  79. GuiBottomFrame.Size = UDim2.new(0, 426, 0, 25)

  80. Credits.Name = "Credits"

  81. Credits.Parent = GuiBottomFrame

  82. Credits.BackgroundColor3 = Color3.new(0, 0, 0)

  83. Credits.BackgroundTransparency = 1

  84. Credits.Size = UDim2.new(0, 426, 0, 25)

  85. Credits.Font = Enum.Font.SourceSansSemibold

  86. Credits.Text = ""

  87. Credits.TextColor3 = Color3.new(1, 1, 1)

  88. Credits.TextSize = 17

  89. GuiTopFrame.Name = "Gui TopFrame"

  90. GuiTopFrame.Parent = MainFrame

  91. GuiTopFrame.BackgroundColor3 = Color3.new(1, 1, 1)

  92. GuiTopFrame.BackgroundTransparency = 1

  93. GuiTopFrame.Position = UDim2.new(0, 0, -0.00178042857, 0)

  94. GuiTopFrame.Size = UDim2.new(0, 426, 0, 25)

  95. CloseGUI.Name = "CloseGUI"

  96. CloseGUI.Parent = GuiTopFrame

  97. CloseGUI.BackgroundColor3 = Color3.new(0, 0, 0)

  98. CloseGUI.BackgroundTransparency = 0.15000000596046

  99. CloseGUI.BorderSizePixel = 0

  100. CloseGUI.Position = UDim2.new(0.967136145, 0, 0, 0)

  101. CloseGUI.Size = UDim2.new(0, 15, 0, 15)

  102. CloseGUI.Font = Enum.Font.SourceSansSemibold

  103. CloseGUI.Text = "-"

  104. CloseGUI.TextColor3 = Color3.new(1, 1, 1)

  105. CloseGUI.TextSize = 14

  106. Title.Name = "Title"

  107. Title.Parent = GuiTopFrame

  108. Title.BackgroundColor3 = Color3.new(1, 1, 1)

  109. Title.BackgroundTransparency = 1

  110. Title.Position = UDim2.new(0.653472185, 0, 0, 0)

  111. Title.Size = UDim2.new(0, 105, 0, 25)

  112. Title.Font = Enum.Font.SourceSansSemibold

  113. Title.Text = ""

  114. Title.TextColor3 = Color3.new(1, 1, 1)

  115. Title.TextSize = 17

  116. CheckR.Name = "CheckR"

  117. CheckR.Parent = GuiTopFrame

  118. CheckR.BackgroundColor3 = Color3.new(1, 1, 1)

  119. CheckR.BackgroundTransparency = 1

  120. CheckR.Position = UDim2.new(0.0234741792, 0, 0, 0)

  121. CheckR.Size = UDim2.new(0, 194, 0, 24)

  122. CheckR.Font = Enum.Font.SourceSansSemibold

  123. CheckR.Text = "Text"

  124. CheckR.TextColor3 = Color3.new(1, 1, 1)

  125. CheckR.TextSize = 17

  126. CheckR.TextXAlignment = Enum.TextXAlignment.Left

  127. ScrollingFrame.Parent = MainFrame

  128. ScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)

  129. ScrollingFrame.BackgroundTransparency = 0.60000002384186

  130. ScrollingFrame.Position = UDim2.new(0, 0, 0.0951187983, 0)

  131. ScrollingFrame.Size = UDim2.new(0, 426, 0, 207)

  132. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1.29999995, 0)

  133. ScrollingFrame.ScrollBarThickness = 10

  134. GlitchLevitate.Name = "GlitchLevitate"

  135. GlitchLevitate.Parent = ScrollingFrame

  136. GlitchLevitate.BackgroundColor3 = Color3.new(0, 0, 0)

  137. GlitchLevitate.BackgroundTransparency = 0.30000001192093

  138. GlitchLevitate.Position = UDim2.new(0.0469483584, 0, 0.0273178034, 0)

  139. GlitchLevitate.Size = UDim2.new(0, 90, 0, 30)

  140. GlitchLevitate.Font = Enum.Font.SourceSansSemibold

  141. GlitchLevitate.Text = "Glitch Levitate"

  142. GlitchLevitate.TextColor3 = Color3.new(1, 1, 1)

  143. GlitchLevitate.TextSize = 15

  144. FullSwing.Name = "FullSwing"

  145. FullSwing.Parent = ScrollingFrame

  146. FullSwing.BackgroundColor3 = Color3.new(0, 0, 0)

  147. FullSwing.BackgroundTransparency = 0.30000001192093

  148. FullSwing.Position = UDim2.new(0.267605633, 0, 0.0273178034, 0)

  149. FullSwing.Size = UDim2.new(0, 90, 0, 30)

  150. FullSwing.Font = Enum.Font.SourceSansSemibold

  151. FullSwing.Text = "Full Swing"

  152. FullSwing.TextColor3 = Color3.new(1, 1, 1)

  153. FullSwing.TextSize = 15

  154. MoonDance.Name = "MoonDance"

  155. MoonDance.Parent = ScrollingFrame

  156. MoonDance.BackgroundColor3 = Color3.new(0, 0, 0)

  157. MoonDance.BackgroundTransparency = 0.30000001192093

  158. MoonDance.Position = UDim2.new(0.713614941, 0, 0.0273178034, 0)

  159. MoonDance.Size = UDim2.new(0, 90, 0, 30)

  160. MoonDance.Font = Enum.Font.SourceSansSemibold

  161. MoonDance.Text = "Moon Dance"

  162. MoonDance.TextColor3 = Color3.new(1, 1, 1)

  163. MoonDance.TextSize = 15

  164. FullPunch.Name = "FullPunch"

  165. FullPunch.Parent = ScrollingFrame

  166. FullPunch.BackgroundColor3 = Color3.new(0, 0, 0)

  167. FullPunch.BackgroundTransparency = 0.30000001192093

  168. FullPunch.Position = UDim2.new(0.492957741, 0, 0.0273178034, 0)

  169. FullPunch.Size = UDim2.new(0, 90, 0, 30)

  170. FullPunch.Font = Enum.Font.SourceSansSemibold

  171. FullPunch.Text = "Full Punch"

  172. FullPunch.TextColor3 = Color3.new(1, 1, 1)

  173. FullPunch.TextSize = 15

  174. FloorFaint.Name = "FloorFaint"

  175. FloorFaint.Parent = ScrollingFrame

  176. FloorFaint.BackgroundColor3 = Color3.new(0, 0, 0)

  177. FloorFaint.BackgroundTransparency = 0.30000001192093

  178. FloorFaint.Position = UDim2.new(0.0469483584, 0, 0.134652346, 0)

  179. FloorFaint.Size = UDim2.new(0, 90, 0, 30)

  180. FloorFaint.Font = Enum.Font.SourceSansSemibold

  181. FloorFaint.Text = "Floor Faint"

  182. FloorFaint.TextColor3 = Color3.new(1, 1, 1)

  183. FloorFaint.TextSize = 15

  184. Crouch.Name = "Crouch"

  185. Crouch.Parent = ScrollingFrame

  186. Crouch.BackgroundColor3 = Color3.new(0, 0, 0)

  187. Crouch.BackgroundTransparency = 0.30000001192093

  188. Crouch.Position = UDim2.new(0.267605633, 0, 0.134652346, 0)

  189. Crouch.Size = UDim2.new(0, 90, 0, 30)

  190. Crouch.Font = Enum.Font.SourceSansSemibold

  191. Crouch.Text = "Crouch"

  192. Crouch.TextColor3 = Color3.new(1, 1, 1)

  193. Crouch.TextSize = 15

  194. SpinDance.Name = "SpinDance"

  195. SpinDance.Parent = ScrollingFrame

  196. SpinDance.BackgroundColor3 = Color3.new(0, 0, 0)

  197. SpinDance.BackgroundTransparency = 0.30000001192093

  198. SpinDance.Position = UDim2.new(0.713614941, 0, 0.134652346, 0)

  199. SpinDance.Size = UDim2.new(0, 90, 0, 30)

  200. SpinDance.Font = Enum.Font.SourceSansSemibold

  201. SpinDance.Text = "Spin Dance"

  202. SpinDance.TextColor3 = Color3.new(1, 1, 1)

  203. SpinDance.TextSize = 15

  204. JumpingJacks.Name = "JumpingJacks"

  205. JumpingJacks.Parent = ScrollingFrame

  206. JumpingJacks.BackgroundColor3 = Color3.new(0, 0, 0)

  207. JumpingJacks.BackgroundTransparency = 0.30000001192093

  208. JumpingJacks.Position = UDim2.new(0.492957741, 0, 0.134652346, 0)

  209. JumpingJacks.Size = UDim2.new(0, 90, 0, 30)

  210. JumpingJacks.Font = Enum.Font.SourceSansSemibold

  211. JumpingJacks.Text = "Jumping Jacks"

  212. JumpingJacks.TextColor3 = Color3.new(1, 1, 1)

  213. JumpingJacks.TextSize = 15

  214. ArmDetach.Name = "ArmDetach"

  215. ArmDetach.Parent = ScrollingFrame

  216. ArmDetach.BackgroundColor3 = Color3.new(0, 0, 0)

  217. ArmDetach.BackgroundTransparency = 0.30000001192093

  218. ArmDetach.Position = UDim2.new(0.0469483584, 0, 0.241986871, 0)

  219. ArmDetach.Size = UDim2.new(0, 90, 0, 30)

  220. ArmDetach.Font = Enum.Font.SourceSansSemibold

  221. ArmDetach.Text = "Arm Detach"

  222. ArmDetach.TextColor3 = Color3.new(1, 1, 1)

  223. ArmDetach.TextSize = 15

  224. MegaInsane.Name = "MegaInsane"

  225. MegaInsane.Parent = ScrollingFrame

  226. MegaInsane.BackgroundColor3 = Color3.new(0, 0, 0)

  227. MegaInsane.BackgroundTransparency = 0.30000001192093

  228. MegaInsane.Position = UDim2.new(0.267605633, 0, 0.241986871, 0)

  229. MegaInsane.Size = UDim2.new(0, 90, 0, 30)

  230. MegaInsane.Font = Enum.Font.SourceSansSemibold

  231. MegaInsane.Text = "Mega Insane"

  232. MegaInsane.TextColor3 = Color3.new(1, 1, 1)

  233. MegaInsane.TextSize = 15

  234. WeirdMove.Name = "WeirdMove"

  235. WeirdMove.Parent = ScrollingFrame

  236. WeirdMove.BackgroundColor3 = Color3.new(0, 0, 0)

  237. WeirdMove.BackgroundTransparency = 0.30000001192093

  238. WeirdMove.Position = UDim2.new(0.713614941, 0, 0.241986871, 0)

  239. WeirdMove.Size = UDim2.new(0, 90, 0, 30)

  240. WeirdMove.Font = Enum.Font.SourceSansSemibold

  241. WeirdMove.Text = "Weird Move"

  242. WeirdMove.TextColor3 = Color3.new(1, 1, 1)

  243. WeirdMove.TextSize = 15

  244. DinoWalk.Name = "DinoWalk"

  245. DinoWalk.Parent = ScrollingFrame

  246. DinoWalk.BackgroundColor3 = Color3.new(0, 0, 0)

  247. DinoWalk.BackgroundTransparency = 0.30000001192093

  248. DinoWalk.Position = UDim2.new(0.492957741, 0, 0.241986871, 0)

  249. DinoWalk.Size = UDim2.new(0, 90, 0, 30)

  250. DinoWalk.Font = Enum.Font.SourceSansSemibold

  251. DinoWalk.Text = "Dino Walk"

  252. DinoWalk.TextColor3 = Color3.new(1, 1, 1)

  253. DinoWalk.TextSize = 15

  254. FloorCrawl.Name = "FloorCrawl"

  255. FloorCrawl.Parent = ScrollingFrame

  256. FloorCrawl.BackgroundColor3 = Color3.new(0, 0, 0)

  257. FloorCrawl.BackgroundTransparency = 0.30000001192093

  258. FloorCrawl.Position = UDim2.new(0.492957741, 0, 0.349321395, 0)

  259. FloorCrawl.Size = UDim2.new(0, 90, 0, 30)

  260. FloorCrawl.Font = Enum.Font.SourceSansSemibold

  261. FloorCrawl.Text = "Floor Crawl"

  262. FloorCrawl.TextColor3 = Color3.new(1, 1, 1)

  263. FloorCrawl.TextSize = 15

  264. Spinner.Name = "Spinner"

  265. Spinner.Parent = ScrollingFrame

  266. Spinner.BackgroundColor3 = Color3.new(0, 0, 0)

  267. Spinner.BackgroundTransparency = 0.30000001192093

  268. Spinner.Position = UDim2.new(0.267605633, 0, 0.349321395, 0)

  269. Spinner.Size = UDim2.new(0, 90, 0, 30)

  270. Spinner.Font = Enum.Font.SourceSansSemibold

  271. Spinner.Text = "Spinner"

  272. Spinner.TextColor3 = Color3.new(1, 1, 1)

  273. Spinner.TextSize = 15

  274. Faint.Name = "Faint"

  275. Faint.Parent = ScrollingFrame

  276. Faint.BackgroundColor3 = Color3.new(0, 0, 0)

  277. Faint.BackgroundTransparency = 0.30000001192093

  278. Faint.Position = UDim2.new(0.713614941, 0, 0.349321395, 0)

  279. Faint.Size = UDim2.new(0, 90, 0, 30)

  280. Faint.Font = Enum.Font.SourceSansSemibold

  281. Faint.Text = "Faint"

  282. Faint.TextColor3 = Color3.new(1, 1, 1)

  283. Faint.TextSize = 15

  284. Levitate.Name = "Levitate"

  285. Levitate.Parent = ScrollingFrame

  286. Levitate.BackgroundColor3 = Color3.new(0, 0, 0)

  287. Levitate.BackgroundTransparency = 0.30000001192093

  288. Levitate.Position = UDim2.new(0.0469483584, 0, 0.349321395, 0)

  289. Levitate.Size = UDim2.new(0, 90, 0, 30)

  290. Levitate.Font = Enum.Font.SourceSansSemibold

  291. Levitate.Text = "Levitate"

  292. Levitate.TextColor3 = Color3.new(1, 1, 1)

  293. Levitate.TextSize = 15

  294. LoopHead.Name = "LoopHead"

  295. LoopHead.Parent = ScrollingFrame

  296. LoopHead.BackgroundColor3 = Color3.new(0, 0, 0)

  297. LoopHead.BackgroundTransparency = 0.30000001192093

  298. LoopHead.Position = UDim2.new(0.0469483584, 0, 0.456655949, 0)

  299. LoopHead.Size = UDim2.new(0, 90, 0, 30)

  300. LoopHead.Font = Enum.Font.SourceSansSemibold

  301. LoopHead.Text = "Loop Head"

  302. LoopHead.TextColor3 = Color3.new(1, 1, 1)

  303. LoopHead.TextSize = 15

  304. HeadThrow.Name = "HeadThrow"

  305. HeadThrow.Parent = ScrollingFrame

  306. HeadThrow.BackgroundColor3 = Color3.new(0, 0, 0)

  307. HeadThrow.BackgroundTransparency = 0.30000001192093

  308. HeadThrow.Position = UDim2.new(0.267605633, 0, 0.456655949, 0)

  309. HeadThrow.Size = UDim2.new(0, 90, 0, 30)

  310. HeadThrow.Font = Enum.Font.SourceSansSemibold

  311. HeadThrow.Text = "Head Throw"

  312. HeadThrow.TextColor3 = Color3.new(1, 1, 1)

  313. HeadThrow.TextSize = 15

  314. CloneIllusion.Name = "CloneIllusion"

  315. CloneIllusion.Parent = ScrollingFrame

  316. CloneIllusion.BackgroundColor3 = Color3.new(0, 0, 0)

  317. CloneIllusion.BackgroundTransparency = 0.30000001192093

  318. CloneIllusion.Position = UDim2.new(0.713614941, 0, 0.456655949, 0)

  319. CloneIllusion.Size = UDim2.new(0, 90, 0, 30)

  320. CloneIllusion.Font = Enum.Font.SourceSansSemibold

  321. CloneIllusion.Text = "Clone Illusion"

  322. CloneIllusion.TextColor3 = Color3.new(1, 1, 1)

  323. CloneIllusion.TextSize = 15

  324. Dab.Name = "Dab"

  325. Dab.Parent = ScrollingFrame

  326. Dab.BackgroundColor3 = Color3.new(0, 0, 0)

  327. Dab.BackgroundTransparency = 0.30000001192093

  328. Dab.Position = UDim2.new(0.492957741, 0, 0.456655949, 0)

  329. Dab.Size = UDim2.new(0, 90, 0, 30)

  330. Dab.Font = Enum.Font.SourceSansSemibold

  331. Dab.Text = "Dab"

  332. Dab.TextColor3 = Color3.new(1, 1, 1)

  333. Dab.TextSize = 15

  334. BarrelRoll.Name = "BarrelRoll"

  335. BarrelRoll.Parent = ScrollingFrame

  336. BarrelRoll.BackgroundColor3 = Color3.new(0, 0, 0)

  337. BarrelRoll.BackgroundTransparency = 0.30000001192093

  338. BarrelRoll.Position = UDim2.new(0.492957741, 0, 0.563990533, 0)

  339. BarrelRoll.Size = UDim2.new(0, 90, 0, 30)

  340. BarrelRoll.Font = Enum.Font.SourceSansSemibold

  341. BarrelRoll.Text = "Barrel Roll"

  342. BarrelRoll.TextColor3 = Color3.new(1, 1, 1)

  343. BarrelRoll.TextSize = 15

  344. Insane.Name = "Insane"

  345. Insane.Parent = ScrollingFrame

  346. Insane.BackgroundColor3 = Color3.new(0, 0, 0)

  347. Insane.BackgroundTransparency = 0.30000001192093

  348. Insane.Position = UDim2.new(0.267605633, 0, 0.563990533, 0)

  349. Insane.Size = UDim2.new(0, 90, 0, 30)

  350. Insane.Font = Enum.Font.SourceSansSemibold

  351. Insane.Text = "Insane"

  352. Insane.TextColor3 = Color3.new(1, 1, 1)

  353. Insane.TextSize = 15

  354. SwordSlam.Name = "SwordSlam"

  355. SwordSlam.Parent = ScrollingFrame

  356. SwordSlam.BackgroundColor3 = Color3.new(0, 0, 0)

  357. SwordSlam.BackgroundTransparency = 0.30000001192093

  358. SwordSlam.Position = UDim2.new(0.713614941, 0, 0.563990533, 0)

  359. SwordSlam.Size = UDim2.new(0, 90, 0, 30)

  360. SwordSlam.Font = Enum.Font.SourceSansSemibold

  361. SwordSlam.Text = "Sword Slam"

  362. SwordSlam.TextColor3 = Color3.new(1, 1, 1)

  363. SwordSlam.TextSize = 15

  364. MovingDance.Name = "MovingDance"

  365. MovingDance.Parent = ScrollingFrame

  366. MovingDance.BackgroundColor3 = Color3.new(0, 0, 0)

  367. MovingDance.BackgroundTransparency = 0.30000001192093

  368. MovingDance.Position = UDim2.new(0.0469483584, 0, 0.563990533, 0)

  369. MovingDance.Size = UDim2.new(0, 90, 0, 30)

  370. MovingDance.Font = Enum.Font.SourceSansSemibold

  371. MovingDance.Text = "Moving Dance"

  372. MovingDance.TextColor3 = Color3.new(1, 1, 1)

  373. MovingDance.TextSize = 15

  374. ArmTurbine.Name = "ArmTurbine"

  375. ArmTurbine.Parent = ScrollingFrame

  376. ArmTurbine.BackgroundColor3 = Color3.new(0, 0, 0)

  377. ArmTurbine.BackgroundTransparency = 0.30000001192093

  378. ArmTurbine.Position = UDim2.new(0.267605633, 0, 0.671325028, 0)

  379. ArmTurbine.Size = UDim2.new(0, 90, 0, 30)

  380. ArmTurbine.Font = Enum.Font.SourceSansSemibold

  381. ArmTurbine.Text = "Arm Turbine"

  382. ArmTurbine.TextColor3 = Color3.new(1, 1, 1)

  383. ArmTurbine.TextSize = 15

  384. SuperPunch.Name = "SuperPunch"

  385. SuperPunch.Parent = ScrollingFrame

  386. SuperPunch.BackgroundColor3 = Color3.new(0, 0, 0)

  387. SuperPunch.BackgroundTransparency = 0.30000001192093

  388. SuperPunch.Position = UDim2.new(0.0469483584, 0, 0.671325028, 0)

  389. SuperPunch.Size = UDim2.new(0, 90, 0, 30)

  390. SuperPunch.Font = Enum.Font.SourceSansSemibold

  391. SuperPunch.Text = "Super Punch"

  392. SuperPunch.TextColor3 = Color3.new(1, 1, 1)

  393. SuperPunch.TextSize = 15

  394. Scared.Name = "Scared"

  395. Scared.Parent = ScrollingFrame

  396. Scared.BackgroundColor3 = Color3.new(0, 0, 0)

  397. Scared.BackgroundTransparency = 0.30000001192093

  398. Scared.Position = UDim2.new(0.267605633, 0, 0.778659523, 0)

  399. Scared.Size = UDim2.new(0, 90, 0, 30)

  400. Scared.Font = Enum.Font.SourceSansSemibold

  401. Scared.Text = "Scared"

  402. Scared.TextColor3 = Color3.new(1, 1, 1)

  403. Scared.TextSize = 15

  404. LoopSlam.Name = "LoopSlam"

  405. LoopSlam.Parent = ScrollingFrame

  406. LoopSlam.BackgroundColor3 = Color3.new(0, 0, 0)

  407. LoopSlam.BackgroundTransparency = 0.30000001192093

  408. LoopSlam.Position = UDim2.new(0.713614941, 0, 0.671325028, 0)

  409. LoopSlam.Size = UDim2.new(0, 90, 0, 30)

  410. LoopSlam.Font = Enum.Font.SourceSansSemibold

  411. LoopSlam.Text = "Loop Slam"

  412. LoopSlam.TextColor3 = Color3.new(1, 1, 1)

  413. LoopSlam.TextSize = 15

  414. HeroJump.Name = "HeroJump"

  415. HeroJump.Parent = ScrollingFrame

  416. HeroJump.BackgroundColor3 = Color3.new(0, 0, 0)

  417. HeroJump.BackgroundTransparency = 0.30000001192093

  418. HeroJump.Position = UDim2.new(0.0469483584, 0, 0.778659523, 0)

  419. HeroJump.Size = UDim2.new(0, 90, 0, 30)

  420. HeroJump.Font = Enum.Font.SourceSansSemibold

  421. HeroJump.Text = "Hero Jump"

  422. HeroJump.TextColor3 = Color3.new(1, 1, 1)

  423. HeroJump.TextSize = 15

  424. SpinDance2.Name = "SpinDance2"

  425. SpinDance2.Parent = ScrollingFrame

  426. SpinDance2.BackgroundColor3 = Color3.new(0, 0, 0)

  427. SpinDance2.BackgroundTransparency = 0.30000001192093

  428. SpinDance2.Position = UDim2.new(0.713614941, 0, 0.778659523, 0)

  429. SpinDance2.Size = UDim2.new(0, 90, 0, 30)

  430. SpinDance2.Font = Enum.Font.SourceSansSemibold

  431. SpinDance2.Text = "Spin Dance 2"

  432. SpinDance2.TextColor3 = Color3.new(1, 1, 1)

  433. SpinDance2.TextSize = 15

  434. SwordSlice.Name = "SwordSlice"

  435. SwordSlice.Parent = ScrollingFrame

  436. SwordSlice.BackgroundColor3 = Color3.new(0, 0, 0)

  437. SwordSlice.BackgroundTransparency = 0.30000001192093

  438. SwordSlice.Position = UDim2.new(0.492957741, 0, 0.671325028, 0)

  439. SwordSlice.Size = UDim2.new(0, 90, 0, 30)

  440. SwordSlice.Font = Enum.Font.SourceSansSemibold

  441. SwordSlice.Text = "Sword Slice"

  442. SwordSlice.TextColor3 = Color3.new(1, 1, 1)

  443. SwordSlice.TextSize = 15

  444. FloatingHead.Name = "FloatingHead"

  445. FloatingHead.Parent = ScrollingFrame

  446. FloatingHead.BackgroundColor3 = Color3.new(0, 0, 0)

  447. FloatingHead.BackgroundTransparency = 0.30000001192093

  448. FloatingHead.Position = UDim2.new(0.492957741, 0, 0.778659523, 0)

  449. FloatingHead.Size = UDim2.new(0, 90, 0, 30)

  450. FloatingHead.Font = Enum.Font.SourceSansSemibold

  451. FloatingHead.Text = "Floating Head"

  452. FloatingHead.TextColor3 = Color3.new(1, 1, 1)

  453. FloatingHead.TextSize = 15

  454. InsaneArms.Name = "InsaneArms"

  455. InsaneArms.Parent = ScrollingFrame

  456. InsaneArms.BackgroundColor3 = Color3.new(0, 0, 0)

  457. InsaneArms.BackgroundTransparency = 0.30000001192093

  458. InsaneArms.Position = UDim2.new(0.0469483584, 0, 0.888975561, 0)

  459. InsaneArms.Size = UDim2.new(0, 90, 0, 30)

  460. InsaneArms.Font = Enum.Font.SourceSansSemibold

  461. InsaneArms.Text = "Insane Arms"

  462. InsaneArms.TextColor3 = Color3.new(1, 1, 1)

  463. InsaneArms.TextSize = 15

  464. SuperFaint.Name = "SuperFaint"

  465. SuperFaint.Parent = ScrollingFrame

  466. SuperFaint.BackgroundColor3 = Color3.new(0, 0, 0)

  467. SuperFaint.BackgroundTransparency = 0.30000001192093

  468. SuperFaint.Position = UDim2.new(0.267605633, 0, 0.888975561, 0)

  469. SuperFaint.Size = UDim2.new(0, 90, 0, 30)

  470. SuperFaint.Font = Enum.Font.SourceSansSemibold

  471. SuperFaint.Text = "Super Faint"

  472. SuperFaint.TextColor3 = Color3.new(1, 1, 1)

  473. SuperFaint.TextSize = 15

  474. FloatSit.Name = "FloatSit"

  475. FloatSit.Parent = ScrollingFrame

  476. FloatSit.BackgroundColor3 = Color3.new(0, 0, 0)

  477. FloatSit.BackgroundTransparency = 0.30000001192093

  478. FloatSit.Position = UDim2.new(0.492957741, 0, 0.888975561, 0)

  479. FloatSit.Size = UDim2.new(0, 90, 0, 30)

  480. FloatSit.Font = Enum.Font.SourceSansSemibold

  481. FloatSit.Text = "FloatSit"

  482. FloatSit.TextColor3 = Color3.new(1, 1, 1)

  483. FloatSit.TextSize = 15

  484. BowDown.Name = "BowDown"

  485. BowDown.Parent = ScrollingFrame

  486. BowDown.BackgroundColor3 = Color3.new(0, 0, 0)

  487. BowDown.BackgroundTransparency = 0.30000001192093

  488. BowDown.Position = UDim2.new(0.713614941, 0, 0.888975561, 0)

  489. BowDown.Size = UDim2.new(0, 90, 0, 30)

  490. BowDown.Font = Enum.Font.SourceSansSemibold

  491. BowDown.Text = "Bow Down"

  492. BowDown.TextColor3 = Color3.new(1, 1, 1)

  493. BowDown.TextSize = 15

  494. ScrollingFrameR15.Name = "ScrollingFrameR15"

  495. ScrollingFrameR15.Parent = MainFrame

  496. ScrollingFrameR15.BackgroundColor3 = Color3.new(0, 0, 0)

  497. ScrollingFrameR15.BackgroundTransparency = 0.60000002384186

  498. ScrollingFrameR15.Position = UDim2.new(-0.00150352798, 0, 0.0951187983, 0)

  499. ScrollingFrameR15.Size = UDim2.new(0, 427, 0, 207)

  500. ScrollingFrameR15.CanvasSize = UDim2.new(0, 0, 0.430000007, 0)

  501. ScrollingFrameR15.ScrollBarThickness = 10

  502. FloatSlash.Name = "FloatSlash"

  503. FloatSlash.Parent = ScrollingFrameR15

  504. FloatSlash.BackgroundColor3 = Color3.new(0, 0, 0)

  505. FloatSlash.BackgroundTransparency = 0.30000001192093

  506. FloatSlash.Position = UDim2.new(0.0563380271, 0, 0.0405257866, 0)

  507. FloatSlash.Size = UDim2.new(0, 90, 0, 30)

  508. FloatSlash.Font = Enum.Font.SourceSansSemibold

  509. FloatSlash.Text = "Float Slash"

  510. FloatSlash.TextColor3 = Color3.new(1, 1, 1)

  511. FloatSlash.TextSize = 15

  512. ArmsOut.Name = "ArmsOut"

  513. ArmsOut.Parent = ScrollingFrameR15

  514. ArmsOut.BackgroundColor3 = Color3.new(0, 0, 0)

  515. ArmsOut.BackgroundTransparency = 0.30000001192093

  516. ArmsOut.Position = UDim2.new(0.28169015, 0, 0.0405257866, 0)

  517. ArmsOut.Size = UDim2.new(0, 90, 0, 30)

  518. ArmsOut.Font = Enum.Font.SourceSansSemibold

  519. ArmsOut.Text = " Arms Out"

  520. ArmsOut.TextColor3 = Color3.new(1, 1, 1)

  521. ArmsOut.TextSize = 15

  522. DownSlash.Name = "DownSlash"

  523. DownSlash.Parent = ScrollingFrameR15

  524. DownSlash.BackgroundColor3 = Color3.new(0, 0, 0)

  525. DownSlash.BackgroundTransparency = 0.30000001192093

  526. DownSlash.Position = UDim2.new(0.507042229, 0, 0.0405257866, 0)

  527. DownSlash.Size = UDim2.new(0, 90, 0, 30)

  528. DownSlash.Font = Enum.Font.SourceSansSemibold

  529. DownSlash.Text = "Down Slash"

  530. DownSlash.TextColor3 = Color3.new(1, 1, 1)

  531. DownSlash.TextSize = 15

  532. R15Spinner.Name = "R15Spinner"

  533. R15Spinner.Parent = ScrollingFrameR15

  534. R15Spinner.BackgroundColor3 = Color3.new(0, 0, 0)

  535. R15Spinner.BackgroundTransparency = 0.30000001192093

  536. R15Spinner.Position = UDim2.new(0.732394338, 0, 0.0405257866, 0)

  537. R15Spinner.Size = UDim2.new(0, 90, 0, 30)

  538. R15Spinner.Font = Enum.Font.SourceSansSemibold

  539. R15Spinner.Text = "Spinner"

  540. R15Spinner.TextColor3 = Color3.new(1, 1, 1)

  541. R15Spinner.TextSize = 15

  542. WeirdZombie.Name = "WeirdZombie"

  543. WeirdZombie.Parent = ScrollingFrameR15

  544. WeirdZombie.BackgroundColor3 = Color3.new(0, 0, 0)

  545. WeirdZombie.BackgroundTransparency = 0.30000001192093

  546. WeirdZombie.Position = UDim2.new(0.28169015, 0, 0.213602722, 0)

  547. WeirdZombie.Size = UDim2.new(0, 90, 0, 30)

  548. WeirdZombie.Font = Enum.Font.SourceSansSemibold

  549. WeirdZombie.Text = "Weird Zombie"

  550. WeirdZombie.TextColor3 = Color3.new(1, 1, 1)

  551. WeirdZombie.TextSize = 15

  552. CrazySlash.Name = "CrazySlash"

  553. CrazySlash.Parent = ScrollingFrameR15

  554. CrazySlash.BackgroundColor3 = Color3.new(0, 0, 0)

  555. CrazySlash.BackgroundTransparency = 0.30000001192093

  556. CrazySlash.Position = UDim2.new(0.0563380271, 0, 0.213602722, 0)

  557. CrazySlash.Size = UDim2.new(0, 90, 0, 30)

  558. CrazySlash.Font = Enum.Font.SourceSansSemibold

  559. CrazySlash.Text = "Crazy Slash"

  560. CrazySlash.TextColor3 = Color3.new(1, 1, 1)

  561. CrazySlash.TextSize = 15

  562. Pull.Name = "Pull"

  563. Pull.Parent = ScrollingFrameR15

  564. Pull.BackgroundColor3 = Color3.new(0, 0, 0)

  565. Pull.BackgroundTransparency = 0.30000001192093

  566. Pull.Position = UDim2.new(0.507042229, 0, 0.213602722, 0)

  567. Pull.Size = UDim2.new(0, 90, 0, 30)

  568. Pull.Font = Enum.Font.SourceSansSemibold

  569. Pull.Text = "Pull"

  570. Pull.TextColor3 = Color3.new(1, 1, 1)

  571. Pull.TextSize = 15

  572. Open.Name = "Open"

  573. Open.Parent = ScrollingFrameR15

  574. Open.BackgroundColor3 = Color3.new(0, 0, 0)

  575. Open.BackgroundTransparency = 0.30000001192093

  576. Open.Position = UDim2.new(0.732394338, 0, 0.213602722, 0)

  577. Open.Size = UDim2.new(0, 90, 0, 30)

  578. Open.Font = Enum.Font.SourceSansSemibold

  579. Open.Text = "Open"

  580. Open.TextColor3 = Color3.new(1, 1, 1)

  581. Open.TextSize = 15

  582. CircleArm.Name = "CircleArm"

  583. CircleArm.Parent = ScrollingFrameR15

  584. CircleArm.BackgroundColor3 = Color3.new(0, 0, 0)

  585. CircleArm.BackgroundTransparency = 0.30000001192093

  586. CircleArm.Position = UDim2.new(0.0563380271, 0, 0.386679649, 0)

  587. CircleArm.Size = UDim2.new(0, 90, 0, 30)

  588. CircleArm.Font = Enum.Font.SourceSansSemibold

  589. CircleArm.Text = "Circle Arm"

  590. CircleArm.TextColor3 = Color3.new(1, 1, 1)

  591. CircleArm.TextSize = 15

  592. Bend.Name = "Bend"

  593. Bend.Parent = ScrollingFrameR15

  594. Bend.BackgroundColor3 = Color3.new(0, 0, 0)

  595. Bend.BackgroundTransparency = 0.30000001192093

  596. Bend.Position = UDim2.new(0.28169015, 0, 0.386679649, 0)

  597. Bend.Size = UDim2.new(0, 90, 0, 30)

  598. Bend.Font = Enum.Font.SourceSansSemibold

  599. Bend.Text = "Bend"

  600. Bend.TextColor3 = Color3.new(1, 1, 1)

  601. Bend.TextSize = 15

  602. RotateSlash.Name = "RotateSlash"

  603. RotateSlash.Parent = ScrollingFrameR15

  604. RotateSlash.BackgroundColor3 = Color3.new(0, 0, 0)

  605. RotateSlash.BackgroundTransparency = 0.30000001192093

  606. RotateSlash.Position = UDim2.new(0.507042229, 0, 0.386679649, 0)

  607. RotateSlash.Size = UDim2.new(0, 90, 0, 30)

  608. RotateSlash.Font = Enum.Font.SourceSansSemibold

  609. RotateSlash.Text = "Rotate Slash"

  610. RotateSlash.TextColor3 = Color3.new(1, 1, 1)

  611. RotateSlash.TextSize = 15

  612. FlingArms.Name = "FlingArms"

  613. FlingArms.Parent = ScrollingFrameR15

  614. FlingArms.BackgroundColor3 = Color3.new(0, 0, 0)

  615. FlingArms.BackgroundTransparency = 0.30000001192093

  616. FlingArms.Position = UDim2.new(0.732394338, 0, 0.386679649, 0)

  617. FlingArms.Size = UDim2.new(0, 90, 0, 30)

  618. FlingArms.Font = Enum.Font.SourceSansSemibold

  619. FlingArms.Text = "Fling Arms"

  620. FlingArms.TextColor3 = Color3.new(1, 1, 1)

  621. FlingArms.TextSize = 15

  622. SideFrame.Name = "SideFrame"

  623. SideFrame.Active = true

  624. SideFrame.Draggable = true

  625. SideFrame.Visible = false

  626. SideFrame.Parent = Energize

  627. SideFrame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)

  628. SideFrame.BackgroundTransparency = 0.15000000596046

  629. SideFrame.Position = UDim2.new(0.502199769, 0, 0.55104512, 0)

  630. SideFrame.Size = UDim2.new(0, 426, 0, 25)

  631. OpenGUI.Name = "OpenGUI"

  632. OpenGUI.Parent = SideFrame

  633. OpenGUI.BackgroundColor3 = Color3.new(0, 0, 0)

  634. OpenGUI.BackgroundTransparency = 0.15000000596046

  635. OpenGUI.BorderSizePixel = 0

  636. OpenGUI.Position = UDim2.new(0.967136145, 0, 0, 0)

  637. OpenGUI.Size = UDim2.new(0, 15, 0, 15)

  638. OpenGUI.Font = Enum.Font.SourceSansSemibold

  639. OpenGUI.Text = "+"

  640. OpenGUI.TextColor3 = Color3.new(1, 1, 1)

  641. OpenGUI.TextSize = 14

  642. SideFrameTitle.Name = "SideFrameTitle"

  643. SideFrameTitle.Parent = SideFrame

  644. SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1)

  645. SideFrameTitle.BackgroundTransparency = 1

  646. SideFrameTitle.Position = UDim2.new(0.364739805, 0, 0, 0)

  647. SideFrameTitle.Size = UDim2.new(0, 115, 0, 25)

  648. SideFrameTitle.Font = Enum.Font.SourceSansSemibold

  649. SideFrameTitle.Text = "Emotes"

  650. SideFrameTitle.TextColor3 = Color3.new(1, 1, 1)

  651. SideFrameTitle.TextSize = 17

  652. -- Scripts:

  653. col = Color3.fromRGB(0, 0, 0)

  654. loc = Color3.fromRGB(255, 117, 19)

  655. rcol = Color3.fromRGB(0, 0, 0)

  656. rloc = Color3.fromRGB(255, 117, 19)

  657. CloseGUI.MouseButton1Click:connect(function()

  658. MainFrame.Visible = false

  659. SideFrame.Visible = true

  660. SideFrame.Position = MainFrame.Position

  661. end)

  662. OpenGUI.MouseButton1Click:connect(function()

  663. MainFrame.Visible = true

  664. SideFrame.Visible = false

  665. MainFrame.Position = SideFrame.Position

  666. end)

  667. if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then

  668. ScrollingFrame.Visible = false

  669. ScrollingFrameR15.Visible = true

  670. CheckR.Text = "R15 Emotes"

  671. else

  672. ScrollingFrame.Visible = true

  673. ScrollingFrameR15.Visible = false

  674. CheckR.Text = "R6 Emotes"

  675. end

  676. local Anim = Instance.new("Animation")

  677. Anim.AnimationId = "rbxassetid://35154961"

  678. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  679. local HeadThrowACTIVE = false

  680. HeadThrow.MouseButton1Click:connect(function()

  681. HeadThrowACTIVE = not HeadThrowACTIVE

  682. if HeadThrowACTIVE then

  683. HeadThrow.BackgroundColor3 = loc

  684. while wait() do

  685. if track.IsPlaying == false then

  686. if HeadThrowACTIVE then

  687. track:Play(.1, 1, 1)

  688. end

  689. end

  690. end

  691. else

  692. track:Stop()

  693. HeadThrow.BackgroundColor3 = col

  694. end

  695. end)

  696. local Anim = Instance.new("Animation")

  697. Anim.AnimationId = "rbxassetid://121572214"

  698. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  699. local FloatingHeadACTIVE = false

  700. FloatingHead.MouseButton1Click:connect(function()

  701. FloatingHeadACTIVE = not FloatingHeadACTIVE

  702. if FloatingHeadACTIVE then

  703. track:Play(.1, 1, 1)

  704. FloatingHead.BackgroundColor3 = loc

  705. else

  706. track:Stop()

  707. FloatingHead.BackgroundColor3 = col

  708. end

  709. end)

  710. local Anim = Instance.new("Animation")

  711. Anim.AnimationId = "rbxassetid://182724289"

  712. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  713. local CrouchACTIVE = false

  714. Crouch.MouseButton1Click:connect(function()

  715. CrouchACTIVE = not CrouchACTIVE

  716. if CrouchACTIVE then

  717. track:Play(.1, 1, 1)

  718. Crouch.BackgroundColor3 = loc

  719. else

  720. track:Stop()

  721. Crouch.BackgroundColor3 = col

  722. end

  723. end)

  724. local Anim = Instance.new("Animation")

  725. Anim.AnimationId = "rbxassetid://282574440"

  726. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  727. local FloorCrawlACTIVE = false

  728. FloorCrawl.MouseButton1Click:connect(function()

  729. FloorCrawlACTIVE = not FloorCrawlACTIVE

  730. if FloorCrawlACTIVE then

  731. track:Play(.1, 1, 1)

  732. FloorCrawl.BackgroundColor3 = loc

  733. else

  734. track:Stop()

  735. FloorCrawl.BackgroundColor3 = col

  736. end

  737. end)

  738. local Anim = Instance.new("Animation")

  739. Anim.AnimationId = "rbxassetid://204328711"

  740. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  741. local DinoWalkACTIVE = false

  742. DinoWalk.MouseButton1Click:connect(function()

  743. DinoWalkACTIVE = not DinoWalkACTIVE

  744. if DinoWalkACTIVE then

  745. track:Play(.1, 1, 1)

  746. DinoWalk.BackgroundColor3 = loc

  747. else

  748. track:Stop()

  749. DinoWalk.BackgroundColor3 = col

  750. end

  751. end)

  752. local Anim = Instance.new("Animation")

  753. Anim.AnimationId = "rbxassetid://429681631"

  754. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  755. local JumpingJacksACTIVE = false

  756. JumpingJacks.MouseButton1Click:connect(function()

  757. JumpingJacksACTIVE = not JumpingJacksACTIVE

  758. if JumpingJacksACTIVE then

  759. track:Play(.1, 1, 1)

  760. JumpingJacks.BackgroundColor3 = loc

  761. else

  762. track:Stop()

  763. JumpingJacks.BackgroundColor3 = col

  764. end

  765. end)

  766. local Anim = Instance.new("Animation")

  767. Anim.AnimationId = "rbxassetid://35154961"

  768. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  769. local LoopHeadACTIVE = false

  770. LoopHead.MouseButton1Click:connect(function()

  771. LoopHeadACTIVE = not LoopHeadACTIVE

  772. if LoopHeadACTIVE then

  773. LoopHead.BackgroundColor3 = loc

  774. while wait() do

  775. if track.IsPlaying == false then

  776. if LoopHeadACTIVE then

  777. track:Play(.5, 1, 1e6)

  778. end

  779. end

  780. end

  781. else

  782. track:Stop()

  783. LoopHead.BackgroundColor3 = col

  784. end

  785. end)

  786. local Anim = Instance.new("Animation")

  787. Anim.AnimationId = "rbxassetid://184574340"

  788. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  789. local HeroJumpACTIVE = false

  790. HeroJump.MouseButton1Click:connect(function()

  791. HeroJumpACTIVE = not HeroJumpACTIVE

  792. if HeroJumpACTIVE then

  793. HeroJump.BackgroundColor3 = loc

  794. while wait() do

  795. if track.IsPlaying == false then

  796. if HeroJumpACTIVE then

  797. track:Play(.1, 1, 1)

  798. end

  799. end

  800. end

  801. else

  802. track:Stop()

  803. HeroJump.BackgroundColor3 = col

  804. end

  805. end)

  806. local Anim = Instance.new("Animation")

  807. Anim.AnimationId = "rbxassetid://181526230"

  808. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  809. local FaintACTIVE = false

  810. Faint.MouseButton1Click:connect(function()

  811. FaintACTIVE = not FaintACTIVE

  812. if FaintACTIVE then

  813. track:Play(.1, 1, 1)

  814. Faint.BackgroundColor3 = loc

  815. else

  816. track:Stop()

  817. Faint.BackgroundColor3 = col

  818. end

  819. end)

  820. local Anim = Instance.new("Animation")

  821. Anim.AnimationId = "rbxassetid://181525546"

  822. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  823. local FloorFaintACTIVE = false

  824. FloorFaint.MouseButton1Click:connect(function()

  825. FloorFaintACTIVE = not FloorFaintACTIVE

  826. if FloorFaintACTIVE then

  827. FloorFaint.BackgroundColor3 = loc

  828. while wait() do

  829. if track.IsPlaying == false then

  830. if FloorFaintACTIVE then

  831. track:Play(.1, 1, 2)

  832. end

  833. end

  834. end

  835. else

  836. track:Stop()

  837. FloorFaint.BackgroundColor3 = col

  838. end

  839. end)

  840. local Anim = Instance.new("Animation")

  841. Anim.AnimationId = "rbxassetid://181525546"

  842. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  843. local SuperFaintACTIVE = false

  844. SuperFaint.MouseButton1Click:connect(function()

  845. SuperFaintACTIVE = not SuperFaintACTIVE

  846. if SuperFaintACTIVE then

  847. SuperFaint.BackgroundColor3 = loc

  848. while wait() do

  849. if track.IsPlaying == false then

  850. if SuperFaintACTIVE then

  851. track:Play(.1, 0.5, 40)

  852. end

  853. end

  854. end

  855. else

  856. track:Stop()

  857. SuperFaint.BackgroundColor3 = col

  858. end

  859. end)

  860. local Anim = Instance.new("Animation")

  861. Anim.AnimationId = "rbxassetid://313762630"

  862. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  863. local LevitateACTIVE = false

  864. Levitate.MouseButton1Click:connect(function()

  865. LevitateACTIVE = not LevitateACTIVE

  866. if LevitateACTIVE then

  867. track:Play(.1, 1, 1)

  868. Levitate.BackgroundColor3 = loc

  869. else

  870. track:Stop()

  871. Levitate.BackgroundColor3 = col

  872. end

  873. end)

  874. local Anim = Instance.new("Animation")

  875. Anim.AnimationId = "rbxassetid://183412246"

  876. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  877. local DabACTIVE = false

  878. Dab.MouseButton1Click:connect(function()

  879. DabACTIVE = not DabACTIVE

  880. if DabACTIVE then

  881. Dab.BackgroundColor3 = loc

  882. while wait() do

  883. if track.IsPlaying == false then

  884. if DabACTIVE then

  885. track:Play(.1, 1, 1)

  886. end

  887. end

  888. end

  889. else

  890. track:Stop()

  891. Dab.BackgroundColor3 = col

  892. end

  893. end)

  894. local Anim = Instance.new("Animation")

  895. Anim.AnimationId = "rbxassetid://188632011"

  896. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  897. local SpinACTIVE = false

  898. Spinner.MouseButton1Click:connect(function()

  899. SpinACTIVE = not SpinACTIVE

  900. if SpinACTIVE then

  901. Spinner.BackgroundColor3 = loc

  902. while wait() do

  903. if track.IsPlaying == false then

  904. if SpinACTIVE then

  905. track:Play(.1, 1, 2)

  906. end

  907. end

  908. end

  909. else

  910. track:Stop()

  911. Spinner.BackgroundColor3 = col

  912. end

  913. end)

  914. local Anim = Instance.new("Animation")

  915. Anim.AnimationId = "rbxassetid://179224234"

  916. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  917. local FloatSitACTIVE = false

  918. FloatSit.MouseButton1Click:connect(function()

  919. FloatSitACTIVE = not FloatSitACTIVE

  920. if FloatSitACTIVE then

  921. track:Play(.1, 1, 1)

  922. FloatSit.BackgroundColor3 = loc

  923. else

  924. track:Stop()

  925. FloatSit.BackgroundColor3 = col

  926. end

  927. end)

  928. local Anim = Instance.new("Animation")

  929. Anim.AnimationId = "rbxassetid://429703734"

  930. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  931. local MovingDanceACTIVE = false

  932. MovingDance.MouseButton1Click:connect(function()

  933. MovingDanceACTIVE = not MovingDanceACTIVE

  934. if MovingDanceACTIVE then

  935. MovingDance.BackgroundColor3 = loc

  936. while wait() do

  937. if track.IsPlaying == false then

  938. if MovingDanceACTIVE then

  939. track:Play(.1, 1, 1)

  940. end

  941. end

  942. end

  943. else

  944. track:Stop()

  945. MovingDance.BackgroundColor3 = col

  946. end

  947. end)

  948. local Anim = Instance.new("Animation")

  949. Anim.AnimationId = "rbxassetid://215384594"

  950. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  951. local WeirdMoveACTIVE = false

  952. WeirdMove.MouseButton1Click:connect(function()

  953. WeirdMoveACTIVE = not WeirdMoveACTIVE

  954. if WeirdMoveACTIVE then

  955. track:Play(.1, 1, 1)

  956. WeirdMove.BackgroundColor3 = loc

  957. else

  958. track:Stop()

  959. WeirdMove.BackgroundColor3 = col

  960. end

  961. end)

  962. local Anim = Instance.new("Animation")

  963. Anim.AnimationId = "rbxassetid://215384594"

  964. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  965. local CloneIllusionACTIVE = false

  966. CloneIllusion.MouseButton1Click:connect(function()

  967. CloneIllusionACTIVE = not CloneIllusionACTIVE

  968. if CloneIllusionACTIVE then

  969. track:Play(.5, 1, 1e7)

  970. CloneIllusion.BackgroundColor3 = loc

  971. else

  972. track:Stop()

  973. CloneIllusion.BackgroundColor3 = col

  974. end

  975. end)

  976. local Anim = Instance.new("Animation")

  977. Anim.AnimationId = "rbxassetid://313762630"

  978. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  979. local GlitchLevitateACTIVE = false

  980. GlitchLevitate.MouseButton1Click:connect(function()

  981. GlitchLevitateACTIVE = not GlitchLevitateACTIVE

  982. if GlitchLevitateACTIVE then

  983. track:Play(.5, 1, 1e7)

  984. GlitchLevitate.BackgroundColor3 = loc

  985. else

  986. track:Stop()

  987. GlitchLevitate.BackgroundColor3 = col

  988. end

  989. end)

  990. local Anim = Instance.new("Animation")

  991. Anim.AnimationId = "rbxassetid://429730430"

  992. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  993. local SpinDanceACTIVE = false

  994. SpinDance.MouseButton1Click:connect(function()

  995. SpinDanceACTIVE = not SpinDanceACTIVE

  996. if SpinDanceACTIVE then

  997. SpinDance.BackgroundColor3 = loc

  998. while wait() do

  999. if track.IsPlaying == false then

  1000. if SpinDanceACTIVE then

  1001. track:Play(.1, 1, 1)

  1002. end

  1003. end

  1004. end

  1005. else

  1006. track:Stop()

  1007. SpinDance.BackgroundColor3 = col

  1008. end

  1009. end)

  1010. local Anim = Instance.new("Animation")

  1011. Anim.AnimationId = "rbxassetid://45834924"

  1012. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1013. local MoonDanceACTIVE = false

  1014. MoonDance.MouseButton1Click:connect(function()

  1015. MoonDanceACTIVE = not MoonDanceACTIVE

  1016. if MoonDanceACTIVE then

  1017. MoonDance.BackgroundColor3 = loc

  1018. while wait() do

  1019. if track.IsPlaying == false then

  1020. if MoonDanceACTIVE then

  1021. track:Play(.1, 1, 1)

  1022. end

  1023. end

  1024. end

  1025. else

  1026. track:Stop()

  1027. MoonDance.BackgroundColor3 = col

  1028. end

  1029. end)

  1030. local Anim = Instance.new("Animation")

  1031. Anim.AnimationId = "rbxassetid://204062532"

  1032. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1033. local FullPunchACTIVE = false

  1034. FullPunch.MouseButton1Click:connect(function()

  1035. FullPunchACTIVE = not FullPunchACTIVE

  1036. if FullPunchACTIVE then

  1037. FullPunch.BackgroundColor3 = loc

  1038. while wait() do

  1039. if track.IsPlaying == false then

  1040. if FullPunchACTIVE then

  1041. track:Play(.1, 1, 1)

  1042. end

  1043. end

  1044. end

  1045. else

  1046. track:Stop()

  1047. FullPunch.BackgroundColor3 = col

  1048. end

  1049. end)

  1050. local Anim = Instance.new("Animation")

  1051. Anim.AnimationId = "rbxassetid://186934910"

  1052. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1053. local SpinDance2ACTIVE = false

  1054. SpinDance2.MouseButton1Click:connect(function()

  1055. SpinDance2ACTIVE = not SpinDance2ACTIVE

  1056. if SpinDance2ACTIVE then

  1057. SpinDance2.BackgroundColor3 = loc

  1058. while wait() do

  1059. if track.IsPlaying == false then

  1060. if SpinDance2ACTIVE then

  1061. track:Play(.1, 1, 1)

  1062. end

  1063. end

  1064. end

  1065. else

  1066. track:Stop()

  1067. SpinDance2.BackgroundColor3 = col

  1068. end

  1069. end)

  1070. local Anim = Instance.new("Animation")

  1071. Anim.AnimationId = "rbxassetid://204292303"

  1072. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1073. local BowDownACTIVE = false

  1074. BowDown.MouseButton1Click:connect(function()

  1075. BowDownACTIVE = not BowDownACTIVE

  1076. if BowDownACTIVE then

  1077. BowDown.BackgroundColor3 = loc

  1078. while wait() do

  1079. if track.IsPlaying == false then

  1080. if BowDownACTIVE then

  1081. track:Play(.1, 1, 3)

  1082. end

  1083. end

  1084. end

  1085. else

  1086. track:Stop()

  1087. BowDown.BackgroundColor3 = col

  1088. end

  1089. end)

  1090. local Anim = Instance.new("Animation")

  1091. Anim.AnimationId = "rbxassetid://204295235"

  1092. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1093. local SwordSlamACTIVE = false

  1094. SwordSlam.MouseButton1Click:connect(function()

  1095. SwordSlamACTIVE = not SwordSlamACTIVE

  1096. if SwordSlamACTIVE then

  1097. SwordSlam.BackgroundColor3 = loc

  1098. while wait() do

  1099. if track.IsPlaying == false then

  1100. if SwordSlamACTIVE then

  1101. track:Play(.1, 1, 1)

  1102. end

  1103. end

  1104. end

  1105. else

  1106. track:Stop()

  1107. SwordSlam.BackgroundColor3 = col

  1108. end

  1109. end)

  1110. local Anim = Instance.new("Animation")

  1111. Anim.AnimationId = "rbxassetid://204295235"

  1112. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1113. local LoopSlamACTIVE = false

  1114. LoopSlam.MouseButton1Click:connect(function()

  1115. LoopSlamACTIVE = not LoopSlamACTIVE

  1116. if LoopSlamACTIVE then

  1117. LoopSlam.BackgroundColor3 = loc

  1118. while wait() do

  1119. if track.IsPlaying == false then

  1120. if LoopSlamACTIVE then

  1121. track:Play(.1, 1, 1e4)

  1122. end

  1123. end

  1124. end

  1125. else

  1126. track:Stop()

  1127. LoopSlam.BackgroundColor3 = col

  1128. end

  1129. end)

  1130. local Anim = Instance.new("Animation")

  1131. Anim.AnimationId = "rbxassetid://184574340"

  1132. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1133. local MegaInsaneACTIVE = false

  1134. MegaInsane.MouseButton1Click:connect(function()

  1135. MegaInsaneACTIVE = not MegaInsaneACTIVE

  1136. if MegaInsaneACTIVE then

  1137. MegaInsane.BackgroundColor3 = loc

  1138. while wait() do

  1139. if track.IsPlaying == false then

  1140. if MegaInsaneACTIVE then

  1141. track:Play(.1, 0.5, 40)

  1142. end

  1143. end

  1144. end

  1145. else

  1146. track:Stop()

  1147. MegaInsane.BackgroundColor3 = col

  1148. end

  1149. end)

  1150. local Anim = Instance.new("Animation")

  1151. Anim.AnimationId = "rbxassetid://126753849"

  1152. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1153. local SuperPunchACTIVE = false

  1154. SuperPunch.MouseButton1Click:connect(function()

  1155. SuperPunchACTIVE = not SuperPunchACTIVE

  1156. if SuperPunchACTIVE then

  1157. SuperPunch.BackgroundColor3 = loc

  1158. while wait() do

  1159. if track.IsPlaying == false then

  1160. if SuperPunchACTIVE then

  1161. track:Play(.1, 1, 3)

  1162. end

  1163. end

  1164. end

  1165. else

  1166. track:Stop()

  1167. SuperPunch.BackgroundColor3 = col

  1168. end

  1169. end)

  1170. local Anim = Instance.new("Animation")

  1171. Anim.AnimationId = "rbxassetid://218504594"

  1172. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1173. local FullSwingACTIVE = false

  1174. FullSwing.MouseButton1Click:connect(function()

  1175. FullSwingACTIVE = not FullSwingACTIVE

  1176. if FullSwingACTIVE then

  1177. FullSwing.BackgroundColor3 = loc

  1178. while wait() do

  1179. if track.IsPlaying == false then

  1180. if FullSwingACTIVE then

  1181. track:Play(.1, 1, 1)

  1182. end

  1183. end

  1184. end

  1185. else

  1186. track:Stop()

  1187. FullSwing.BackgroundColor3 = col

  1188. end

  1189. end)

  1190. local Anim = Instance.new("Animation")

  1191. Anim.AnimationId = "rbxassetid://259438880"

  1192. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1193. local ArmTurbineACTIVE = false

  1194. ArmTurbine.MouseButton1Click:connect(function()

  1195. ArmTurbineACTIVE = not ArmTurbineACTIVE

  1196. if ArmTurbineACTIVE then

  1197. track:Play(.1, 1, 1e3)

  1198. ArmTurbine.BackgroundColor3 = loc

  1199. else

  1200. track:Stop()

  1201. ArmTurbine.BackgroundColor3 = col

  1202. end

  1203. end)

  1204. local Anim = Instance.new("Animation")

  1205. Anim.AnimationId = "rbxassetid://136801964"

  1206. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1207. local BarrelRollACTIVE = false

  1208. BarrelRoll.MouseButton1Click:connect(function()

  1209. BarrelRollACTIVE = not BarrelRollACTIVE

  1210. if BarrelRollACTIVE then

  1211. BarrelRoll.BackgroundColor3 = loc

  1212. while wait() do

  1213. if track.IsPlaying == false then

  1214. if BarrelRollACTIVE then

  1215. track:Play(.1, 1, 1)

  1216. end

  1217. end

  1218. end

  1219. else

  1220. track:Stop()

  1221. BarrelRoll.BackgroundColor3 = col

  1222. end

  1223. end)

  1224. local Anim = Instance.new("Animation")

  1225. Anim.AnimationId = "rbxassetid://180612465"

  1226. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1227. local ScaredACTIVE = false

  1228. Scared.MouseButton1Click:connect(function()

  1229. ScaredACTIVE = not ScaredACTIVE

  1230. if ScaredACTIVE then

  1231. Scared.BackgroundColor3 = loc

  1232. while wait() do

  1233. if track.IsPlaying == false then

  1234. if ScaredACTIVE then

  1235. track:Play(.1, 1, 1)

  1236. end

  1237. end

  1238. end

  1239. else

  1240. track:Stop()

  1241. Scared.BackgroundColor3 = col

  1242. end

  1243. end)

  1244. local Anim = Instance.new("Animation")

  1245. Anim.AnimationId = "rbxassetid://33796059"

  1246. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1247. local InsaneACTIVE = false

  1248. Insane.MouseButton1Click:connect(function()

  1249. InsaneACTIVE = not InsaneACTIVE

  1250. if InsaneACTIVE then

  1251. track:Play(.1, 1, 1e8)

  1252. Insane.BackgroundColor3 = loc

  1253. else

  1254. track:Stop()

  1255. Insane.BackgroundColor3 = col

  1256. end

  1257. end)

  1258. local Anim = Instance.new("Animation")

  1259. Anim.AnimationId = "rbxassetid://33169583"

  1260. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1261. local ArmDetachACTIVE = false

  1262. ArmDetach.MouseButton1Click:connect(function()

  1263. ArmDetachACTIVE = not ArmDetachACTIVE

  1264. if ArmDetachACTIVE then

  1265. ArmDetach.BackgroundColor3 = loc

  1266. while wait() do

  1267. if track.IsPlaying == false then

  1268. if ArmDetachACTIVE then

  1269. track:Play(.1, 1, 1e6)

  1270. end

  1271. end

  1272. end

  1273. else

  1274. track:Stop()

  1275. ArmDetach.BackgroundColor3 = col

  1276. end

  1277. end)

  1278. local Anim = Instance.new("Animation")

  1279. Anim.AnimationId = "rbxassetid://35978879"

  1280. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1281. local SwordSliceACTIVE = false

  1282. SwordSlice.MouseButton1Click:connect(function()

  1283. SwordSliceACTIVE = not SwordSliceACTIVE

  1284. if SwordSliceACTIVE then

  1285. track:Play(.1, 1, 1)

  1286. SwordSlice.BackgroundColor3 = loc

  1287. else

  1288. track:Stop()

  1289. SwordSlice.BackgroundColor3 = col

  1290. end

  1291. end)

  1292. local Anim = Instance.new("Animation")

  1293. Anim.AnimationId = "rbxassetid://27432691"

  1294. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1295. local InsaneArmsACTIVE = false

  1296. InsaneArms.MouseButton1Click:connect(function()

  1297. InsaneArmsACTIVE = not InsaneArmsACTIVE

  1298. if InsaneArmsACTIVE then

  1299. InsaneArms.BackgroundColor3 = loc

  1300. while wait() do

  1301. if track.IsPlaying == false then

  1302. if InsaneArmsACTIVE then

  1303. track:Play(.1, 1, 1e4)

  1304. end

  1305. end

  1306. end

  1307. else

  1308. track:Stop()

  1309. InsaneArms.BackgroundColor3 = col

  1310. end

  1311. end)

  1312. -- R15

  1313. local Anim = Instance.new("Animation")

  1314. Anim.AnimationId = "rbxassetid://674871189"

  1315. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1316. local CrazySlashACTIVE = false

  1317. CrazySlash.MouseButton1Click:connect(function()

  1318. CrazySlashACTIVE = not CrazySlashACTIVE

  1319. if CrazySlashACTIVE then

  1320. CrazySlash.BackgroundColor3 = rloc

  1321. while wait() do

  1322. if track.IsPlaying == false then

  1323. if CrazySlashACTIVE then

  1324. track:Play(.1, 1, 1)

  1325. end

  1326. end

  1327. end

  1328. else

  1329. track:Stop()

  1330. CrazySlash.BackgroundColor3 = rcol

  1331. end

  1332. end)

  1333. local Anim = Instance.new("Animation")

  1334. Anim.AnimationId = "rbxassetid://582855105"

  1335. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1336. local OpenACTIVE = false

  1337. Open.MouseButton1Click:connect(function()

  1338. OpenACTIVE = not OpenACTIVE

  1339. if OpenACTIVE then

  1340. Open.BackgroundColor3 = rloc

  1341. while wait() do

  1342. if track.IsPlaying == false then

  1343. if OpenACTIVE then

  1344. track:Play(.1, 1, 1)

  1345. end

  1346. end

  1347. end

  1348. else

  1349. track:Stop()

  1350. Open.BackgroundColor3 = rcol

  1351. end

  1352. end)

  1353. local Anim = Instance.new("Animation")

  1354. Anim.AnimationId = "rbxassetid://754658275"

  1355. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1356. local R15SpinnerACTIVE = false

  1357. R15Spinner.MouseButton1Click:connect(function()

  1358. R15SpinnerACTIVE = not R15SpinnerACTIVE

  1359. if R15SpinnerACTIVE then

  1360. R15Spinner.BackgroundColor3 = rloc

  1361. while wait() do

  1362. if track.IsPlaying == false then

  1363. if R15SpinnerACTIVE then

  1364. track:Play(.1, 1, 1)

  1365. end

  1366. end

  1367. end

  1368. else

  1369. track:Stop()

  1370. R15Spinner.BackgroundColor3 = rcol

  1371. end

  1372. end)

  1373. local Anim = Instance.new("Animation")

  1374. Anim.AnimationId = "rbxassetid://582384156"

  1375. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1376. local ArmsOutACTIVE = false

  1377. ArmsOut.MouseButton1Click:connect(function()

  1378. ArmsOutACTIVE = not ArmsOutACTIVE

  1379. if ArmsOutACTIVE then

  1380. ArmsOut.BackgroundColor3 = rloc

  1381. while wait() do

  1382. if track.IsPlaying == false then

  1383. if ArmsOutACTIVE then

  1384. track:Play(.1, 1, 1)

  1385. end

  1386. end

  1387. end

  1388. else

  1389. track:Stop()

  1390. ArmsOut.BackgroundColor3 = rcol

  1391. end

  1392. end)

  1393. local Anim = Instance.new("Animation")

  1394. Anim.AnimationId = "rbxassetid://717879555"

  1395. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1396. local FloatSlashACTIVE = false

  1397. FloatSlash.MouseButton1Click:connect(function()

  1398. FloatSlashACTIVE = not FloatSlashACTIVE

  1399. if FloatSlashACTIVE then

  1400. FloatSlash.BackgroundColor3 = rloc

  1401. while wait() do

  1402. if track.IsPlaying == false then

  1403. if FloatSlashACTIVE then

  1404. track:Play(.1, 1, 1)

  1405. end

  1406. end

  1407. end

  1408. else

  1409. track:Stop()

  1410. FloatSlash.BackgroundColor3 = rcol

  1411. end

  1412. end)

  1413. local Anim = Instance.new("Animation")

  1414. Anim.AnimationId = "rbxassetid://708553116"

  1415. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1416. WeirdZombieACTIVE = false

  1417. WeirdZombie.MouseButton1Click:connect(function()

  1418. WeirdZombieACTIVE = not WeirdZombieACTIVE

  1419. if WeirdZombieACTIVE then

  1420. WeirdZombie.BackgroundColor3 = rloc

  1421. while wait() do

  1422. if track.IsPlaying == false then

  1423. if WeirdZombieACTIVE then

  1424. track:Play(.1, 1, 1)

  1425. end

  1426. end

  1427. end

  1428. else

  1429. track:Stop()

  1430. WeirdZombie.BackgroundColor3 = rcol

  1431. end

  1432. end)

  1433. local Anim = Instance.new("Animation")

  1434. Anim.AnimationId = "rbxassetid://746398327"

  1435. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1436. DownSlashACTIVE = false

  1437. DownSlash.MouseButton1Click:connect(function()

  1438. DownSlashACTIVE = not DownSlashACTIVE

  1439. if DownSlashACTIVE then

  1440. DownSlash.BackgroundColor3 = rloc

  1441. while wait() do

  1442. if track.IsPlaying == false then

  1443. if DownSlashACTIVE then

  1444. track:Play(.1, 1, 1)

  1445. end

  1446. end

  1447. end

  1448. else

  1449. track:Stop()

  1450. DownSlash.BackgroundColor3 = rcol

  1451. end

  1452. end)

  1453. local Anim = Instance.new("Animation")

  1454. Anim.AnimationId = "rbxassetid://675025795"

  1455. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1456. PullACTIVE = false

  1457. Pull.MouseButton1Click:connect(function()

  1458. PullACTIVE = not PullACTIVE

  1459. if PullACTIVE then

  1460. Pull.BackgroundColor3 = rloc

  1461. while wait() do

  1462. if track.IsPlaying == false then

  1463. if PullACTIVE then

  1464. track:Play(.1, 1, 1)

  1465. end

  1466. end

  1467. end

  1468. else

  1469. track:Stop()

  1470. Pull.BackgroundColor3 = rcol

  1471. end

  1472. end)

  1473. local Anim = Instance.new("Animation")

  1474. Anim.AnimationId = "rbxassetid://698251653"

  1475. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1476. CircleArmACTIVE = false

  1477. CircleArm.MouseButton1Click:connect(function()

  1478. CircleArmACTIVE = not CircleArmACTIVE

  1479. if CircleArmACTIVE then

  1480. CircleArm.BackgroundColor3 = rloc

  1481. while wait() do

  1482. if track.IsPlaying == false then

  1483. if CircleArmACTIVE then

  1484. track:Play(.1, 1, 1)

  1485. end

  1486. end

  1487. end

  1488. else

  1489. track:Stop()

  1490. CircleArm.BackgroundColor3 = rcol

  1491. end

  1492. end)

  1493. local Anim = Instance.new("Animation")

  1494. Anim.AnimationId = "rbxassetid://696096087"

  1495. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1496. BendACTIVE = false

  1497. Bend.MouseButton1Click:connect(function()

  1498. BendACTIVE = not BendACTIVE

  1499. if BendACTIVE then

  1500. Bend.BackgroundColor3 = rloc

  1501. while wait() do

  1502. if track.IsPlaying == false then

  1503. if BendACTIVE then

  1504. track:Play(.1, 1, 1)

  1505. end

  1506. end

  1507. end

  1508. else

  1509. track:Stop()

  1510. Bend.BackgroundColor3 = rcol

  1511. end

  1512. end)

  1513. local Anim = Instance.new("Animation")

  1514. Anim.AnimationId = "rbxassetid://675025570"

  1515. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1516. RotateSlashACTIVE = false

  1517. RotateSlash.MouseButton1Click:connect(function()

  1518. RotateSlashACTIVE = not RotateSlashACTIVE

  1519. if RotateSlashACTIVE then

  1520. RotateSlash.BackgroundColor3 = rloc

  1521. while wait() do

  1522. if track.IsPlaying == false then

  1523. if RotateSlashACTIVE then

  1524. track:Play(.1, 1, 1)

  1525. end

  1526. end

  1527. end

  1528. else

  1529. track:Stop()

  1530. RotateSlash.BackgroundColor3 = rcol

  1531. end

  1532. end)

  1533. local Anim = Instance.new("Animation")

  1534. Anim.AnimationId = "rbxassetid://754656200"

  1535. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

  1536. FlingArmsACTIVE = false

  1537. FlingArms.MouseButton1Click:connect(function()

  1538. FlingArmsACTIVE = not FlingArmsACTIVE

  1539. if FlingArmsACTIVE then

  1540. FlingArms.BackgroundColor3 = rloc

  1541. while wait() do

  1542. if track.IsPlaying == false then

  1543. if FlingArmsACTIVE then

  1544. track:Play(.1, 1, 10)

  1545. end

  1546. end

  1547. end

  1548. else

  1549. track:Stop()

  1550. FlingArms.BackgroundColor3 = rcol

  1551. end

  1552. end)

FE Emotes GUI Script - Pastebin.com (2024)
Top Articles
ᐈ Romanian DEADLIFT ➤ Olympic Weightlifting Exercise Guide – Torokhtiy Weightlifting
Forget pull-ups — chisel your back and biceps muscles with these 5 dumbbell exercises
The Largest Banks - ​​How to Transfer Money With Only Card Number and CVV (2024)
Avonlea Havanese
Faridpur Govt. Girls' High School, Faridpur Test Examination—2023; English : Paper II
What to Do For Dog Upset Stomach
Manhattan Prep Lsat Forum
Coverage of the introduction of the Water (Special Measures) Bill
Gabriel Kuhn Y Daniel Perry Video
BULLETIN OF ANIMAL HEALTH AND PRODUCTION IN AFRICA
Items/Tm/Hm cheats for Pokemon FireRed on GBA
Culvers Tartar Sauce
Hmr Properties
MindWare : Customer Reviews : Hocus Pocus Magic Show Kit
Valentina Gonzalez Leak
Marion County Wv Tax Maps
Fredericksburg Free Lance Star Obituaries
Shreveport Active 911
"Une héroïne" : les funérailles de Rebecca Cheptegei, athlète olympique immolée par son compagnon | TF1 INFO
The Ultimate Style Guide To Casual Dress Code For Women
Candy Land Santa Ana
Lehmann's Power Equipment
Scotchlas Funeral Home Obituaries
18889183540
Ups Print Store Near Me
Conan Exiles Sorcery Guide – How To Learn, Cast & Unlock Spells
Spn 520211
Used Safari Condo Alto R1723 For Sale
Winco Employee Handbook 2022
Thick Ebony Trans
Www Pointclickcare Cna Login
Spiritual Meaning Of Snake Tattoo: Healing And Rebirth!
Amerisourcebergen Thoughtspot 2023
Divide Fusion Stretch Hoodie Daunenjacke für Herren | oliv
No Limit Telegram Channel
10-Day Weather Forecast for Santa Cruz, CA - The Weather Channel | weather.com
Restored Republic
Verizon TV and Internet Packages
The Bold And The Beautiful Recaps Soap Central
Chuze Fitness La Verne Reviews
Scanning the Airwaves
Frank 26 Forum
Craigslist Free Manhattan
Husker Football
Pulitzer And Tony Winning Play About A Mathematical Genius Crossword
18006548818
Rs3 Nature Spirit Quick Guide
Rocket League Tracker: A useful tool for every player
Bonecrusher Upgrade Rs3
German American Bank Owenton Ky
Acuity Eye Group - La Quinta Photos
Ippa 番号
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 5954

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.