Advertisement
Dsaqwed123

Dragon style V2

May 17th, 2024
659
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LScript 65.34 KB | Gaming | 0 0
  1. local plr = game.Players.LocalPlayer
  2. local pgui = plr.PlayerGui
  3. local interf = pgui.Interface
  4. local bt = interf.Battle
  5. local main = bt.Main
  6. local moves = game.ReplicatedStorage.Moves
  7. local styles = game.ReplicatedStorage.Styles
  8. local plr = game.Players.LocalPlayer
  9. local brawler = styles.Brawler
  10. local rush = styles.Rush
  11. local beast = styles.Beast
  12. local status = plr.Status
  13. local menu = pgui.MenuUI.Menu
  14. local abil = menu.Abilities.Frame.Frame.Frame
  15. local abilFolder = game.ReplicatedStorage.Abilities.Brawler
  16.  
  17. brawler.Idle.AnimationId = "rbxassetid://12120045620"
  18.  
  19. if game.ReplicatedStorage.Styles:FindFirstChild("Brawler") then
  20. v = game.ReplicatedStorage.Styles["Brawler"]
  21. else
  22. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  23. end                          
  24. v.Name = "Brawler"
  25. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingShotgun") then
  26. v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingShotgun"]
  27. else
  28. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  29. end
  30. v.Value = 'H_ShotStopperShotgun'
  31. v.Name = "H_GunStandingShotgun"
  32. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush1") then
  33. v = game.ReplicatedStorage.Styles.Brawler["Rush1"]
  34. else
  35. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  36. end
  37. v.Value = '龍Attack1'
  38. v.Name = "Rush1"
  39. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush2") then
  40. v = game.ReplicatedStorage.Styles.Brawler["Rush2"]
  41. else
  42. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  43. end
  44. v.Value = '龍Attack2'
  45. v.Name = "Rush2"
  46. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Speed") then
  47. v = game.ReplicatedStorage.Styles.Brawler["Speed"]
  48. else
  49. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Brawler)
  50. end
  51. v.Value = 1.5
  52. v.Name = "Speed"
  53. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Color") then
  54. v = game.ReplicatedStorage.Styles.Brawler["Color"]
  55. else
  56. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Brawler)
  57. end
  58. v.Value = Color3.fromRGB(255,0,0)
  59. v.Name = "Color"
  60. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike1") then
  61. v = game.ReplicatedStorage.Styles.Brawler["Strike1"]
  62. else
  63. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  64. end
  65. v.Value = '龍Strike1'
  66. v.Name = "Strike1"
  67. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush3") then
  68. v = game.ReplicatedStorage.Styles.Brawler["Rush3"]
  69. else
  70. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  71. end
  72. v.Value = '龍Attack3'
  73. v.Name = "Rush3"
  74. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_LowHealthFallen") then
  75. v = game.ReplicatedStorage.Styles.Brawler["H_LowHealthFallen"]
  76. else
  77. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  78. end
  79. v.Value = 'H_FallenFinisher'
  80. v.Name = "H_LowHealthFallen"
  81. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LThrow") then
  82. v = game.ReplicatedStorage.Styles.Brawler["LThrow"]
  83. else
  84. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  85. end
  86. v.Value = 'T_LegToss'
  87. v.Name = "LThrow"
  88. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush4") then
  89. v = game.ReplicatedStorage.Styles.Brawler["Rush4"]
  90. else
  91. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  92. end
  93. v.Value = '龍Attack4'
  94. v.Name = "Rush4"
  95. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike2") then
  96. v = game.ReplicatedStorage.Styles.Brawler["Strike2"]
  97. else
  98. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  99. end
  100. v.Value = 'BStrike2'
  101. v.Name = "Strike2"
  102. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike3") then
  103. v = game.ReplicatedStorage.Styles.Brawler["Strike3"]
  104. else
  105. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  106. end
  107. v.Value = 'BStrike3'
  108. v.Name = "Strike3"
  109. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike4") then
  110. v = game.ReplicatedStorage.Styles.Brawler["Strike4"]
  111. else
  112. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  113. end
  114. v.Value = 'BStrike5'
  115. v.Name = "Strike4"
  116. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike5") then
  117. v = game.ReplicatedStorage.Styles.Brawler["Strike5"]
  118. else
  119. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  120. end
  121. v.Value = '龍Strike5'
  122. v.Name = "Strike5"
  123. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Grab") then
  124. v = game.ReplicatedStorage.Styles.Brawler["Grab"]
  125. else
  126. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  127. end
  128. v.Value = 'GGrab'
  129. v.Name = "Grab"
  130. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("BlockStrike") then
  131. v = game.ReplicatedStorage.Styles.Brawler["BlockStrike"]
  132. else
  133. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  134. end
  135. v.Value = 'GuruKnockback'
  136. v.Name = "BlockStrike"
  137. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_BackWall") then
  138. v = game.ReplicatedStorage.Styles.Brawler["H_BackWall"]
  139. else
  140. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  141. end
  142. v.Value = 'H_WallSmashing'
  143. v.Name = "H_BackWall"
  144. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSolo") then
  145. v = game.ReplicatedStorage.Styles.Brawler["H_CounterSolo"]
  146. else
  147. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  148. end
  149. v.Value = 'H_Escape'
  150. v.Name = "H_CounterSolo"
  151. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("RedHeat") then
  152. v = game.ReplicatedStorage.Styles.Brawler["RedHeat"]
  153. else
  154. v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  155. end
  156. v.Name = "RedHeat"
  157. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("GrabStrike") then
  158. v = game.ReplicatedStorage.Styles.Brawler["GrabStrike"]
  159. else
  160. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  161. end
  162. v.Value = 'T_GuruParry'
  163. v.Name = "GrabStrike"
  164. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("StanceStrike") then
  165. v = game.ReplicatedStorage.Styles.Brawler["StanceStrike"]
  166. else
  167. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  168. end
  169. v.Value = 'TigerDrop'
  170. v.Name = "StanceStrike"
  171. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("StrikeThrow") then
  172. v = game.ReplicatedStorage.Styles.Brawler["StrikeThrow"]
  173. else
  174. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  175. end
  176. v.Value = 'T_FinishingHold'
  177. v.Name = "StrikeThrow"
  178. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_StanceFallen") then
  179. v = game.ReplicatedStorage.Styles.Brawler["H_StanceFallen"]
  180. else
  181. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  182. end
  183. v.Value = 'H_FallenSupine'
  184. v.Name = "H_StanceFallen"
  185. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("VisualName") then
  186. v = game.ReplicatedStorage.Styles.Brawler["VisualName"]
  187. else
  188. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  189. end
  190. v.Value = 'Dragon'
  191. v.Name = "VisualName"
  192. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Throw") then
  193. v = game.ReplicatedStorage.Styles.Brawler["Throw"]
  194. else
  195. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  196. end
  197. v.Value = 'T_BrawlerToss'
  198. v.Name = "Throw"
  199. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("DoubleBlows") then
  200. v = game.ReplicatedStorage.Styles.Brawler["DoubleBlows"]
  201. else
  202. v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  203. end
  204. v.Name = "DoubleBlows"
  205. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike4") then
  206. v = game.ReplicatedStorage.Styles.Brawler["2Strike4"]
  207. else
  208. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  209. end
  210. v.Value = '龍2Strike3'
  211. v.Name = "2Strike4"
  212. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike2") then
  213. v = game.ReplicatedStorage.Styles.Brawler["2Strike2"]
  214. else
  215. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  216. end
  217. v.Value = '龍2Strike1'
  218. v.Name = "2Strike2"
  219. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike3") then
  220. v = game.ReplicatedStorage.Styles.Brawler["2Strike3"]
  221. else
  222. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  223. end
  224. v.Value = '龍2Strike2'
  225. v.Name = "2Strike3"
  226. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike5") then
  227. v = game.ReplicatedStorage.Styles.Brawler["2Strike5"]
  228. else
  229. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  230. end
  231. v.Value = '龍2Strike4'
  232. v.Name = "2Strike5"
  233. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabOnWall") then
  234. v = game.ReplicatedStorage.Styles.Brawler["H_GrabOnWall"]
  235. else
  236. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  237. end
  238. v.Value = 'H_WallSmack'
  239. v.Name = "H_GrabOnWall"
  240. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("GrabCorpses") then
  241. v = game.ReplicatedStorage.Styles.Brawler["GrabCorpses"]
  242. else
  243. v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  244. end
  245. v.Name = "GrabCorpses"
  246. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeB") then
  247. v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeB"]
  248. else
  249. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  250. end
  251. v.Value = 'BEvadeStrikeBack'
  252. v.Name = "EvadeStrikeB"
  253. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeF") then
  254. v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeF"]
  255. else
  256. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  257. end
  258. v.Value = 'BEvadeStrikeForward'
  259. v.Name = "EvadeStrikeF"
  260. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeL") then
  261. v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeL"]
  262. else
  263. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  264. end
  265. v.Value = 'BEvadeStrikeLeft'
  266. v.Name = "EvadeStrikeL"
  267. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeR") then
  268. v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeR"]
  269. else
  270. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  271. end
  272. v.Value = 'BEvadeStrikeRight'
  273. v.Name = "EvadeStrikeR"
  274. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("DashAttack") then
  275. v = game.ReplicatedStorage.Styles.Brawler["DashAttack"]
  276. else
  277. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  278. end
  279. v.Value = 'RDashAttack'
  280. v.Name = "DashAttack"
  281. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Distanced") then
  282. v = game.ReplicatedStorage.Styles.Brawler["H_Distanced"]
  283. else
  284. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  285. end
  286. v.Value = 'H_FastFootworkBack'
  287. v.Name = "H_Distanced"
  288. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_TwoHandeds") then
  289. v = game.ReplicatedStorage.Styles.Brawler["H_TwoHandeds"]
  290. else
  291. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  292. end
  293. v.Value = 'H_SelfDestruct'
  294. v.Name = "H_TwoHandeds"
  295. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FullHeat") then
  296. v = game.ReplicatedStorage.Styles.Brawler["H_FullHeat"]
  297. else
  298. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  299. end
  300. v.Value = 'H_GUltimateEssence'
  301. v.Name = "H_FullHeat"
  302. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabStanding") then
  303. v = game.ReplicatedStorage.Styles.Brawler["H_GrabStanding"]
  304. else
  305. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  306. end
  307. v.Value = 'H_Fisticuffs'
  308. v.Name = "H_GrabStanding"
  309. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllRight") then
  310. v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllRight"]
  311. else
  312. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  313. end
  314. v.Value = 'H_TSpinCounterRight'
  315. v.Name = "H_CounterSoloAllRight"
  316. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllLeft") then
  317. v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllLeft"]
  318. else
  319. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  320. end
  321. v.Value = 'H_TSpinCounterLeft'
  322. v.Name = "H_CounterSoloAllLeft"
  323. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllFront") then
  324. v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllFront"]
  325. else
  326. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  327. end
  328. v.Value = 'H_TSpinCounterFront'
  329. v.Name = "H_CounterSoloAllFront"
  330. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllBack") then
  331. v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllBack"]
  332. else
  333. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  334. end
  335. v.Value = 'H_TSpinCounterBack'
  336. v.Name = "H_CounterSoloAllBack"
  337. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabStanding2") then
  338. v = game.ReplicatedStorage.Styles.Brawler["H_GrabStanding2"]
  339. else
  340. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  341. end
  342. v.Value = 'H_DoubleHeadCrush'
  343. v.Name = "H_GrabStanding2"
  344. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_RunningFallen") then
  345. v = game.ReplicatedStorage.Styles.Brawler["H_RunningFallen"]
  346. else
  347. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  348. end
  349. v.Value = 'H_FinishingBlow'
  350. v.Name = "H_RunningFallen"
  351. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_StandingBehind") then
  352. v = game.ReplicatedStorage.Styles.Brawler["H_StandingBehind"]
  353. else
  354. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  355. end
  356. v.Value = 'H_Chokehold'
  357. v.Name = "H_StandingBehind"
  358. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_SuperEvading") then
  359. v = game.ReplicatedStorage.Styles.Brawler["H_SuperEvading"]
  360. else
  361. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  362. end
  363. v.Value = 'H_Rolling'
  364. v.Name = "H_SuperEvading"
  365. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Taunt") then
  366. v = game.ReplicatedStorage.Styles.Brawler["Taunt"]
  367. else
  368. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  369. end
  370. v.Value = 'DragonTaunt'
  371. v.Name = "Taunt"
  372. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Running4") then
  373. v = game.ReplicatedStorage.Styles.Brawler["H_Running4"]
  374. else
  375. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  376. end
  377. v.Value = 'H_Terror'
  378. v.Name = "H_Running4"
  379. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("HThrow") then
  380. v = game.ReplicatedStorage.Styles.Brawler["HThrow"]
  381. else
  382. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  383. end
  384. v.Value = 'T_FinishingHold2'
  385. v.Name = "HThrow"
  386. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LHThrow") then
  387. v = game.ReplicatedStorage.Styles.Brawler["LHThrow"]
  388. else
  389. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  390. end
  391. v.Value = 'T_BHeavyToss'
  392. v.Name = "LHThrow"
  393. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FallenDown") then
  394. v = game.ReplicatedStorage.Styles.Brawler["H_FallenDown"]
  395. else
  396. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  397. end
  398. v.Value = 'H_FallenKick'
  399. v.Name = "H_FallenDown"
  400. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Fallen") then
  401. v = game.ReplicatedStorage.Styles.Brawler["H_Fallen"]
  402. else
  403. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  404. end
  405. v.Value = 'H_FallenStomp'
  406. v.Name = "H_Fallen"
  407. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingHandgun") then
  408. v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingHandgun"]
  409. else
  410. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  411. end
  412. v.Value = 'H_ShotStopperHandgun'
  413. v.Name = "H_GunStandingHandgun"
  414. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStanding") then
  415. v = game.ReplicatedStorage.Styles.Brawler["H_GunStanding"]
  416. else
  417. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  418. end
  419. v.Value = 'H_ShotStopper'
  420. v.Name = "H_GunStanding"
  421. if game.ReplicatedStorage.Moves.H_FastFootworkBack:FindFirstChild("Closest") then
  422. v = game.ReplicatedStorage.Moves.H_FastFootworkBack["Closest"]
  423. else
  424. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.H_FastFootworkBack)
  425. end
  426. v.Value = '50'
  427. v.Name = "Closest"
  428. if game.ReplicatedStorage.Moves.H_FastFootworkBack:FindFirstChild("Distance") then
  429. v = game.ReplicatedStorage.Moves.H_FastFootworkBack["Distance"]
  430. else
  431. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.H_FastFootworkBack)
  432. end
  433. v.Value = '50'
  434. v.Name = "Distance"
  435. if game.ReplicatedStorage.Moves.H_FastFootworkBack:FindFirstChild("Within") then
  436. v = game.ReplicatedStorage.Moves.H_FastFootworkBack["Within"]
  437. else
  438. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.H_FastFootworkBack)
  439. end
  440. v.Value = '15'
  441. v.Name = "Within"
  442. if game.ReplicatedStorage.Moves.H_FastFootworkBack:FindFirstChild("HeatUse") then
  443. v = game.ReplicatedStorage.Moves.H_FastFootworkBack["HeatUse"]
  444. else
  445. v = Instance.new("IntValue", game.ReplicatedStorage.Moves.H_FastFootworkBack)
  446. end
  447. v.Value = 50
  448. v.Name = "HeatUse"
  449. if game.ReplicatedStorage.Moves.H_FastFootworkBack:FindFirstChild("HeatNeeded") then
  450. v = game.ReplicatedStorage.Moves.H_FastFootworkBack["HeatNeeded"]
  451. else
  452. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.H_FastFootworkBack)
  453. end
  454. v.Value = 'Normal'
  455. v.Name = "HeatNeeded"
  456.                                                                                                                                                                                                                                                                                                                                                                                                                                                 main.Heat.noheattho.Text = "Heat Actions Disabled"
  457.                                                                                                                                                                                                                                                                                                                                                                                                                                                 main.Heat.noheattho.Size = UDim2.new(10, 0, 1, 0)
  458.  
  459.                                                                                                                                                                                                                                                                                                                                                                                                                                                 menu.Bars.Mobile_Title.Text = "Made By Duck_SillyDJ (uwu)"
  460.                                                                                                                                                                                                                                                                                                                                                                                                                                                 menu.Bars.Mobile_Title.Visible = true
  461. --------------------------Taunt-----------------------------------
  462. if game.ReplicatedStorage.Moves:FindFirstChild("DragonTaunt") then
  463. v = game.ReplicatedStorage.Moves["DragonTaunt"]
  464. else
  465. v = Instance.new("Folder", game.ReplicatedStorage.Moves)
  466. end
  467. v.Name = "DragonTaunt"
  468. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("Dmg") then
  469. v = game.ReplicatedStorage.Moves.DragonTaunt["Dmg"]
  470. else
  471. v = Instance.new("IntValue", game.ReplicatedStorage.Moves.DragonTaunt)
  472. end
  473. v.Value = 0
  474. v.Name = "Dmg"
  475. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("HitboxLocations") then
  476. v = game.ReplicatedStorage.Moves.DragonTaunt["HitboxLocations"]
  477. else
  478. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.DragonTaunt)
  479. end
  480. v.Value = '[["RightHand",3,[0,-1,0]],["RightLowerArm",1.5,[0,0,0]],["RightUpperArm",1,[0,0,0]]]'
  481. v.Name = "HitboxLocations"
  482. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("AniSpeed") then
  483. v = game.ReplicatedStorage.Moves.DragonTaunt["AniSpeed"]
  484. else
  485. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves.DragonTaunt)
  486. end
  487. v.Value = 1.225
  488. v.Name = "AniSpeed"
  489. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("Sound") then
  490. v = game.ReplicatedStorage.Moves.DragonTaunt["Sound"]
  491. else
  492. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.DragonTaunt)
  493. end
  494. v.Value = 'FakeLaugh'
  495. v.Name = "Sound"
  496. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("NoDmg") then
  497. v = game.ReplicatedStorage.Moves.DragonTaunt["NoDmg"]
  498. else
  499. v = Instance.new("Folder", game.ReplicatedStorage.Moves.DragonTaunt)
  500. end
  501. v.Name = "NoDmg"
  502. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("HeatAt") then
  503. v = game.ReplicatedStorage.Moves.DragonTaunt["HeatAt"]
  504. else
  505. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves.DragonTaunt)
  506. end
  507. v.Value = 0.15
  508. v.Name = "HeatAt"
  509. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("HeatGain") then
  510. v = game.ReplicatedStorage.Moves.DragonTaunt["HeatGain"]
  511. else
  512. v = Instance.new("IntValue", game.ReplicatedStorage.Moves.DragonTaunt)
  513. end
  514. v.Value = 100
  515. v.Name = "HeatGain"
  516. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("ForceSound") then
  517. v = game.ReplicatedStorage.Moves.DragonTaunt["ForceSound"]
  518. else
  519. v = Instance.new("Folder", game.ReplicatedStorage.Moves.DragonTaunt)
  520. end
  521. v.Name = "ForceSound"
  522. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("TauntSound") then
  523. v = game.ReplicatedStorage.Moves.DragonTaunt["TauntSound"]
  524. else
  525. v = Instance.new("Folder", game.ReplicatedStorage.Moves.DragonTaunt)
  526. end
  527. v.Name = "TauntSound"
  528. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("EndAt") then
  529. v = game.ReplicatedStorage.Moves.DragonTaunt["EndAt"]
  530. else
  531. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves.DragonTaunt)
  532. end
  533. v.Value = 0.8
  534. v.Name = "EndAt"
  535. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("Anim") then
  536. v = game.ReplicatedStorage.Moves.DragonTaunt["Anim"]
  537. else
  538. v = Instance.new("Animation", game.ReplicatedStorage.Moves.DragonTaunt)
  539. end
  540.  
  541. v.AnimationId = "rbxassetid://10928237540"
  542. v.Name = "Anim"
  543. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("MoveForward") then
  544. v = game.ReplicatedStorage.Moves.DragonTaunt["MoveForward"]
  545. else
  546. v = Instance.new("IntValue", game.ReplicatedStorage.Moves.DragonTaunt)
  547. end
  548. v.Value = 2
  549. v.Name = "MoveForward"
  550. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("MoveStart2") then
  551. v = game.ReplicatedStorage.Moves.DragonTaunt["MoveStart2"]
  552. else
  553. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves.DragonTaunt)
  554. end
  555. v.Value = 1.8
  556. v.Name = "MoveStart2"
  557. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("MoveDuration") then
  558. v = game.ReplicatedStorage.Moves.DragonTaunt["MoveDuration"]
  559. else
  560. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves.DragonTaunt)
  561. end
  562. v.Value = 0.4
  563. v.Name = "MoveDuration"
  564. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("Dragon") then
  565. v = game.ReplicatedStorage.Moves.DragonTaunt["Dragon"]
  566. else
  567. v = Instance.new("Folder", game.ReplicatedStorage.Moves.DragonTaunt)
  568. end
  569. v.Name = "Dragon"
  570. if game.ReplicatedStorage.Moves.DragonTaunt:FindFirstChild("Cancelable") then
  571. v = game.ReplicatedStorage.Moves.DragonTaunt["Cancelable"]
  572. else
  573. v = Instance.new("Folder", game.ReplicatedStorage.Moves.DragonTaunt)
  574. end
  575. v.Name = "Cancelable"
  576. if game.ReplicatedStorage.Moves["龍Attack1"]:FindFirstChild("ComboAt") then
  577. v = game.ReplicatedStorage.Moves["龍Attack1"]["ComboAt"]
  578. else
  579. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["龍Attack1"])
  580. end
  581. v.Value = 0.2
  582. v.Name = "ComboAt"
  583. if game.ReplicatedStorage.Moves["龍Attack2"]:FindFirstChild("ComboAt") then
  584. v = game.ReplicatedStorage.Moves["龍Attack2"]["ComboAt"]
  585. else
  586. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["龍Attack2"])
  587. end
  588. v.Value = 0.2
  589. v.Name = "ComboAt"
  590. if game.ReplicatedStorage.Moves["龍Attack3"]:FindFirstChild("ComboAt") then
  591. v = game.ReplicatedStorage.Moves["龍Attack3"]["ComboAt"]
  592. else
  593. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["龍Attack3"])
  594. end
  595. v.Value = 0.2
  596. v.Name = "ComboAt"
  597. if game.ReplicatedStorage.Moves["龍Attack4"]:FindFirstChild("ComboAt") then
  598. v = game.ReplicatedStorage.Moves["龍Attack4"]["ComboAt"]
  599. else
  600. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["龍Attack4"])
  601. end
  602. v.Value = 0.2
  603. v.Name = "ComboAt"
  604. if game.ReplicatedStorage.Moves["龍Strike5"]:FindFirstChild("ComboAt") then
  605. v = game.ReplicatedStorage.Moves["龍Strike5"]["ComboAt"]
  606. else
  607. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["龍Strike5"])
  608. end
  609. v.Value = 0.5
  610. v.Name = "ComboAt"
  611. if game.ReplicatedStorage.Moves["BStrike5"]:FindFirstChild("ComboAt") then
  612. v = game.ReplicatedStorage.Moves["BStrike5"]["ComboAt"]
  613. else
  614. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["BStrike5"])
  615. end
  616. v.Value = 0.5
  617. v.Name = "ComboAt"
  618. if game.ReplicatedStorage.Styles:FindFirstChild("Rush") then
  619. v = game.ReplicatedStorage.Styles["Rush"]
  620. else
  621. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  622. end
  623. v.Name = "Rush"
  624. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_EvadedF") then
  625. v = game.ReplicatedStorage.Styles.Rush["H_EvadedF"]
  626. else
  627. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  628. end
  629. v.Value = 'H_FastFootworkFront'
  630. v.Name = "H_EvadedF"
  631. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_Stunning") then
  632. v = game.ReplicatedStorage.Styles.Rush["H_Stunning"]
  633. else
  634. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  635. end
  636. v.Value = 'H_Reversal'
  637. v.Name = "H_Stunning"
  638. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("StartBlock") then
  639. v = game.ReplicatedStorage.Styles.Rush["StartBlock"]
  640. else
  641. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  642. end
  643.  
  644. v.AnimationId = "rbxassetid://10848090844"
  645. v.Name = "StartBlock"
  646. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Taunt") then
  647. v = game.ReplicatedStorage.Styles.Rush["Taunt"]
  648. else
  649. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  650. end
  651. v.Value = 'RushTaunt'
  652. v.Name = "Taunt"
  653. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeStrikeB") then
  654. v = game.ReplicatedStorage.Styles.Rush["EvadeStrikeB"]
  655. else
  656. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  657. end
  658. v.Value = 'RStrike2'
  659. v.Name = "EvadeStrikeB"
  660. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Speed") then
  661. v = game.ReplicatedStorage.Styles.Rush["Speed"]
  662. else
  663. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Rush)
  664. end
  665. v.Value = 1.2
  666. v.Name = "Speed"
  667. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Color") then
  668. v = game.ReplicatedStorage.Styles.Rush["Color"]
  669. else
  670. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Rush)
  671. end
  672. v.Value = Color3.fromRGB(255,0,255)
  673. v.Name = "Color"
  674. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("VisualName") then
  675. v = game.ReplicatedStorage.Styles.Rush["VisualName"]
  676. else
  677. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  678. end
  679. v.Value = 'Rush'
  680. v.Name = "VisualName"
  681. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_LowHealthFallen") then
  682. v = game.ReplicatedStorage.Styles.Rush["H_LowHealthFallen"]
  683. else
  684. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  685. end
  686. v.Value = 'H_FallenFinisher'
  687. v.Name = "H_LowHealthFallen"
  688. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_Fallen") then
  689. v = game.ReplicatedStorage.Styles.Rush["H_Fallen"]
  690. else
  691. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  692. end
  693. v.Value = 'H_FallenStomp'
  694. v.Name = "H_Fallen"
  695. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_BackWall") then
  696. v = game.ReplicatedStorage.Styles.Rush["H_BackWall"]
  697. else
  698. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  699. end
  700. v.Value = 'H_CrushingWall'
  701. v.Name = "H_BackWall"
  702. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Grab") then
  703. v = game.ReplicatedStorage.Styles.Rush["Grab"]
  704. else
  705. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  706. end
  707. v.Value = 'RSweep'
  708. v.Name = "Grab"
  709. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_CounterSolo") then
  710. v = game.ReplicatedStorage.Styles.Rush["H_CounterSolo"]
  711. else
  712. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  713. end
  714. v.Value = 'H_FrenzySpinCounter'
  715. v.Name = "H_CounterSolo"
  716. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeStrikeR") then
  717. v = game.ReplicatedStorage.Styles.Rush["EvadeStrikeR"]
  718. else
  719. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  720. end
  721. v.Value = 'RStrike2'
  722. v.Name = "EvadeStrikeR"
  723. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeStrikeL") then
  724. v = game.ReplicatedStorage.Styles.Rush["EvadeStrikeL"]
  725. else
  726. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  727. end
  728. v.Value = 'RStrike2'
  729. v.Name = "EvadeStrikeL"
  730. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeStrikeF") then
  731. v = game.ReplicatedStorage.Styles.Rush["EvadeStrikeF"]
  732. else
  733. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  734. end
  735. v.Value = 'RStrike2'
  736. v.Name = "EvadeStrikeF"
  737. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_Stunned") then
  738. v = game.ReplicatedStorage.Styles.Rush["H_Stunned"]
  739. else
  740. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  741. end
  742. v.Value = 'H_FlyingKick'
  743. v.Name = "H_Stunned"
  744. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush2") then
  745. v = game.ReplicatedStorage.Styles.Rush["Rush2"]
  746. else
  747. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  748. end
  749. v.Value = '龍Attack2'
  750. v.Name = "Rush2"
  751. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush3") then
  752. v = game.ReplicatedStorage.Styles.Rush["Rush3"]
  753. else
  754. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  755. end
  756. v.Value = '龍Attack3'
  757. v.Name = "Rush3"
  758. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush4") then
  759. v = game.ReplicatedStorage.Styles.Rush["Rush4"]
  760. else
  761. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  762. end
  763. v.Value = '龍Attack1'
  764. v.Name = "Rush4"
  765. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush5") then
  766. v = game.ReplicatedStorage.Styles.Rush["Rush5"]
  767. else
  768. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  769. end
  770. v.Value = '龍Attack2'
  771. v.Name = "Rush5"
  772. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush6") then
  773. v = game.ReplicatedStorage.Styles.Rush["Rush6"]
  774. else
  775. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  776. end
  777. v.Value = '龍Attack3'
  778. v.Name = "Rush6"
  779. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush7") then
  780. v = game.ReplicatedStorage.Styles.Rush["Rush7"]
  781. else
  782. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  783. end
  784. v.Value = '龍Attack1'
  785. v.Name = "Rush7"
  786. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush8") then
  787. v = game.ReplicatedStorage.Styles.Rush["Rush8"]
  788. else
  789. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  790. end
  791. v.Value = '龍Attack4'
  792. v.Name = "Rush8"
  793. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike2") then
  794. v = game.ReplicatedStorage.Styles.Rush["Strike2"]
  795. else
  796. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  797. end
  798. v.Value = 'RStrike2'
  799. v.Name = "Strike2"
  800. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike3") then
  801. v = game.ReplicatedStorage.Styles.Rush["Strike3"]
  802. else
  803. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  804. end
  805. v.Value = '龍2Strike1'
  806. v.Name = "Strike3"
  807. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike4") then
  808. v = game.ReplicatedStorage.Styles.Rush["Strike4"]
  809. else
  810. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  811. end
  812. v.Value = '龍Strike5'
  813. v.Name = "Strike4"
  814. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike5") then
  815. v = game.ReplicatedStorage.Styles.Rush["Strike5"]
  816. else
  817. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  818. end
  819. v.Value = 'BStrike5'
  820. v.Name = "Strike5"
  821. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike6") then
  822. v = game.ReplicatedStorage.Styles.Rush["Strike6"]
  823. else
  824. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  825. end
  826. v.Value = 'BStrike4'
  827. v.Name = "Strike6"
  828. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike7") then
  829. v = game.ReplicatedStorage.Styles.Rush["Strike7"]
  830. else
  831. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  832. end
  833. v.Value = 'B2Strike4'
  834. v.Name = "Strike7"
  835. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike8") then
  836. v = game.ReplicatedStorage.Styles.Rush["Strike8"]
  837. else
  838. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  839. end
  840. v.Value = 'B2Strike3'
  841. v.Name = "Strike8"
  842. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike9") then
  843. v = game.ReplicatedStorage.Styles.Rush["Strike9"]
  844. else
  845. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  846. end
  847. v.Value = '龍2Strike4'
  848. v.Name = "Strike9"
  849. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Rush1") then
  850. v = game.ReplicatedStorage.Styles.Rush["Rush1"]
  851. else
  852. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  853. end
  854. v.Value = '龍Attack1'
  855. v.Name = "Rush1"
  856. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Strike1") then
  857. v = game.ReplicatedStorage.Styles.Rush["Strike1"]
  858. else
  859. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  860. end
  861. v.Value = 'B2Strike1'
  862. v.Name = "Strike1"
  863. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_Running4") then
  864. v = game.ReplicatedStorage.Styles.Rush["H_Running4"]
  865. else
  866. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  867. end
  868. v.Value = 'H_Terror'
  869. v.Name = "H_Running4"
  870. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_AirFallen") then
  871. v = game.ReplicatedStorage.Styles.Rush["H_AirFallen"]
  872. else
  873. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  874. end
  875. v.Value = 'H_Whirl'
  876. v.Name = "H_AirFallen"
  877. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("GrabStrike") then
  878. v = game.ReplicatedStorage.Styles.Rush["GrabStrike"]
  879. else
  880. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  881. end
  882. v.Value = 'T_CounterQuickstep'
  883. v.Name = "GrabStrike"
  884. if game.ReplicatedStorage.Styles.Rush.GrabStrike:FindFirstChild("Ability") then
  885. v = game.ReplicatedStorage.Styles.Rush.GrabStrike["Ability"]
  886. else
  887. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush.GrabStrike)
  888. end
  889. v.Value = 'Counter Quickstep'
  890. v.Name = "Ability"
  891. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_FallenDown") then
  892. v = game.ReplicatedStorage.Styles.Rush["H_FallenDown"]
  893. else
  894. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  895. end
  896. v.Value = 'H_FallenKick'
  897. v.Name = "H_FallenDown"
  898. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_EvadedF") then
  899. v = game.ReplicatedStorage.Styles.Rush["H_EvadedF"]
  900. else
  901. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  902. end
  903. v.Value = 'H_FastFootworkFront'
  904. v.Name = "H_EvadedF"
  905. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeF") then
  906. v = game.ReplicatedStorage.Styles.Rush["EvadeF"]
  907. else
  908. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  909. end
  910.  
  911. v.AnimationId = "rbxassetid://11710466763"
  912. v.Name = "EvadeF"
  913. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeL") then
  914. v = game.ReplicatedStorage.Styles.Rush["EvadeL"]
  915. else
  916. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  917. end
  918.  
  919. v.AnimationId = "rbxassetid://11710468004"
  920. v.Name = "EvadeL"
  921. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeR") then
  922. v = game.ReplicatedStorage.Styles.Rush["EvadeR"]
  923. else
  924. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  925. end
  926.  
  927. v.AnimationId = "rbxassetid://11710467557"
  928. v.Name = "EvadeR"
  929. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeB") then
  930. v = game.ReplicatedStorage.Styles.Rush["EvadeB"]
  931. else
  932. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  933. end
  934.  
  935. v.AnimationId = "rbxassetid://11710468479"
  936. v.Name = "EvadeB"
  937. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeCR") then
  938. v = game.ReplicatedStorage.Styles.Rush["EvadeCR"]
  939. else
  940. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  941. end
  942.  
  943. v.AnimationId = "rbxassetid://11710568545"
  944. v.Name = "EvadeCR"
  945. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeCL") then
  946. v = game.ReplicatedStorage.Styles.Rush["EvadeCL"]
  947. else
  948. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  949. end
  950.  
  951. v.AnimationId = "rbxassetid://11710568875"
  952. v.Name = "EvadeCL"
  953. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeQCB") then
  954. v = game.ReplicatedStorage.Styles.Rush["EvadeQCB"]
  955. else
  956. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  957. end
  958.  
  959. v.AnimationId = "rbxassetid://11632563534"
  960. v.Name = "EvadeQCB"
  961. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeQCF") then
  962. v = game.ReplicatedStorage.Styles.Rush["EvadeQCF"]
  963. else
  964. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  965. end
  966.  
  967. v.AnimationId = "rbxassetid://11632565056"
  968. v.Name = "EvadeQCF"
  969. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeQCL") then
  970. v = game.ReplicatedStorage.Styles.Rush["EvadeQCL"]
  971. else
  972. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  973. end
  974.  
  975. v.AnimationId = "rbxassetid://11632564616"
  976. v.Name = "EvadeQCL"
  977. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeQCR") then
  978. v = game.ReplicatedStorage.Styles.Rush["EvadeQCR"]
  979. else
  980. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  981. end
  982.  
  983. v.AnimationId = "rbxassetid://11632564233"
  984. v.Name = "EvadeQCR"
  985. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeCF") then
  986. v = game.ReplicatedStorage.Styles.Rush["EvadeCF"]
  987. else
  988. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  989. end
  990.  
  991. v.AnimationId = "rbxassetid://11716395378"
  992. v.Name = "EvadeCF"
  993. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("EvadeCB") then
  994. v = game.ReplicatedStorage.Styles.Rush["EvadeCB"]
  995. else
  996. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  997. end
  998.  
  999. v.AnimationId = "rbxassetid://11716396028"
  1000. v.Name = "EvadeCB"
  1001. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Block") then
  1002. v = game.ReplicatedStorage.Styles.Rush["Block"]
  1003. else
  1004. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  1005. end
  1006.  
  1007. v.AnimationId = "rbxassetid://11776345813"
  1008. v.Name = "Block"
  1009. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_EvadedR") then
  1010. v = game.ReplicatedStorage.Styles.Rush["H_EvadedR"]
  1011. else
  1012. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  1013. end
  1014. v.Value = 'H_FastFootworkRight'
  1015. v.Name = "H_EvadedR"
  1016. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("H_EvadedL") then
  1017. v = game.ReplicatedStorage.Styles.Rush["H_EvadedL"]
  1018. else
  1019. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rush)
  1020. end
  1021. v.Value = 'H_FastFootworkLeft'
  1022. v.Name = "H_EvadedL"
  1023. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Idle") then
  1024. v = game.ReplicatedStorage.Styles.Rush["Idle"]
  1025. else
  1026. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  1027. end
  1028.  
  1029. v.AnimationId = "rbxassetid://8493751059"
  1030. v.Name = "Idle"
  1031. if game.ReplicatedStorage.Styles.Rush.Idle:FindFirstChild("Core") then
  1032. v = game.ReplicatedStorage.Styles.Rush.Idle["Core"]
  1033. else
  1034. v = Instance.new("Folder", game.ReplicatedStorage.Styles.Rush.Idle)
  1035. end
  1036. v.Name = "Core"
  1037. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Hit1Block") then
  1038. v = game.ReplicatedStorage.Styles.Rush["Hit1Block"]
  1039. else
  1040. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  1041. end
  1042.  
  1043. v.AnimationId = "rbxassetid://11959653217"
  1044. v.Name = "Hit1Block"
  1045. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Hit2Block") then
  1046. v = game.ReplicatedStorage.Styles.Rush["Hit2Block"]
  1047. else
  1048. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  1049. end
  1050.  
  1051. v.AnimationId = "rbxassetid://11959653217"
  1052. v.Name = "Hit2Block"
  1053. if game.ReplicatedStorage.Styles.Rush:FindFirstChild("Run") then
  1054. v = game.ReplicatedStorage.Styles.Rush["Run"]
  1055. else
  1056. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Rush)
  1057. end
  1058.  
  1059. v.AnimationId = "rbxassetid://13731641248"
  1060. v.Name = "Run"
  1061. -------------------------------Beast--------------------------------------
  1062. if game.ReplicatedStorage.Styles:FindFirstChild("Beast") then
  1063. v = game.ReplicatedStorage.Styles["Beast"]
  1064. else
  1065. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1066. end
  1067. v.Name = "Beast"
  1068. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Rush1") then
  1069. v = game.ReplicatedStorage.Styles.Beast["Rush1"]
  1070. else
  1071. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1072. end
  1073. v.Value = 'BTPunch1'
  1074. v.Name = "Rush1"
  1075. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Speed") then
  1076. v = game.ReplicatedStorage.Styles.Beast["Speed"]
  1077. else
  1078. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Beast)
  1079. end
  1080. v.Value = 0.75
  1081. v.Name = "Speed"
  1082. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("StartBlock") then
  1083. v = game.ReplicatedStorage.Styles.Beast["StartBlock"]
  1084. else
  1085. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1086. end
  1087.  
  1088. v.AnimationId = "rbxassetid://10920901524"
  1089. v.Name = "StartBlock"
  1090. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("GuardGrabHit") then
  1091. v = game.ReplicatedStorage.Styles.Beast["GuardGrabHit"]
  1092. else
  1093. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1094. end
  1095. v.Value = 'T_BearHug'
  1096. v.Name = "GuardGrabHit"
  1097. if game.ReplicatedStorage.Styles.Beast.GuardGrabHit:FindFirstChild("Ability") then
  1098. v = game.ReplicatedStorage.Styles.Beast.GuardGrabHit["Ability"]
  1099. else
  1100. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast.GuardGrabHit)
  1101. end
  1102. v.Value = 'Bear Hug'
  1103. v.Name = "Ability"
  1104. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Rush2") then
  1105. v = game.ReplicatedStorage.Styles.Beast["Rush2"]
  1106. else
  1107. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1108. end
  1109. v.Value = 'BTPunch2'
  1110. v.Name = "Rush2"
  1111. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Rush3") then
  1112. v = game.ReplicatedStorage.Styles.Beast["Rush3"]
  1113. else
  1114. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1115. end
  1116. v.Value = 'BTPunch3'
  1117. v.Name = "Rush3"
  1118. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Color") then
  1119. v = game.ReplicatedStorage.Styles.Beast["Color"]
  1120. else
  1121. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Beast)
  1122. end
  1123. v.Value = Color3.fromRGB(255,211.00000262260437,50.000000819563866)
  1124. v.Name = "Color"
  1125. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_LowHealthFallen") then
  1126. v = game.ReplicatedStorage.Styles.Beast["H_LowHealthFallen"]
  1127. else
  1128. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1129. end
  1130. v.Value = 'H_FallenFinisher'
  1131. v.Name = "H_LowHealthFallen"
  1132. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("LThrow") then
  1133. v = game.ReplicatedStorage.Styles.Beast["LThrow"]
  1134. else
  1135. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1136. end
  1137. v.Value = 'T_LegToss'
  1138. v.Name = "LThrow"
  1139. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Strike1") then
  1140. v = game.ReplicatedStorage.Styles.Beast["Strike1"]
  1141. else
  1142. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1143. end
  1144. v.Value = 'BTStrike1'
  1145. v.Name = "Strike1"
  1146. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Strike2") then
  1147. v = game.ReplicatedStorage.Styles.Beast["Strike2"]
  1148. else
  1149. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1150. end
  1151. v.Value = 'BTStrike2'
  1152. v.Name = "Strike2"
  1153. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Strike3") then
  1154. v = game.ReplicatedStorage.Styles.Beast["Strike3"]
  1155. else
  1156. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1157. end
  1158. v.Value = 'BTStrike3'
  1159. v.Name = "Strike3"
  1160. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Strike4") then
  1161. v = game.ReplicatedStorage.Styles.Beast["Strike4"]
  1162. else
  1163. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1164. end
  1165. v.Value = 'BTStrike4'
  1166. v.Name = "Strike4"
  1167. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Grab") then
  1168. v = game.ReplicatedStorage.Styles.Beast["Grab"]
  1169. else
  1170. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1171. end
  1172. v.Value = 'BGrab'
  1173. v.Name = "Grab"
  1174. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("EvadeB") then
  1175. v = game.ReplicatedStorage.Styles.Beast["EvadeB"]
  1176. else
  1177. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1178. end
  1179.  
  1180. v.AnimationId = "rbxassetid://11614916809"
  1181. v.Name = "EvadeB"
  1182. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("VisualName") then
  1183. v = game.ReplicatedStorage.Styles.Beast["VisualName"]
  1184. else
  1185. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1186. end
  1187. v.Value = 'Beast'
  1188. v.Name = "VisualName"
  1189. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Throw") then
  1190. v = game.ReplicatedStorage.Styles.Beast["Throw"]
  1191. else
  1192. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1193. end
  1194. v.Value = 'T_BeastToss'
  1195. v.Name = "Throw"
  1196. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("EvadeR") then
  1197. v = game.ReplicatedStorage.Styles.Beast["EvadeR"]
  1198. else
  1199. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1200. end
  1201.  
  1202. v.AnimationId = "rbxassetid://8223592585"
  1203. v.Name = "EvadeR"
  1204. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_GrabOnWall") then
  1205. v = game.ReplicatedStorage.Styles.Beast["H_GrabOnWall"]
  1206. else
  1207. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1208. end
  1209. v.Value = 'H_WallSmack'
  1210. v.Name = "H_GrabOnWall"
  1211. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("GrabCorpses") then
  1212. v = game.ReplicatedStorage.Styles.Beast["GrabCorpses"]
  1213. else
  1214. v = Instance.new("Folder", game.ReplicatedStorage.Styles.Beast)
  1215. end
  1216. v.Name = "GrabCorpses"
  1217. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_GrabStanding") then
  1218. v = game.ReplicatedStorage.Styles.Beast["H_GrabStanding"]
  1219. else
  1220. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1221. end
  1222. v.Value = 'H_Piledriver'
  1223. v.Name = "H_GrabStanding"
  1224. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_AbsorbBlock") then
  1225. v = game.ReplicatedStorage.Styles.Beast["H_AbsorbBlock"]
  1226. else
  1227. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1228. end
  1229. v.Value = 'H_Torment'
  1230. v.Name = "H_AbsorbBlock"
  1231. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_TwoHandeds") then
  1232. v = game.ReplicatedStorage.Styles.Beast["H_TwoHandeds"]
  1233. else
  1234. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1235. end
  1236. v.Value = 'H_SelfDestruct'
  1237. v.Name = "H_TwoHandeds"
  1238. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_GrabLeg") then
  1239. v = game.ReplicatedStorage.Styles.Beast["H_GrabLeg"]
  1240. else
  1241. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1242. end
  1243. v.Value = 'H_Swing'
  1244. v.Name = "H_GrabLeg"
  1245. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Taunt") then
  1246. v = game.ReplicatedStorage.Styles.Beast["Taunt"]
  1247. else
  1248. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1249. end
  1250. v.Value = 'BeastTaunt'
  1251. v.Name = "Taunt"
  1252. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Hit2Block") then
  1253. v = game.ReplicatedStorage.Styles.Beast["Hit2Block"]
  1254. else
  1255. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1256. end
  1257.  
  1258. v.AnimationId = "rbxassetid://10920909417"
  1259. v.Name = "Hit2Block"
  1260. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("EndBlock") then
  1261. v = game.ReplicatedStorage.Styles.Beast["EndBlock"]
  1262. else
  1263. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1264. end
  1265.  
  1266. v.AnimationId = "rbxassetid://10920912941"
  1267. v.Name = "EndBlock"
  1268. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Hit1Block") then
  1269. v = game.ReplicatedStorage.Styles.Beast["Hit1Block"]
  1270. else
  1271. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1272. end
  1273.  
  1274. v.AnimationId = "rbxassetid://10920902836"
  1275. v.Name = "Hit1Block"
  1276. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Block") then
  1277. v = game.ReplicatedStorage.Styles.Beast["Block"]
  1278. else
  1279. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1280. end
  1281.  
  1282. v.AnimationId = "rbxassetid://10920916315"
  1283. v.Name = "Block"
  1284. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_GrabOnFallen") then
  1285. v = game.ReplicatedStorage.Styles.Beast["H_GrabOnFallen"]
  1286. else
  1287. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1288. end
  1289. v.Value = 'H_LobCrush'
  1290. v.Name = "H_GrabOnFallen"
  1291. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_Stunned") then
  1292. v = game.ReplicatedStorage.Styles.Beast["H_Stunned"]
  1293. else
  1294. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1295. end
  1296. v.Value = 'H_Knockout'
  1297. v.Name = "H_Stunned"
  1298. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("HThrow") then
  1299. v = game.ReplicatedStorage.Styles.Beast["HThrow"]
  1300. else
  1301. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1302. end
  1303. v.Value = 'T_HeavyToss'
  1304. v.Name = "HThrow"
  1305. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("LHThrow") then
  1306. v = game.ReplicatedStorage.Styles.Beast["LHThrow"]
  1307. else
  1308. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1309. end
  1310. v.Value = 'T_BHeavyToss'
  1311. v.Name = "LHThrow"
  1312. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_FallenDown") then
  1313. v = game.ReplicatedStorage.Styles.Beast["H_FallenDown"]
  1314. else
  1315. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1316. end
  1317. v.Value = 'H_FallenGrate'
  1318. v.Name = "H_FallenDown"
  1319. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_Fallen") then
  1320. v = game.ReplicatedStorage.Styles.Beast["H_Fallen"]
  1321. else
  1322. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1323. end
  1324. v.Value = 'H_FallenFinisher'
  1325. v.Name = "H_Fallen"
  1326. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("EvadeF") then
  1327. v = game.ReplicatedStorage.Styles.Beast["EvadeF"]
  1328. else
  1329. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1330. end
  1331.  
  1332. v.AnimationId = "rbxassetid://11614916023"
  1333. v.Name = "EvadeF"
  1334. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("EvadeL") then
  1335. v = game.ReplicatedStorage.Styles.Beast["EvadeL"]
  1336. else
  1337. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1338. end
  1339.  
  1340. v.AnimationId = "rbxassetid://8223592585"
  1341. v.Name = "EvadeL"
  1342. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("Idle") then
  1343. v = game.ReplicatedStorage.Styles.Beast["Idle"]
  1344. else
  1345. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Beast)
  1346. end
  1347.  
  1348. v.AnimationId = "rbxassetid://8485681263"
  1349. v.Name = "Idle"
  1350. if game.ReplicatedStorage.Styles.Beast.Idle:FindFirstChild("Core") then
  1351. v = game.ReplicatedStorage.Styles.Beast.Idle["Core"]
  1352. else
  1353. v = Instance.new("Folder", game.ReplicatedStorage.Styles.Beast.Idle)
  1354. end
  1355. v.Name = "Core"
  1356. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_GrabStanding3") then
  1357. v = game.ReplicatedStorage.Styles.Beast["H_GrabStanding3"]
  1358. else
  1359. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1360. end
  1361. v.Value = 'H_Entangle'
  1362. v.Name = "H_GrabStanding3"
  1363. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_StunnedFront") then
  1364. v = game.ReplicatedStorage.Styles.Beast["H_StunnedFront"]
  1365. else
  1366. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Beast)
  1367. end
  1368. v.Value = 'H_KnockoutFront'
  1369. v.Name = "H_StunnedFront"
  1370. if game.ReplicatedStorage.Moves["龍TigerDrop"]:FindFirstChild("Anim") then
  1371. v = game.ReplicatedStorage.Moves["龍TigerDrop"]["Anim"]
  1372. else
  1373. v = Instance.new("Animation", game.ReplicatedStorage.Moves["龍TigerDrop"])
  1374. end
  1375. v.AnimationId = "rbxassetid://12338275115"
  1376. v.Name = "Anim"
  1377. if game.ReplicatedStorage.Moves["龍TigerDrop"]:FindFirstChild("ForceSF") then
  1378. v = game.ReplicatedStorage.Moves["龍TigerDrop"]["ForceSF"]
  1379. else
  1380. v = Instance.new("StringValue", game.ReplicatedStorage.Moves["龍TigerDrop"])
  1381. end
  1382. v.Value = '0.1'
  1383. v.Name = "ForceSF"
  1384. if game.ReplicatedStorage.Moves["TigerDrop"]:FindFirstChild("Anim") then
  1385. v = game.ReplicatedStorage.Moves["TigerDrop"]["Anim"]
  1386. else
  1387. v = Instance.new("Animation", game.ReplicatedStorage.Moves["TigerDrop"])
  1388. end
  1389. v.AnimationId = "rbxassetid://12338275115"
  1390. v.Name = "Anim"
  1391. if game.ReplicatedStorage.Moves["TigerDrop"]:FindFirstChild("HitDur") then
  1392. v = game.ReplicatedStorage.Moves["TigerDrop"]["HitDur"]
  1393. else
  1394. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["TigerDrop"])
  1395. end
  1396. v.Value = 0.3
  1397. v.Name = "HitDur"
  1398. if game.ReplicatedStorage.Moves["TigerDrop"]:FindFirstChild("AniSpeed") then
  1399. v = game.ReplicatedStorage.Moves["TigerDrop"]["AniSpeed"]
  1400. else
  1401. v = Instance.new("NumberValue", game.ReplicatedStorage.Moves["TigerDrop"])
  1402. end
  1403. v.Value = 1
  1404. v.Name = "AniSpeed"
  1405. if game.ReplicatedStorage.Moves.H_UltimateEssence:FindFirstChild("MoveName") then
  1406. v = game.ReplicatedStorage.Moves.H_UltimateEssence["MoveName"]
  1407. else
  1408. v = Instance.new("StringValue", game.ReplicatedStorage.Moves.H_UltimateEssence)
  1409. end
  1410. v.Value = 'Ultimate Essence '
  1411. v.Name = "MoveName"
  1412. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeF") then
  1413. v = game.ReplicatedStorage.Styles.Brawler["EvadeF"]
  1414. else
  1415. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1416. end
  1417.  
  1418. v.AnimationId = "rbxassetid://11710466763"
  1419. v.Name = "EvadeF"
  1420. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeL") then
  1421. v = game.ReplicatedStorage.Styles.Brawler["EvadeL"]
  1422. else
  1423. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1424. end
  1425.  
  1426. v.AnimationId = "rbxassetid://11710468004"
  1427. v.Name = "EvadeL"
  1428. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeR") then
  1429. v = game.ReplicatedStorage.Styles.Brawler["EvadeR"]
  1430. else
  1431. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1432. end
  1433.  
  1434. v.AnimationId = "rbxassetid://11710467557"
  1435. v.Name = "EvadeR"
  1436. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeB") then
  1437. v = game.ReplicatedStorage.Styles.Brawler["EvadeB"]
  1438. else
  1439. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1440. end
  1441.  
  1442. v.AnimationId = "rbxassetid://11710468479"
  1443. v.Name = "EvadeB"
  1444. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_EvadedF") then
  1445. v = game.ReplicatedStorage.Styles.Brawler["H_EvadedF"]
  1446. else
  1447. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1448. end
  1449. v.Value = 'H_FastFootworkFront'
  1450. v.Name = "H_EvadedF"
  1451. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_EvadedR") then
  1452. v = game.ReplicatedStorage.Styles.Brawler["H_EvadedR"]
  1453. else
  1454. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1455. end
  1456. v.Value = 'H_FastFootworkRight'
  1457. v.Name = "H_EvadedR"
  1458. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_EvadedL") then
  1459. v = game.ReplicatedStorage.Styles.Brawler["H_EvadedL"]
  1460. else
  1461. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1462. end
  1463. v.Value = 'H_FastFootworkLeft'
  1464. v.Name = "H_EvadedL"
  1465. game.ReplicatedStorage.Sounds.Yell.Value = "rbxassetid://7959271972"
  1466.  
  1467. local function playsound(id)
  1468.     local sfx = Instance.new("Sound", workspace)
  1469.     sfx.SoundId = "rbxassetid://"..tostring(id)
  1470.  
  1471.     game:GetService("SoundService"):PlayLocalSound(sfx)
  1472.  
  1473.     spawn(function()
  1474.         task.wait(sfx.TimeLength)
  1475.         sfx:Destroy()
  1476.     end)
  1477. end
  1478.  
  1479. function playticksound()
  1480.     local sfx = Instance.new("Sound", workspace)
  1481.     sfx.SoundId = "rbxassetid://4843088994"
  1482.  
  1483.     game:GetService("SoundService"):PlayLocalSound(sfx)
  1484.  
  1485.     spawn(function()
  1486.         task.wait(2)
  1487.         sfx:Destroy()
  1488.     end)
  1489. end
  1490.  
  1491. local function play_ingamesound(sfxname)
  1492.     local v = game.ReplicatedStorage.Sounds:FindFirstChild(sfxname)
  1493.     local sfx = Instance.new("Sound", nil)
  1494.     local id = v.Value
  1495.  
  1496.     sfx.SoundId = id
  1497.  
  1498.     for i,v in v:GetChildren() do
  1499.         sfx[v.Name] = v.Value
  1500.     end
  1501.  
  1502.     game.SoundService:PlayLocalSound(sfx)
  1503.     task.delay(15, function()
  1504.         sfx:Destroy()
  1505.     end)
  1506. end
  1507.  
  1508. local Player = game.Players.LocalPlayer
  1509. local Rep = game.ReplicatedStorage
  1510. local Char = Player.Character
  1511. local Main = Player.PlayerGui.Interface.Battle.Main
  1512.  
  1513. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1514.     if Main.HeatMove.TextLabel.Text == "Ultimate Essence" then
  1515.         Main.HeatMove.TextLabel.Text = Rep.Moves.H_UltimateEssence.MoveName.Value
  1516.         local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_UltimateEssence.Anim)
  1517.         Anim.Priority = Enum.AnimationPriority.Action4
  1518.         Anim:AdjustSpeed(0.9)
  1519.         Anim:Play()
  1520.         play_ingamesound("Ignite")
  1521.         task.wait(0.4)
  1522.         play_ingamesound("TigerSwing")
  1523.         task.wait(0.6)
  1524.         play_ingamesound("MassiveSlap")
  1525.         task.wait(0.3)
  1526.         Anim:Destroy()
  1527.     end
  1528. end)
  1529.  
  1530. local Player = game.Players.LocalPlayer
  1531. local Rep = game.ReplicatedStorage
  1532. local Char = Player.Character
  1533. local Main = Player.PlayerGui.Interface.Battle.Main
  1534.  
  1535. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1536.     if Main.HeatMove.TextLabel.Text == "Essence of Fast Footwork [Back]" then
  1537.         Main.HeatMove.TextLabel.Text = Rep.Moves.H_SumoSlap.MoveName.Value
  1538.         local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_SumoSlap.Anim)
  1539.         Anim.Priority = Enum.AnimationPriority.Action4
  1540.         Anim:AdjustSpeed(0.9)
  1541.         Anim:Play()
  1542.         play_ingamesound("Teleport")
  1543.         play_ingamesound("Slap")
  1544.         task.wait(0.55)
  1545.         play_ingamesound("Slap")
  1546.         task.wait(0.45)
  1547.         play_ingamesound("Slap")
  1548.         task.wait(0.9)
  1549.         play_ingamesound("MassiveSlap")
  1550.         Anim:Destroy()
  1551.     end
  1552. end)
  1553.  
  1554. local DragonText = "Dragon"
  1555. local DragonColor = Color3.new(0.95, 0.05, 0.1)
  1556. local DragonSequence = ColorSequence.new({ColorSequenceKeypoint.new(0, DragonColor), ColorSequenceKeypoint.new(1, DragonColor)})
  1557.  
  1558. function isInBattle()
  1559.     return (plr:FindFirstChild("InBattle") and true or false)
  1560. end
  1561.  
  1562. function isDungeon()
  1563.     return game.ReplicatedStorage.Dungeon.Value
  1564. end
  1565.  
  1566. function doingHact()
  1567.     return (plr.Character:FindFirstChild("Heated") and true or false)
  1568. end
  1569.  
  1570. function showMaxHeatEffect()
  1571.     return (isInBattle() and not doingHact() and plr.Status.Heat.Value >= 100) and true or false
  1572. end
  1573.  
  1574. function hasWeaponInHand()
  1575.     return (plr.Character:FindFirstChild("Holding") and true or false)
  1576. end
  1577.  
  1578. local function change_color()
  1579.     if status.Style.Value == "Brawler" then
  1580.         local DragonSequence = ColorSequence.new{ColorSequenceKeypoint.new(0, styles.Brawler.Color.Value), ColorSequenceKeypoint.new(1, styles.Brawler.Color.Value)}
  1581.         local char = plr.Character
  1582.         char.HumanoidRootPart.Fire_Main.Color = DragonSequence
  1583.         char.HumanoidRootPart.Fire_Secondary.Color = DragonSequence
  1584.         char.HumanoidRootPart.Fire_Main.Rate = status.Heat.Value >= 100 and 115 or status.Heat.Value >= 75 and 85 or 80
  1585.         char.HumanoidRootPart.Fire_Secondary.Rate = status.Heat.Value >= 100 and 90 or status.Heat.Value >= 75 and 80 or 70
  1586.         char.HumanoidRootPart.Lines1.Color = DragonSequence
  1587.         char.HumanoidRootPart.Lines1.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  1588.         char.HumanoidRootPart.Lines2.Color = DragonSequence
  1589.         char.HumanoidRootPart.Lines2.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  1590.         char.HumanoidRootPart.Sparks.Color = DragonSequence
  1591.         if not char.HumanoidRootPart.TimeFor.Enabled then
  1592.             char.HumanoidRootPart.TimeFor.Color = DragonSequence
  1593.         end
  1594.  
  1595.         char.UpperTorso["r2f_aura_burst"].Lines1.Color = DragonSequence
  1596.         char.UpperTorso["r2f_aura_burst"].Lines2.Color = DragonSequence
  1597.         char.UpperTorso["r2f_aura_burst"].Flare.Color = DragonSequence
  1598.         char.UpperTorso["r2f_aura_burst"].Lines1.Enabled = showMaxHeatEffect()
  1599.         char.UpperTorso["r2f_aura_burst"].Flare.Enabled = showMaxHeatEffect()
  1600.         char.UpperTorso["r2f_aura_burst"].Smoke.Color = DragonSequence
  1601.         char.UpperTorso.Evading.Color = DragonSequence
  1602.     end
  1603. end
  1604.  
  1605. local function FillHeat()
  1606.     local Event = game:GetService("ReplicatedStorage").Events.ME
  1607.  
  1608.     for i=1,6 do
  1609.         local A_1 =  {
  1610.             [1] = "heat",
  1611.             [2] = game:GetService("ReplicatedStorage").Moves.Taunt
  1612.         }
  1613.         Event:FireServer(A_1)
  1614.     end
  1615. end
  1616. game:GetService("RunService").RenderStepped:Connect(change_color)
  1617.  
  1618. if moves:FindFirstChild("龍TigerDrop") then
  1619.         moves:FindFirstChild("BRCounter2").Name = "FakeCounter2"
  1620.         moves:FindFirstChild("龍TigerDrop").Name = "BRCounter2"
  1621.         moves:FindFirstChild("BRCounter1").Name = "FakeCounter1"
  1622.         moves:FindFirstChild("BRGrab").Name = "FakeGrab"
  1623.  
  1624.         local ignore = Instance.new("Folder")
  1625.         ignore.Name = "IgnoreDmg"
  1626.         ignore.Parent = moves:FindFirstChild("BRCounter2")
  1627.  
  1628.         if not moves:FindFirstChild("BRCounter2"):FindFirstChild("HSize") then
  1629.             local n = Instance.new("NumberValue")
  1630.             n.Name = "HSize"
  1631.             n.Value = 2
  1632.             n.Parent = moves:FindFirstChild("BRCounter2")
  1633.         end
  1634.     end
  1635.  
  1636. function playticksound()
  1637.     local sfx = Instance.new("Sound", workspace)
  1638.     sfx.SoundId = "rbxassetid://4843088994"
  1639.  
  1640.     game:GetService("SoundService"):PlayLocalSound(sfx)
  1641.  
  1642.     spawn(function()
  1643.         task.wait(2)
  1644.         sfx:Destroy()
  1645.     end)
  1646. end
  1647.  
  1648. local notifyevent
  1649. for i,v in pairs (pgui:GetChildren()) do
  1650.     if v:IsA("BindableEvent") then
  1651.         notifyevent = v
  1652.     end
  1653. end
  1654.  
  1655. local function sendNotification(text, color, sound)
  1656.     if not color then color = Color3.new(1, 1, 1) end
  1657.     pgui.NotifyUI.Awards.ChildAdded:Once(function(c)
  1658.         if c.Text == text then
  1659.             c.TextColor3 = color
  1660.             coroutine.wrap(function()
  1661.                 local con;
  1662.                 con = game:GetService("RunService").RenderStepped:Connect(function()
  1663.                     if not c then
  1664.                         con:Disconnect()
  1665.                         return
  1666.                     end
  1667.                     c.TextColor3 = color
  1668.                 end)()
  1669.             end)()
  1670.         end
  1671.     end)
  1672.     notifyevent:Fire(text, sound or nil)
  1673. end
  1674.  
  1675. local uis = game:GetService("UserInputService")
  1676. local rushstyle = game.ReplicatedStorage.Styles.Rush
  1677. local brawlerstyle = game.ReplicatedStorage.Styles.Brawler
  1678. local beaststyle = game.ReplicatedStorage.Styles.Beast
  1679.  
  1680. local grabstrike = rushstyle:WaitForChild("GrabStrike"):Clone()
  1681. local guruparry = brawlerstyle:WaitForChild("GrabStrike")
  1682.  
  1683. sendNotification("Press X to swap counter step and parry on Dragon", color)
  1684.  
  1685. uis.InputBegan:Connect(function(key)
  1686.     if game.UserInputService:GetFocusedTextBox() == nil then
  1687.         if key.KeyCode == Enum.KeyCode.X then
  1688.             playticksound()
  1689.             if guruparry.Parent ~= nil then
  1690.                 guruparry.Parent = nil
  1691.                 grabstrike.Parent = brawlerstyle
  1692.                 sendNotification("Counter Quickstep Enabled", color)
  1693.             else
  1694.             guruparry.Parent = brawlerstyle
  1695.                 grabstrike.Parent = nil
  1696.                 sendNotification("Parry Enabled", color)
  1697.             end
  1698.         end
  1699.     end
  1700. end)
  1701.  
  1702. task.wait(1)
  1703. sendNotification("Press [F] to instantly fill heat.")
  1704.  
  1705. game.UserInputService.InputBegan:Connect(function(key)
  1706.     if game.UserInputService:GetFocusedTextBox() == nil then
  1707.         if key.KeyCode == Enum.KeyCode.F then
  1708.             FillHeat()
  1709.         end
  1710.     end
  1711. end)
  1712.  
  1713. local function add_forcefield(duration)
  1714.     local p = game.Players.LocalPlayer
  1715.     local Status = p.Status
  1716.  
  1717.     local invun = game.ReplicatedStorage.Invulnerable:Clone()
  1718.     invun.Parent = Status
  1719.  
  1720.     if duration then
  1721.         spawn(function()
  1722.             task.wait(duration)
  1723.             invun:Destroy()
  1724.         end)
  1725.     end
  1726.  
  1727.     return invun
  1728. end
  1729.  
  1730. -- Please use this script in a seperate tab so the idle animation works
  1731.  
  1732. local plr = game:GetService("Players").LocalPlayer
  1733. local pgui = plr.PlayerGui
  1734. local interf = pgui.Interface
  1735.  
  1736. local cframe = plr.Character.LowerTorso.CFrame
  1737.  
  1738. interf.Client.Disabled = true
  1739. task.wait()
  1740. interf.Client.Disabled = false
  1741. task.wait(0.1)
  1742. plr.Character.LowerTorso.CFrame = cframe
  1743.  
  1744. -- Uncomment this script for it to work.
  1745.  
  1746. sendNotification("Style Loaded")
  1747. task.wait(1)
  1748.  
  1749. ---Badge
  1750. pgui.Interface.Battle.Main.GUY.GUY.Image = "rbxassetid://13919012508"
  1751. ----------------Tab names
  1752. menu.Abilities.Frame.Frame.Frame.Tabs.Tabs.Brawler.Filled.Title.Text = "Dragon"
  1753. menu.Abilities.Frame.Frame.Frame.Tabs.Tabs.Rush.Filled.Title.Text = "Rush"
  1754. menu.Abilities.Frame.Frame.Frame.Tabs.Tabs.Beast.Filled.Title.Text = "Beast"
  1755. -----------------Ability Names
  1756. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Counter Hook"].Generic.Label.Text = "Komaki Tiger Drop"
  1757. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Guru Parry"].Generic.Label.Text = "Komaki Parry"
  1758. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Time for Resolve"].Generic.Label.Text = "Red Dragon Spirit"
  1759. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Finishing Hold"].Generic.Label.Text = "Essence of Sumo Slapping"
  1760. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Ultimate Essence"].Generic.Label.Text = "Ultimate Essence"
  1761. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Guru Dodge Shot"].Generic.Label.Text = "Komaki Dodge Shot"
  1762. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Guru Spin Counter"].Generic.Label.Text = "Komaki Fist Reversal"
  1763. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Guru Firearm Flip"].Generic.Label.Text = "Komaki Shot Stopper"
  1764. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Guru Knockback"].Generic.Label.Text = "Komaki Knockback"
  1765. menu.Abilities.Frame.Frame.Frame.List.ListFrame["Guru Safety Roll"].Generic.Label.Text = "Komaki Safety Roll"
  1766. --------------------------Ability descriptions and prompts
  1767. abilFolder["Time for Resolve"].Description.Value = "Unleash the willpower of the Legendary Red Dragon to fly above the rest and withstand any attacks that would stagger or knock you down."
  1768. abilFolder["Guru Parry"].Description.Value = "One of the Three Ultimate Komaki style moves. Stuns the enemy."
  1769. abilFolder["Counter Hook"].Description.Value = "One of the Three Ultimate Komaki style moves. The style's strongest counter-attack."
  1770. abilFolder["Counter Hook"].Prompt.Value = "Get in Stance with LOCK ON, then HEAVY ATTACK when the enemy attacks."
  1771. abilFolder["Finishing Hold"].Description.Value = "One of the Best Komaki moves. Slap an enemy repeatedly till they fall."
  1772. abilFolder["Finishing Hold"].Prompt.Value = "Get in Stance with LOCK ON and whilst distanced, HEAVY ATTACK."
  1773. abilFolder["Ultimate Essence"].Prompt.Value = "Get in Stance with LOCK ON and with Full Heat, HEAVY ATTACK"
  1774. abilFolder["Ultimate Essence"].Description.Value = "The Ultimate Komaki Ability. Gain the Power to destroy every type of enemy."
  1775. sendNotification("Badge and ability names loaded")
  1776. task.wait(0.5)
  1777. sendNotification("Mod Loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement