Advertisement
Dsaqwed123

Legend style

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