Advertisement
HenloMyDude

r15 animations but u can close it

Mar 16th, 2020
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.95 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local top = Instance.new("Frame")
  6. local close = Instance.new("TextButton")
  7. local menu = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local cheerdance = Instance.new("TextButton")
  10. local Guitar = Instance.new("TextButton")
  11. local Shake = Instance.new("TextButton")
  12. local insane = Instance.new("TextButton")
  13. local flingarms = Instance.new("TextButton")
  14. local rotate = Instance.new("TextButton")
  15. local bend = Instance.new("TextButton")
  16. local floatslash = Instance.new("TextButton")
  17. local quickjump = Instance.new("TextButton")
  18. local spin = Instance.new("TextButton")
  19. local fastspin = Instance.new("TextButton")
  20. local Swordswing = Instance.new("TextButton")
  21. local spinslice = Instance.new("TextButton")
  22. local airarms = Instance.new("TextButton")
  23. local detacharms = Instance.new("TextButton")
  24. local spear = Instance.new("TextButton")
  25. local armshake = Instance.new("TextButton")
  26.  
  27. -- Properties
  28.  
  29. ScreenGui.Parent = game.CoreGui
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = ScreenGui
  33. Main.Active = true
  34. Main.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177)
  35. Main.ClipsDescendants = true
  36. Main.Draggable = true
  37. Main.Position = UDim2.new(0, 355, 0, 40)
  38. Main.Size = UDim2.new(0, 435, 0, 271)
  39.  
  40. top.Name = "top"
  41. top.Parent = Main
  42. top.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  43. top.BorderSizePixel = 0
  44. top.Size = UDim2.new(0, 435, 0, 20)
  45.  
  46. close.Name = "close"
  47. close.Parent = top
  48. close.BackgroundColor3 = Color3.new(1, 1, 1)
  49. close.BackgroundTransparency = 1
  50. close.Position = UDim2.new(0, 410, 0, 0)
  51. close.Size = UDim2.new(0, 25, 0, 20)
  52. close.Font = Enum.Font.SourceSansSemibold
  53. close.Text = "X"
  54. close.TextColor3 = Color3.new(0.937255, 0.937255, 0.937255)
  55. close.TextSize = 25
  56. close.TextWrapped = true
  57.  
  58. close.MouseButton1Click:connect(function()
  59. ScreenGui:Destroy()
  60. end)
  61.  
  62. menu.Name = "menu"
  63. menu.Parent = Main
  64. menu.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  65. menu.BorderSizePixel = 0
  66. menu.Position = UDim2.new(0, 0, 0, 20)
  67. menu.Size = UDim2.new(0, 435, 0, 35)
  68.  
  69. TextLabel.Parent = menu
  70. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  71. TextLabel.BackgroundTransparency = 1
  72. TextLabel.Size = UDim2.new(0, 435, 0, 35)
  73. TextLabel.Font = Enum.Font.SourceSansLight
  74. TextLabel.Text = "Super Animation [R15]"
  75. TextLabel.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  76. TextLabel.TextScaled = true
  77. TextLabel.TextSize = 14
  78. TextLabel.TextWrapped = true
  79.  
  80. cheerdance.Name = "cheerdance"
  81. cheerdance.Parent = Main
  82. cheerdance.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  83. cheerdance.BorderSizePixel = 0
  84. cheerdance.Position = UDim2.new(0, 10, 0, 65)
  85. cheerdance.Size = UDim2.new(0, 135, 0, 25)
  86. cheerdance.AutoButtonColor = false
  87. cheerdance.Font = Enum.Font.SourceSans
  88. cheerdance.Text = "Cheer Dance"
  89. cheerdance.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  90. cheerdance.TextSize = 20
  91. cheerdance.TextWrapped = true
  92.  
  93. Guitar.Name = "Guitar"
  94. Guitar.Parent = Main
  95. Guitar.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  96. Guitar.BorderSizePixel = 0
  97. Guitar.Position = UDim2.new(0, 150, 0, 65)
  98. Guitar.Size = UDim2.new(0, 135, 0, 25)
  99. Guitar.AutoButtonColor = false
  100. Guitar.Font = Enum.Font.SourceSans
  101. Guitar.Text = "Guitar"
  102. Guitar.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  103. Guitar.TextSize = 20
  104. Guitar.TextWrapped = true
  105.  
  106. Shake.Name = "Shake"
  107. Shake.Parent = Main
  108. Shake.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  109. Shake.BorderSizePixel = 0
  110. Shake.Position = UDim2.new(0, 290, 0, 65)
  111. Shake.Size = UDim2.new(0, 135, 0, 25)
  112. Shake.AutoButtonColor = false
  113. Shake.Font = Enum.Font.SourceSans
  114. Shake.Text = "Shake"
  115. Shake.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  116. Shake.TextSize = 20
  117. Shake.TextWrapped = true
  118.  
  119. insane.Name = "insane"
  120. insane.Parent = Main
  121. insane.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  122. insane.BorderSizePixel = 0
  123. insane.Position = UDim2.new(0, 290, 0, 95)
  124. insane.Size = UDim2.new(0, 135, 0, 25)
  125. insane.AutoButtonColor = false
  126. insane.Font = Enum.Font.SourceSans
  127. insane.Text = "Insane"
  128. insane.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  129. insane.TextSize = 20
  130. insane.TextWrapped = true
  131.  
  132. flingarms.Name = "flingarms"
  133. flingarms.Parent = Main
  134. flingarms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  135. flingarms.BorderSizePixel = 0
  136. flingarms.Position = UDim2.new(0, 150, 0, 95)
  137. flingarms.Size = UDim2.new(0, 135, 0, 25)
  138. flingarms.AutoButtonColor = false
  139. flingarms.Font = Enum.Font.SourceSans
  140. flingarms.Text = "Fling Arms"
  141. flingarms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  142. flingarms.TextSize = 20
  143. flingarms.TextWrapped = true
  144.  
  145. rotate.Name = "rotate"
  146. rotate.Parent = Main
  147. rotate.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  148. rotate.BorderSizePixel = 0
  149. rotate.Position = UDim2.new(0, 10, 0, 95)
  150. rotate.Size = UDim2.new(0, 135, 0, 25)
  151. rotate.AutoButtonColor = false
  152. rotate.Font = Enum.Font.SourceSans
  153. rotate.Text = "Rotate"
  154. rotate.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  155. rotate.TextSize = 20
  156. rotate.TextWrapped = true
  157.  
  158. bend.Name = "bend"
  159. bend.Parent = Main
  160. bend.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  161. bend.BorderSizePixel = 0
  162. bend.Position = UDim2.new(0, 10, 0, 125)
  163. bend.Size = UDim2.new(0, 135, 0, 25)
  164. bend.AutoButtonColor = false
  165. bend.Font = Enum.Font.SourceSans
  166. bend.Text = "Bend"
  167. bend.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  168. bend.TextSize = 20
  169. bend.TextWrapped = true
  170.  
  171. floatslash.Name = "floatslash"
  172. floatslash.Parent = Main
  173. floatslash.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  174. floatslash.BorderSizePixel = 0
  175. floatslash.Position = UDim2.new(0, 150, 0, 125)
  176. floatslash.Size = UDim2.new(0, 135, 0, 25)
  177. floatslash.AutoButtonColor = false
  178. floatslash.Font = Enum.Font.SourceSans
  179. floatslash.Text = "Float Slash"
  180. floatslash.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  181. floatslash.TextSize = 20
  182. floatslash.TextWrapped = true
  183.  
  184. quickjump.Name = "quickjump"
  185. quickjump.Parent = Main
  186. quickjump.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  187. quickjump.BorderSizePixel = 0
  188. quickjump.Position = UDim2.new(0, 290, 0, 125)
  189. quickjump.Size = UDim2.new(0, 135, 0, 25)
  190. quickjump.AutoButtonColor = false
  191. quickjump.Font = Enum.Font.SourceSans
  192. quickjump.Text = "Quick Jump"
  193. quickjump.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  194. quickjump.TextSize = 20
  195. quickjump.TextWrapped = true
  196.  
  197. spin.Name = "spin"
  198. spin.Parent = Main
  199. spin.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  200. spin.BorderSizePixel = 0
  201. spin.Position = UDim2.new(0, 10, 0, 156)
  202. spin.Size = UDim2.new(0, 135, 0, 25)
  203. spin.AutoButtonColor = false
  204. spin.Font = Enum.Font.SourceSans
  205. spin.Text = "Spin"
  206. spin.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  207. spin.TextSize = 20
  208. spin.TextWrapped = true
  209.  
  210. fastspin.Name = "fastspin"
  211. fastspin.Parent = Main
  212. fastspin.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  213. fastspin.BorderSizePixel = 0
  214. fastspin.Position = UDim2.new(0, 150, 0, 156)
  215. fastspin.Size = UDim2.new(0, 135, 0, 25)
  216. fastspin.AutoButtonColor = false
  217. fastspin.Font = Enum.Font.SourceSans
  218. fastspin.Text = "Fast Spin"
  219. fastspin.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  220. fastspin.TextSize = 20
  221. fastspin.TextWrapped = true
  222.  
  223. Swordswing.Name = "Swordswing"
  224. Swordswing.Parent = Main
  225. Swordswing.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  226. Swordswing.BorderSizePixel = 0
  227. Swordswing.Position = UDim2.new(0, 290, 0, 156)
  228. Swordswing.Size = UDim2.new(0, 135, 0, 25)
  229. Swordswing.AutoButtonColor = false
  230. Swordswing.Font = Enum.Font.SourceSans
  231. Swordswing.Text = "Sword Swing"
  232. Swordswing.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  233. Swordswing.TextSize = 20
  234. Swordswing.TextWrapped = true
  235.  
  236. spinslice.Name = "spinslice"
  237. spinslice.Parent = Main
  238. spinslice.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  239. spinslice.BorderSizePixel = 0
  240. spinslice.Position = UDim2.new(0, 150, 0, 186)
  241. spinslice.Size = UDim2.new(0, 135, 0, 25)
  242. spinslice.AutoButtonColor = false
  243. spinslice.Font = Enum.Font.SourceSans
  244. spinslice.Text = "Spin Slice"
  245. spinslice.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  246. spinslice.TextSize = 20
  247. spinslice.TextWrapped = true
  248.  
  249. airarms.Name = "airarms"
  250. airarms.Parent = Main
  251. airarms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  252. airarms.BorderSizePixel = 0
  253. airarms.Position = UDim2.new(0, 290, 0, 186)
  254. airarms.Size = UDim2.new(0, 135, 0, 25)
  255. airarms.AutoButtonColor = false
  256. airarms.Font = Enum.Font.SourceSans
  257. airarms.Text = "Air Arms"
  258. airarms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  259. airarms.TextSize = 20
  260. airarms.TextWrapped = true
  261.  
  262. detacharms.Name = "detacharms"
  263. detacharms.Parent = Main
  264. detacharms.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  265. detacharms.BorderSizePixel = 0
  266. detacharms.Position = UDim2.new(0, 10, 0, 186)
  267. detacharms.Size = UDim2.new(0, 135, 0, 25)
  268. detacharms.AutoButtonColor = false
  269. detacharms.Font = Enum.Font.SourceSans
  270. detacharms.Text = "Detach Arms"
  271. detacharms.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  272. detacharms.TextSize = 20
  273. detacharms.TextWrapped = true
  274.  
  275. spear.Name = "spear"
  276. spear.Parent = Main
  277. spear.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  278. spear.BorderSizePixel = 0
  279. spear.Position = UDim2.new(0, 80, 0, 216)
  280. spear.Size = UDim2.new(0, 135, 0, 25)
  281. spear.AutoButtonColor = false
  282. spear.Font = Enum.Font.SourceSans
  283. spear.Text = "Spear"
  284. spear.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  285. spear.TextSize = 20
  286. spear.TextWrapped = true
  287.  
  288. armshake.Name = "armshake"
  289. armshake.Parent = Main
  290. armshake.BackgroundColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  291. armshake.BorderSizePixel = 0
  292. armshake.Position = UDim2.new(0, 220, 0, 216)
  293. armshake.Size = UDim2.new(0, 135, 0, 25)
  294. armshake.AutoButtonColor = false
  295. armshake.Font = Enum.Font.SourceSans
  296. armshake.Text = "Arm Shake"
  297. armshake.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  298. armshake.TextSize = 20
  299. armshake.TextWrapped = true
  300.  
  301. -- Scripts
  302.  
  303. close.MouseButton1Click:connect(function()
  304. if Main.Size == UDim2.new(0, 435, 0, 271) then
  305. Main.Size = UDim2.new(0, 435, 0, 55)
  306. else
  307. Main.Size = UDim2.new(0, 435, 0, 271)
  308. end
  309. end)
  310. c = Color3.new(0.298039, 0.298039, 0.298039)
  311. l = Color3.new(0.498039, 0.498039, 0.498039)
  312. local Anim = Instance.new("Animation")
  313. Anim.AnimationId = "rbxassetid://1029253339"
  314. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  315. local cheerdanceactive = false
  316. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  317. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  318. cheerdanceactive = false
  319. cheerdance.BackgroundColor3 = c
  320. end)
  321. cheerdance.MouseButton1Click:connect(function()
  322. cheerdanceactive = not cheerdanceactive
  323. if cheerdanceactive then
  324. cheerdance.BackgroundColor3 = l
  325. while wait() do
  326. if track.IsPlaying == false then
  327. if cheerdanceactive then
  328. track:Play(.1, 1, 1)
  329. end
  330. end
  331. end
  332. else
  333. track:Stop()
  334. cheerdance.BackgroundColor3 = c
  335. end
  336. end)
  337. local Anim = Instance.new("Animation")
  338. Anim.AnimationId = "rbxassetid://1119819044"
  339. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  340. local Guitaractive = false
  341. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  342. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  343. Guitaractive = false
  344. Guitar.BackgroundColor3 = c
  345. end)
  346. Guitar.MouseButton1Click:connect(function()
  347. Guitaractive = not Guitaractive
  348. if Guitaractive then
  349. Guitar.BackgroundColor3 = l
  350. while wait() do
  351. if track.IsPlaying == false then
  352. if Guitaractive then
  353. track:Play(.1, 1, 1)
  354. end
  355. end
  356. end
  357. else
  358. track:Stop()
  359. Guitar.BackgroundColor3 = c
  360. end
  361. end)
  362. local Anim = Instance.new("Animation")
  363. Anim.AnimationId = "rbxassetid://857149191"
  364. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  365. local Shakeactive = false
  366. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  367. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  368. Shakeactive = false
  369. Shake.BackgroundColor3 = c
  370. end)
  371. Shake.MouseButton1Click:connect(function()
  372. Shakeactive = not Shakeactive
  373. if Shakeactive then
  374. Shake.BackgroundColor3 = l
  375. while wait() do
  376. if track.IsPlaying == false then
  377. if Shakeactive then
  378. track:Play(.1, 1, 1)
  379. end
  380. end
  381. end
  382. else
  383. track:Stop()
  384. Shake.BackgroundColor3 = c
  385. end
  386. end)
  387. local Anim = Instance.new("Animation")
  388. Anim.AnimationId = "rbxassetid://1029253339"
  389. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  390. local insaneactive = false
  391. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  392. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  393. insaneactive = false
  394. insane.BackgroundColor3 = c
  395. end)
  396. insane.MouseButton1Click:connect(function()
  397. insaneactive = not insaneactive
  398. if insaneactive then
  399. insane.BackgroundColor3 = l
  400. while wait() do
  401. if track.IsPlaying == false then
  402. if insaneactive then
  403. track:Play(.1, 1, 50)
  404. end
  405. end
  406. end
  407. else
  408. track:Stop()
  409. insane.BackgroundColor3 = c
  410. end
  411. end)
  412. local Anim = Instance.new("Animation")
  413. Anim.AnimationId = "rbxassetid://754656200"
  414. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  415. local flingarmsactive = false
  416. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  417. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  418. flingarmsactive = false
  419. flingarms.BackgroundColor3 = c
  420. end)
  421. flingarms.MouseButton1Click:connect(function()
  422. flingarmsactive = not flingarmsactive
  423. if flingarmsactive then
  424. flingarms.BackgroundColor3 = l
  425. while wait() do
  426. if track.IsPlaying == false then
  427. if flingarmsactive then
  428. track:Play(.1, 1, 10)
  429. end
  430. end
  431. end
  432. else
  433. track:Stop()
  434. flingarms.BackgroundColor3 = c
  435. end
  436. end)
  437. local Anim = Instance.new("Animation")
  438. Anim.AnimationId = "rbxassetid://675025570"
  439. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  440. local rotateactive = false
  441. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  442. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  443. rotateactive = false
  444. rotate.BackgroundColor3 = c
  445. end)
  446. rotate.MouseButton1Click:connect(function()
  447. rotateactive = not rotateactive
  448. if rotateactive then
  449. rotate.BackgroundColor3 = l
  450. while wait() do
  451. if track.IsPlaying == false then
  452. if rotateactive then
  453. track:Play(.1, 1, 1)
  454. end
  455. end
  456. end
  457. else
  458. track:Stop()
  459. rotate.BackgroundColor3 = c
  460. end
  461. end)
  462. local Anim = Instance.new("Animation")
  463. Anim.AnimationId = "rbxassetid://696096087"
  464. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  465. local bendactive = false
  466. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  467. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  468. bendactive = false
  469. bend.BackgroundColor3 = c
  470. end)
  471. bend.MouseButton1Click:connect(function()
  472. bendactive = not bendactive
  473. if bendactive then
  474. bend.BackgroundColor3 = l
  475. while wait() do
  476. if track.IsPlaying == false then
  477. if bendactive then
  478. track:Play(.1, 1, 1)
  479. end
  480. end
  481. end
  482. else
  483. track:Stop()
  484. bend.BackgroundColor3 = c
  485. end
  486. end)
  487. local Anim = Instance.new("Animation")
  488. Anim.AnimationId = "rbxassetid://717879555"
  489. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  490. local floatslashactive = false
  491. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  492. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  493. floatslashactive = false
  494. floatslash.BackgroundColor3 = c
  495. end)
  496. floatslash.MouseButton1Click:connect(function()
  497. floatslashactive = not floatslashactive
  498. if floatslashactive then
  499. floatslash.BackgroundColor3 = l
  500. while wait() do
  501. if track.IsPlaying == false then
  502. if floatslashactive then
  503. track:Play(.1, 1, 1)
  504. end
  505. end
  506. end
  507. else
  508. track:Stop()
  509. floatslash.BackgroundColor3 = c
  510. end
  511. end)
  512. local Anim = Instance.new("Animation")
  513. Anim.AnimationId = "rbxassetid://717879555"
  514. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  515. local quickjumpactive = false
  516. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  517. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  518. quickjumpactive = false
  519. quickjump.BackgroundColor3 = c
  520. end)
  521. quickjump.MouseButton1Click:connect(function()
  522. quickjumpactive = not quickjumpactive
  523. if quickjumpactive then
  524. quickjump.BackgroundColor3 = l
  525. while wait() do
  526. if track.IsPlaying == false then
  527. if quickjumpactive then
  528. track:Play(.1, 1, 7)
  529. end
  530. end
  531. end
  532. else
  533. track:Stop()
  534. quickjump.BackgroundColor3 = c
  535. end
  536. end)
  537. local Anim = Instance.new("Animation")
  538. Anim.AnimationId = "rbxassetid://754658275"
  539. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  540. local spinactive = false
  541. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  542. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  543. spinactive = false
  544. spin.BackgroundColor3 = c
  545. end)
  546. spin.MouseButton1Click:connect(function()
  547. spinactive = not spinactive
  548. if spinactive then
  549. spin.BackgroundColor3 = l
  550. while wait() do
  551. if track.IsPlaying == false then
  552. if spinactive then
  553. track:Play(.1, 1, 1)
  554. end
  555. end
  556. end
  557. else
  558. track:Stop()
  559. spin.BackgroundColor3 = c
  560. end
  561. end)
  562. local Anim = Instance.new("Animation")
  563. Anim.AnimationId = "rbxassetid://754658275"
  564. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  565. local fastspinactive = false
  566. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  567. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  568. fastspinactive = false
  569. fastspin.BackgroundColor3 = c
  570. end)
  571. fastspin.MouseButton1Click:connect(function()
  572. fastspinactive = not fastspinactive
  573. if fastspinactive then
  574. fastspin.BackgroundColor3 = l
  575. while wait() do
  576. if track.IsPlaying == false then
  577. if fastspinactive then
  578. track:Play(.1, 1, 10)
  579. end
  580. end
  581. end
  582. else
  583. track:Stop()
  584. fastspin.BackgroundColor3 = c
  585. end
  586. end)
  587. local Anim = Instance.new("Animation")
  588. Anim.AnimationId = "rbxassetid://846754447"
  589. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  590. local Swordswingactive = false
  591. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  592. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  593. Swordswingactive = false
  594. Swordswing.BackgroundColor3 = c
  595. end)
  596. Swordswing.MouseButton1Click:connect(function()
  597. Swordswingactive = not Swordswingactive
  598. if Swordswingactive then
  599. Swordswing.BackgroundColor3 = l
  600. while wait() do
  601. if track.IsPlaying == false then
  602. if Swordswingactive then
  603. track:Play(.1, 1, 1)
  604. end
  605. end
  606. end
  607. else
  608. track:Stop()
  609. Swordswing.BackgroundColor3 = c
  610. end
  611. end)
  612. local Anim = Instance.new("Animation")
  613. Anim.AnimationId = "rbxassetid://846744780"
  614. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  615. local spinsliceactive = false
  616. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  617. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  618. spinsliceactive = false
  619. spinslice.BackgroundColor3 = c
  620. end)
  621. spinslice.MouseButton1Click:connect(function()
  622. spinsliceactive = not spinsliceactive
  623. if spinsliceactive then
  624. spinslice.BackgroundColor3 = l
  625. while wait() do
  626. if track.IsPlaying == false then
  627. if spinsliceactive then
  628. track:Play(.1, 1, 1)
  629. end
  630. end
  631. end
  632. else
  633. track:Stop()
  634. spinslice.BackgroundColor3 = c
  635. end
  636. end)
  637. local Anim = Instance.new("Animation")
  638. Anim.AnimationId = "rbxassetid://1424674606"
  639. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  640. local airarmsactive = false
  641. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  642. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  643. airarmsactive = false
  644. airarms.BackgroundColor3 = c
  645. end)
  646. airarms.MouseButton1Click:connect(function()
  647. airarmsactive = not airarmsactive
  648. if airarmsactive then
  649. airarms.BackgroundColor3 = l
  650. while wait() do
  651. if track.IsPlaying == false then
  652. if airarmsactive then
  653. track:Play(.1, 1, 1)
  654. end
  655. end
  656. end
  657. else
  658. track:Stop()
  659. airarms.BackgroundColor3 = c
  660. end
  661. end)
  662. local Anim = Instance.new("Animation")
  663. Anim.AnimationId = "rbxassetid://1296868982"
  664. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  665. local detacharmsactive = false
  666. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  667. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  668. detacharmsactive = false
  669. detacharms.BackgroundColor3 = c
  670. end)
  671. detacharms.MouseButton1Click:connect(function()
  672. detacharmsactive = not detacharmsactive
  673. if detacharmsactive then
  674. detacharms.BackgroundColor3 = l
  675. while wait() do
  676. if track.IsPlaying == false then
  677. if detacharmsactive then
  678. track:Play(.1, 1, 1)
  679. end
  680. end
  681. end
  682. else
  683. track:Stop()
  684. detacharms.BackgroundColor3 = c
  685. end
  686. end)
  687. local Anim = Instance.new("Animation")
  688. Anim.AnimationId = "rbxassetid://1323151362"
  689. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  690. local spearactive = false
  691. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  692. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  693. spearactive = false
  694. spear.BackgroundColor3 = c
  695. end)
  696. spear.MouseButton1Click:connect(function()
  697. spearactive = not spearactive
  698. if spearactive then
  699. spear.BackgroundColor3 = l
  700. while wait() do
  701. if track.IsPlaying == false then
  702. if spearactive then
  703. track:Play(.1, 1, 1)
  704. end
  705. end
  706. end
  707. else
  708. track:Stop()
  709. spear.BackgroundColor3 = c
  710. end
  711. end)
  712. local Anim = Instance.new("Animation")
  713. Anim.AnimationId = "rbxassetid://1149279561"
  714. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  715. local armshakeactive = false
  716. game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
  717. track = character:WaitForChild("Humanoid"):LoadAnimation(Anim)
  718. armshakeactive = false
  719. armshake.BackgroundColor3 = c
  720. end)
  721. armshake.MouseButton1Click:connect(function()
  722. armshakeactive = not armshakeactive
  723. if armshakeactive then
  724. armshake.BackgroundColor3 = l
  725. while wait() do
  726. if track.IsPlaying == false then
  727. if armshakeactive then
  728. track:Play(.1, 1, 1)
  729. end
  730. end
  731. end
  732. else
  733. track:Stop()
  734. armshake.BackgroundColor3 = c
  735. end
  736. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement