Advertisement
Dsaqwed123

Phoenix style

May 8th, 2024 (edited)
175
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LScript 83.64 KB | Gaming | 0 1
  1. if game.ReplicatedStorage.Styles:FindFirstChild("Brawler") then
  2.     v = game.ReplicatedStorage.Styles["Brawler"]
  3. else
  4.     v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  5. end
  6. v.Name = "Brawler"
  7. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeB") then
  8.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeB"]
  9. else
  10.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  11. end
  12.  
  13. v.AnimationId = "rbxassetid://11710468479"
  14. v.Name = "SuperEvadeB"
  15. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("MoveName") then
  16.     v = game.ReplicatedStorage.Styles.Brawler["MoveName"]
  17. else
  18.     v = Instance.new("StringValue", game.ReplicatedStorage.Moves)
  19. end
  20.  
  21. v.Value = "Ultimate Essence‎ "
  22. v.Name = "MoveName"
  23. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeF") then
  24.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeF"]
  25. else
  26.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  27. end
  28.  
  29. v.AnimationId = "rbxassetid://11710466763"
  30. v.Name = "SuperEvadeF"
  31. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeL") then
  32.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeL"]
  33. else
  34.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  35. end
  36.  
  37. v.AnimationId = "rbxassetid://11710468004"
  38. v.Name = "SuperEvadeL"
  39. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeR") then
  40.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeR"]
  41. else
  42.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  43. end
  44.  
  45. v.AnimationId = "rbxassetid://11710467557"
  46. v.Name = "SuperEvadeR"
  47. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Idle") then
  48.     v = game.ReplicatedStorage.Styles.Brawler["Idle"]
  49. else
  50.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  51. end
  52.  
  53. v.AnimationId = "rbxassetid://12120045620"
  54. v.Name = "Idle"
  55. if game.ReplicatedStorage.Styles.Brawler.Idle:FindFirstChild("Core") then
  56.     v = game.ReplicatedStorage.Styles.Brawler.Idle["Core"]
  57. else
  58.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler.Idle)
  59. end
  60. v.Name = "Core"
  61. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkL") then
  62.     v = game.ReplicatedStorage.Styles.Brawler["WalkL"]
  63. else
  64.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  65. end
  66.  
  67. v.AnimationId = "rbxassetid://12313796155"
  68. v.Name = "WalkL"
  69. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkB") then
  70.     v = game.ReplicatedStorage.Styles.Brawler["WalkB"]
  71. else
  72.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  73. end
  74.  
  75. v.AnimationId = "rbxassetid://12313791263"
  76. v.Name = "WalkB"
  77. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkR") then
  78.     v = game.ReplicatedStorage.Styles.Brawler["WalkR"]
  79. else
  80.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  81. end
  82.  
  83. v.AnimationId = "rbxassetid://12313794960"
  84. v.Name = "WalkR"
  85. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkF") then
  86.     v = game.ReplicatedStorage.Styles.Brawler["WalkF"]
  87. else
  88.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  89. end
  90.  
  91. v.AnimationId = "rbxassetid://12313793138"
  92. v.Name = "WalkF"
  93. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingShotgun") then
  94.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingShotgun"]
  95. else
  96.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  97. end
  98. v.Value = 'H_ShotStopperShotgun'
  99. v.Name = "H_GunStandingShotgun"
  100. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_BackWall") then
  101.     v = game.ReplicatedStorage.Styles.Brawler["H_BackWall"]
  102. else
  103.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  104. end
  105. v.Value = 'H_WallSmashing'
  106. v.Name = "H_BackWall"
  107. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingSMG") then
  108.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingSMG"]
  109. else
  110.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  111. end
  112. v.Value = 'H_ShotStopperSMG'
  113. v.Name = "H_GunStandingSMG"
  114. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingHandgun") then
  115.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingHandgun"]
  116. else
  117.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  118. end
  119. v.Value = 'H_ShotStopperHandgun'
  120. v.Name = "H_GunStandingHandgun"
  121. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("HitBlock") then
  122.     v = game.ReplicatedStorage.Styles.Brawler["HitBlock"]
  123. else
  124.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  125. end
  126.  
  127. v.AnimationId = "rbxassetid://11953475759"
  128. v.Name = "HitBlock"
  129. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeR") then
  130.     v = game.ReplicatedStorage.Styles.Brawler["EvadeR"]
  131. else
  132.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  133. end
  134.  
  135. v.AnimationId = "rbxassetid://11614919036"
  136. v.Name = "EvadeR"
  137. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeL") then
  138.     v = game.ReplicatedStorage.Styles.Brawler["EvadeL"]
  139. else
  140.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  141. end
  142.  
  143. v.AnimationId = "rbxassetid://11614918095"
  144. v.Name = "EvadeL"
  145. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeB") then
  146.     v = game.ReplicatedStorage.Styles.Brawler["EvadeB"]
  147. else
  148.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  149. end
  150.  
  151. v.AnimationId = "rbxassetid://11614916809"
  152. v.Name = "EvadeB"
  153. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeF") then
  154.     v = game.ReplicatedStorage.Styles.Brawler["EvadeF"]
  155. else
  156.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  157. end
  158.  
  159. v.AnimationId = "rbxassetid://11614916023"
  160. v.Name = "EvadeF"
  161. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Block") then
  162.     v = game.ReplicatedStorage.Styles.Brawler["Block"]
  163. else
  164.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  165. end
  166.  
  167. v.AnimationId = "rbxassetid://8225208652"
  168. v.Name = "Block"
  169. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("GrabStrike") then
  170.     v = game.ReplicatedStorage.Styles.Brawler["GrabStrike"]
  171. else
  172.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  173. end
  174. v.Value = 'T_GuruParry'
  175. v.Name = "GrabStrike"
  176. if game.ReplicatedStorage.Styles.Brawler.GrabStrike:FindFirstChild("Ability") then
  177.     v = game.ReplicatedStorage.Styles.Brawler.GrabStrike["Ability"]
  178. else
  179.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.GrabStrike)
  180. end
  181. v.Value = 'Guru Parry'
  182. v.Name = "Ability"
  183. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Knocked") then
  184.     v = game.ReplicatedStorage.Styles.Brawler["H_Knocked"]
  185. else
  186.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  187. end
  188. v.Value = 'H_SolidCounter'
  189. v.Name = "H_Knocked"
  190. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("HThrow") then
  191.     v = game.ReplicatedStorage.Styles.Brawler["HThrow"]
  192. else
  193.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  194. end
  195. v.Value = 'T_HeavyToss'
  196. v.Name = "HThrow"
  197. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_RunningFallen") then
  198.     v = game.ReplicatedStorage.Styles.Brawler["H_RunningFallen"]
  199. else
  200.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  201. end
  202. v.Value = 'H_FinishingBlow'
  203. v.Name = "H_RunningFallen"
  204. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabStanding2") then
  205.     v = game.ReplicatedStorage.Styles.Brawler["H_GrabStanding2"]
  206. else
  207.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  208. end
  209. v.Value = 'H_DoubleHeadCrush'
  210. v.Name = "H_GrabStanding2"
  211. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllRight") then
  212.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllRight"]
  213. else
  214.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  215. end
  216. v.Value = 'H_TSpinCounterRight'
  217. v.Name = "H_CounterSoloAllRight"
  218. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllFront") then
  219.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllFront"]
  220. else
  221.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  222. end
  223. v.Value = 'H_TSpinCounterFront'
  224. v.Name = "H_CounterSoloAllFront"
  225. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllLeft") then
  226.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllLeft"]
  227. else
  228.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  229. end
  230. v.Value = 'H_TSpinCounterLeft'
  231. v.Name = "H_CounterSoloAllLeft"
  232. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_SuperEvading") then
  233.     v = game.ReplicatedStorage.Styles.Brawler["H_SuperEvading"]
  234. else
  235.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  236. end
  237. v.Value = 'H_Rolling'
  238. v.Name = "H_SuperEvading"
  239. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_StandingBehind") then
  240.     v = game.ReplicatedStorage.Styles.Brawler["H_StandingBehind"]
  241. else
  242.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  243. end
  244. v.Value = 'H_Chokehold'
  245. v.Name = "H_StandingBehind"
  246. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("GrabCorpses") then
  247.     v = game.ReplicatedStorage.Styles.Brawler["GrabCorpses"]
  248. else
  249.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  250. end
  251. v.Name = "GrabCorpses"
  252. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FallenDown") then
  253.     v = game.ReplicatedStorage.Styles.Brawler["H_FallenDown"]
  254. else
  255.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  256. end
  257. v.Value = 'H_FallenKick'
  258. v.Name = "H_FallenDown"
  259. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_BlockingEnemy") then
  260.     v = game.ReplicatedStorage.Styles.Brawler["H_BlockingEnemy"]
  261. else
  262.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  263. end
  264. v.Value = 'H_FaceTwist'
  265. v.Name = "H_BlockingEnemy"
  266. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabStanding") then
  267.     v = game.ReplicatedStorage.Styles.Brawler["H_GrabStanding"]
  268. else
  269.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  270. end
  271. v.Value = 'H_Fisticuffs'
  272. v.Name = "H_GrabStanding"
  273. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("DashAttack") then
  274.     v = game.ReplicatedStorage.Styles.Brawler["DashAttack"]
  275. else
  276.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  277. end
  278. v.Value = 'DashAttack'
  279. v.Name = "DashAttack"
  280. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeR") then
  281.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeR"]
  282. else
  283.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  284. end
  285. v.Value = 'BEvadeStrikeRight'
  286. v.Name = "EvadeStrikeR"
  287. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeR:FindFirstChild("Ability") then
  288.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeR["Ability"]
  289. else
  290.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeR)
  291. end
  292. v.Value = 'Guru Dodge Shot'
  293. v.Name = "Ability"
  294. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeF") then
  295.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeF"]
  296. else
  297.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  298. end
  299. v.Value = 'BEvadeStrikeForward'
  300. v.Name = "EvadeStrikeF"
  301. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeF:FindFirstChild("Ability") then
  302.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeF["Ability"]
  303. else
  304.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeF)
  305. end
  306. v.Value = 'Guru Dodge Shot'
  307. v.Name = "Ability"
  308. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeL") then
  309.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeL"]
  310. else
  311.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  312. end
  313. v.Value = 'BEvadeStrikeLeft'
  314. v.Name = "EvadeStrikeL"
  315. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeL:FindFirstChild("Ability") then
  316.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeL["Ability"]
  317. else
  318.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeL)
  319. end
  320. v.Value = 'Guru Dodge Shot'
  321. v.Name = "Ability"
  322. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeB") then
  323.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeB"]
  324. else
  325.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  326. end
  327. v.Value = 'BEvadeStrikeBack'
  328. v.Name = "EvadeStrikeB"
  329. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeB:FindFirstChild("Ability") then
  330.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeB["Ability"]
  331. else
  332.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeB)
  333. end
  334. v.Value = 'Guru Dodge Shot'
  335. v.Name = "Ability"
  336. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("StanceStrike") then
  337.     v = game.ReplicatedStorage.Styles.Brawler["StanceStrike"]
  338. else
  339.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  340. end
  341. v.Value = 'TigerDrop'
  342. v.Name = "StanceStrike"
  343. if game.ReplicatedStorage.Styles.Brawler.StanceStrike:FindFirstChild("Ability") then
  344.     v = game.ReplicatedStorage.Styles.Brawler.StanceStrike["Ability"]
  345. else
  346.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.StanceStrike)
  347. end
  348. v.Value = 'Counter Hook'
  349. v.Name = "Ability"
  350. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabOnWall") then
  351.     v = game.ReplicatedStorage.Styles.Brawler["H_GrabOnWall"]
  352. else
  353.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  354. end
  355. v.Value = 'H_WallSmack'
  356. v.Name = "H_GrabOnWall"
  357. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike2") then
  358.     v = game.ReplicatedStorage.Styles.Brawler["2Strike2"]
  359. else
  360.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  361. end
  362. v.Value = '龍2Strike1'
  363. v.Name = "2Strike2"
  364. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike5") then
  365.     v = game.ReplicatedStorage.Styles.Brawler["2Strike5"]
  366. else
  367.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  368. end
  369. v.Value = '龍2Strike4'
  370. v.Name = "2Strike5"
  371. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike3") then
  372.     v = game.ReplicatedStorage.Styles.Brawler["2Strike3"]
  373. else
  374.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  375. end
  376. v.Value = '龍2Strike2'
  377. v.Name = "2Strike3"
  378. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike4") then
  379.     v = game.ReplicatedStorage.Styles.Brawler["2Strike4"]
  380. else
  381.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  382. end
  383. v.Value = '龍2Strike3'
  384. v.Name = "2Strike4"
  385. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("DoubleBlows") then
  386.     v = game.ReplicatedStorage.Styles.Brawler["DoubleBlows"]
  387. else
  388.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  389. end
  390. v.Name = "DoubleBlows"
  391. if game.ReplicatedStorage.Styles.Brawler.DoubleBlows:FindFirstChild("Ability") then
  392.     v = game.ReplicatedStorage.Styles.Brawler.DoubleBlows["Ability"]
  393. else
  394.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.DoubleBlows)
  395. end
  396. v.Value = 'Double Finishing Blow'
  397. v.Name = "Ability"
  398. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("StrikeThrow") then
  399.     v = game.ReplicatedStorage.Styles.Brawler["StrikeThrow"]
  400. else
  401.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  402. end
  403. v.Value = 'T_FinishingHold'
  404. v.Name = "StrikeThrow"
  405. if game.ReplicatedStorage.Styles.Brawler.StrikeThrow:FindFirstChild("Ability") then
  406.     v = game.ReplicatedStorage.Styles.Brawler.StrikeThrow["Ability"]
  407. else
  408.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.StrikeThrow)
  409. end
  410. v.Value = 'Finishing Hold'
  411. v.Name = "Ability"
  412. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Throw") then
  413.     v = game.ReplicatedStorage.Styles.Brawler["Throw"]
  414. else
  415.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  416. end
  417. v.Value = 'T_BrawlerToss'
  418. v.Name = "Throw"
  419. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("VisualName") then
  420.     v = game.ReplicatedStorage.Styles.Brawler["VisualName"]
  421. else
  422.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  423. end
  424. v.Value = 'Phoenix'
  425. v.Name = "VisualName"
  426. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStanding") then
  427.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStanding"]
  428. else
  429.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  430. end
  431. v.Value = 'H_ShotStopper'
  432. v.Name = "H_GunStanding"
  433. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Fallen") then
  434.     v = game.ReplicatedStorage.Styles.Brawler["H_Fallen"]
  435. else
  436.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  437. end
  438. v.Value = 'H_FallenStomp'
  439. v.Name = "H_Fallen"
  440. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("BlockStrike") then
  441.     v = game.ReplicatedStorage.Styles.Brawler["BlockStrike"]
  442. else
  443.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  444. end
  445. v.Value = 'GuruKnockback'
  446. v.Name = "BlockStrike"
  447. if game.ReplicatedStorage.Styles.Brawler.BlockStrike:FindFirstChild("Ability") then
  448.     v = game.ReplicatedStorage.Styles.Brawler.BlockStrike["Ability"]
  449. else
  450.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.BlockStrike)
  451. end
  452. v.Value = 'Guru Knockback'
  453. v.Name = "Ability"
  454. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Grab") then
  455.     v = game.ReplicatedStorage.Styles.Brawler["Grab"]
  456. else
  457.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  458. end
  459. v.Value = 'GGrab'
  460. v.Name = "Grab"
  461. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike5") then
  462.     v = game.ReplicatedStorage.Styles.Brawler["Strike5"]
  463. else
  464.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  465. end
  466. v.Value = '龍Strike5'
  467. v.Name = "Strike5"
  468. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike4") then
  469.     v = game.ReplicatedStorage.Styles.Brawler["Strike4"]
  470. else
  471.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  472. end
  473. v.Value = 'BStrike5'
  474. v.Name = "Strike4"
  475. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike3") then
  476.     v = game.ReplicatedStorage.Styles.Brawler["Strike3"]
  477. else
  478.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  479. end
  480. v.Value = 'BStrike3'
  481. v.Name = "Strike3"
  482. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike2") then
  483.     v = game.ReplicatedStorage.Styles.Brawler["Strike2"]
  484. else
  485.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  486. end
  487. v.Value = 'BStrike2'
  488. v.Name = "Strike2"
  489. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush4") then
  490.     v = game.ReplicatedStorage.Styles.Brawler["Rush4"]
  491. else
  492.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  493. end
  494. v.Value = '龍Attack4'
  495. v.Name = "Rush4"
  496. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllBack") then
  497.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllBack"]
  498. else
  499.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  500. end
  501. v.Value = 'H_TSpinCounterBack'
  502. v.Name = "H_CounterSoloAllBack"
  503. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FullStunned") then
  504.     v = game.ReplicatedStorage.Styles.Brawler["H_FullStunned"]
  505. else
  506.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  507. end
  508. v.Value = 'H_GUltimateEssence'
  509. v.Name = "H_FullStunned"
  510. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_LowHealthFallen") then
  511.     v = game.ReplicatedStorage.Styles.Brawler["H_LowHealthFallen"]
  512. else
  513.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  514. end
  515. v.Value = 'H_FallenFinisher'
  516. v.Name = "H_LowHealthFallen"
  517. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush3") then
  518.     v = game.ReplicatedStorage.Styles.Brawler["Rush3"]
  519. else
  520.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  521. end
  522. v.Value = '龍Attack3'
  523. v.Name = "Rush3"
  524. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike1") then
  525.     v = game.ReplicatedStorage.Styles.Brawler["Strike1"]
  526. else
  527.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  528. end
  529. v.Value = '龍Strike1'
  530. v.Name = "Strike1"
  531. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Color") then
  532.     v = game.ReplicatedStorage.Styles.Brawler["Color"]
  533. else
  534.     v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Brawler)
  535. end
  536. v.Value = Color3.fromRGB(3, 227, 252)
  537. v.Name = "Color"
  538. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Speed") then
  539.     v = game.ReplicatedStorage.Styles.Brawler["Speed"]
  540. else
  541.     v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Brawler)
  542. end
  543. v.Value = 1
  544. v.Name = "Speed"
  545. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush2") then
  546.     v = game.ReplicatedStorage.Styles.Brawler["Rush2"]
  547. else
  548.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  549. end
  550. v.Value = '龍Attack2'
  551. v.Name = "Rush2"
  552. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush1") then
  553.     v = game.ReplicatedStorage.Styles.Brawler["Rush1"]
  554. else
  555.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  556. end
  557. v.Value = '龍Attack1'
  558. v.Name = "Rush1"
  559. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Getup") then
  560.     v = game.ReplicatedStorage.Styles.Brawler["H_Getup"]
  561. else
  562.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  563. end
  564. v.Value = 'H_HeadPress'
  565. v.Name = "H_Getup"
  566. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LHThrow") then
  567.     v = game.ReplicatedStorage.Styles.Brawler["LHThrow"]
  568. else
  569.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  570. end
  571. v.Value = 'T_BHeavyToss'
  572. v.Name = "LHThrow"
  573. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Running4") then
  574.     v = game.ReplicatedStorage.Styles.Brawler["H_Running4"]
  575. else
  576.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  577. end
  578. v.Value = 'H_Terror'
  579. v.Name = "H_Running4"
  580. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Taunt") then
  581.     v = game.ReplicatedStorage.Styles.Brawler["Taunt"]
  582. else
  583.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  584. end
  585. v.Value = 'DragonTaunt'
  586. v.Name = "Taunt"
  587. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FullHeat") then
  588.     v = game.ReplicatedStorage.Styles.Brawler["H_FullHeat"]
  589. else
  590.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  591. end
  592. v.Value = 'H_GUltimateEssence'
  593. v.Name = "H_FullHeat"
  594. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_TwoHandeds") then
  595.     v = game.ReplicatedStorage.Styles.Brawler["H_TwoHandeds"]
  596. else
  597.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  598. end
  599. v.Value = 'H_SelfDestruct'
  600. v.Name = "H_TwoHandeds"
  601. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Distanced") then
  602.     v = game.ReplicatedStorage.Styles.Brawler["H_Distanced"]
  603. else
  604.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  605. end
  606. v.Value = 'H_GUltimateEssence'
  607. v.Name = "H_Distanced"
  608. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_StanceFallen") then
  609.     v = game.ReplicatedStorage.Styles.Brawler["H_StanceFallen"]
  610. else
  611.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  612. end
  613. v.Value = 'H_FallenSupine'
  614. v.Name = "H_StanceFallen"
  615. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("RedHeat") then
  616.     v = game.ReplicatedStorage.Styles.Brawler["RedHeat"]
  617. else
  618.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  619. end
  620. v.Name = "RedHeat"
  621. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LThrow") then
  622.     v = game.ReplicatedStorage.Styles.Brawler["LThrow"]
  623. else
  624.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  625. end
  626. v.Value = 'T_LegToss'
  627. v.Name = "LThrow"
  628.  
  629. function UseHeatAction(HeatAction, Style, Bots)
  630.     -- Script generated by SimpleSpy - credits to exx#9394
  631.  
  632.     local args = {
  633.         [1] = {
  634.             [1] = "heatmove",
  635.             [2] = game:GetService("ReplicatedStorage").Moves[HeatAction],
  636.             [3] = {
  637.  
  638.             },
  639.             [4] = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame,
  640.             [5] = Style
  641.         }
  642.     }
  643.  
  644.     for i,v in pairs(Bots) do
  645.         table.insert(args[1][3], {
  646.             [1] = v,
  647.             [2] = 10.49982091806829,
  648.             [3] = false,
  649.             [4] = Vector3.new(0.854888916015625, -0.499908447265625, -3.08367919921875)
  650.         })
  651.     end
  652.  
  653.     game:GetService("ReplicatedStorage").Events.ME:FireServer(unpack(args))
  654. end
  655.  
  656. local styles = game.ReplicatedStorage.Styles
  657. local plr = game.Players.LocalPlayer
  658. local status = plr.Status
  659.  
  660. function isInBattle()
  661.     return (plr:FindFirstChild("InBattle") and true or false)
  662. end
  663.  
  664. function isDungeon()
  665.     return game.ReplicatedStorage.Dungeon.Value
  666. end
  667.  
  668. function doingHact()
  669.     return (plr.Character:FindFirstChild("Heated") and true or false)
  670. end
  671.  
  672. function showMaxHeatEffect()
  673.     return (isInBattle() and not doingHact() and plr.Status.Heat.Value >= 100) and true or false
  674. end
  675.  
  676. function hasWeaponInHand()
  677.     return (plr.Character:FindFirstChild("Holding") and true or false)
  678. end
  679.  
  680. local function change_color()
  681.     if status.Style.Value == "Brawler" then
  682.         local DragonSequence = ColorSequence.new{ColorSequenceKeypoint.new(0, styles.Brawler.Color.Value), ColorSequenceKeypoint.new(1, styles.Brawler.Color.Value)}
  683.         local char = plr.Character
  684.         char.HumanoidRootPart.Fire_Main.Color = DragonSequence
  685.         char.HumanoidRootPart.Fire_Secondary.Color = DragonSequence
  686.         char.HumanoidRootPart.Fire_Main.Rate = status.Heat.Value >= 100 and 115 or status.Heat.Value >= 75 and 85 or 80
  687.         char.HumanoidRootPart.Fire_Secondary.Rate = status.Heat.Value >= 100 and 90 or status.Heat.Value >= 75 and 80 or 70
  688.         char.HumanoidRootPart.Lines1.Color = DragonSequence
  689.         char.HumanoidRootPart.Lines1.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  690.         char.HumanoidRootPart.Lines2.Color = DragonSequence
  691.         char.HumanoidRootPart.Lines2.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  692.         char.HumanoidRootPart.Sparks.Color = DragonSequence
  693.         if not char.HumanoidRootPart.TimeFor.Enabled then
  694.             char.HumanoidRootPart.TimeFor.Color = DragonSequence
  695.         end
  696.  
  697.         char.UpperTorso["r2f_aura_burst"].Lines1.Color = DragonSequence
  698.         char.UpperTorso["r2f_aura_burst"].Lines2.Color = DragonSequence
  699.         char.UpperTorso["r2f_aura_burst"].Flare.Color = DragonSequence
  700.         char.UpperTorso["r2f_aura_burst"].Lines1.Enabled = showMaxHeatEffect()
  701.         char.UpperTorso["r2f_aura_burst"].Flare.Enabled = showMaxHeatEffect()
  702.         char.UpperTorso["r2f_aura_burst"].Smoke.Color = DragonSequence
  703.         char.UpperTorso.Evading.Color = DragonSequence
  704.     end
  705. end
  706.  
  707. local function FillHeat()
  708.     local Event = game:GetService("ReplicatedStorage").Events.ME
  709.  
  710.     for i=1,6 do
  711.         local A_1 =  {
  712.             [1] = "heat",
  713.             [2] = game:GetService("ReplicatedStorage").Moves.Taunt
  714.         }
  715.         Event:FireServer(A_1)
  716.     end
  717. end
  718.  
  719. game:GetService("RunService").RenderStepped:Connect(change_color)
  720.  
  721. plr.Character.ChildAdded:Connect(function(v)
  722.     if v.Name == 'Grabbing' then
  723.         while v.Parent == plr.Character do
  724.             if status.Heat.Value ~= 100 then
  725.                 FillHeat()
  726.             end
  727.             task.wait(0.1)
  728.         end
  729.     end
  730. end)
  731.  
  732. local ts = game:GetService("TweenService")
  733. local ti = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  734.  
  735. local function remove_brighness(color)
  736.     local h,s,v = color:ToHSV()
  737.     return Color3.fromHSV(h, s, 1)
  738. end
  739.  
  740. game.Players.LocalPlayer.Character.DescendantAdded:Connect(function(v)
  741.     if v.ClassName:find("Trail") then
  742.         local highlight = Instance.new("Highlight", game.Players.LocalPlayer.Character.RightHand)
  743.         local fadeout = ts:Create(highlight, ti, {FillTransparency = 1})
  744.  
  745.         local style = game.Players.LocalPlayer.Status.Style.Value
  746.         local style_obj = game.ReplicatedStorage.Styles:FindFirstChild(style)
  747.         local color = style_obj.Color
  748.  
  749.         highlight.FillColor = color.Value
  750.  
  751.         highlight.Adornee = v.Parent
  752.         highlight.OutlineTransparency = 1
  753.         highlight.FillTransparency = 1
  754.  
  755.         ts:Create(highlight, ti, {FillTransparency = 0.2}):Play()
  756.  
  757.  
  758.         fadeout.Completed:Once(function()
  759.             highlight:Destroy()
  760.         end)
  761.  
  762.         v.Destroying:Once(function()
  763.             fadeout:Play()
  764.         end)
  765.     end
  766. end)
  767.  
  768. -- tp
  769.  
  770. local function add_forcefield(duration)
  771.     local p = game.Players.LocalPlayer
  772.     local Status = p.Status
  773.  
  774.     local invun = game.ReplicatedStorage.Invulnerable:Clone()
  775.     invun.Parent = Status
  776.  
  777.     if duration then
  778.         spawn(function()
  779.             task.wait(duration)
  780.             invun:Destroy()
  781.         end)
  782.     end
  783.  
  784.     return invun
  785. end
  786.  
  787. local ti = TweenInfo.new(0.9, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  788. local ti2 = TweenInfo.new(0.1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  789.  
  790. local color = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
  791.  
  792. local ctween = ts:Create(color, ti, {Saturation = -2, Brightness = -0.1})
  793. local ctween2 = ts:Create(color, ti2, {Saturation = -2, Brightness = -0.1})
  794. local dashcooldown = false
  795.  
  796. local function playsound(id)
  797.     local sfx = Instance.new("Sound", workspace)
  798.     sfx.SoundId = "rbxassetid://"..tostring(id)
  799.  
  800.     game:GetService("SoundService"):PlayLocalSound(sfx)
  801.  
  802.     spawn(function()
  803.         task.wait(sfx.TimeLength)
  804.         sfx:Destroy()
  805.     end)
  806. end
  807.  
  808. function playticksound()
  809.     local sfx = Instance.new("Sound", workspace)
  810.     sfx.SoundId = "rbxassetid://4843088994"
  811.  
  812.     game:GetService("SoundService"):PlayLocalSound(sfx)
  813.  
  814.     spawn(function()
  815.         task.wait(2)
  816.         sfx:Destroy()
  817.     end)
  818. end
  819.  
  820.  
  821. local function play_ingamesound(sfxname)
  822.     local v = game.ReplicatedStorage.Sounds:FindFirstChild(sfxname)
  823.     local sfx = Instance.new("Sound", nil)
  824.     local id = v.Value
  825.  
  826.     sfx.SoundId = id
  827.  
  828.     for i,v in pairs(v:GetChildren()) do
  829.         sfx[v.Name] = v.Value
  830.     end
  831.  
  832.     game.SoundService:PlayLocalSound(sfx)
  833.     task.delay(15, function()
  834.         sfx:Destroy()
  835.     end)
  836. end
  837.  
  838. game.UserInputService.InputBegan:Connect(function(key)
  839.     if game.UserInputService:GetFocusedTextBox() == nil then
  840.         if key.KeyCode == Enum.KeyCode.L then
  841.             local id = "rbxassetid://12022473514"
  842.             local anim = Instance.new("Animation")
  843.             anim.AnimationId = id
  844.  
  845.             game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  846.  
  847.             task.wait(5)
  848.             anim:Destroy()
  849.         elseif key.KeyCode == Enum.KeyCode.Z then
  850.             if not dashcooldown then
  851.                 --playvoiceline("Taunt")
  852.  
  853.                 local lookvector = workspace.CurrentCamera.CFrame.LookVector * Vector3.new(1, 0, 1)
  854.                 local root = game.Players.LocalPlayer.Character.PrimaryPart
  855.                 local lock = game.Players.LocalPlayer.Character.LockedOn.Value
  856.                 if lock and lock:IsDescendantOf(workspace) and lock.Parent.Health.Value > 0 then
  857.                     local id = "rbxassetid://10928237540"
  858.                     local anim = Instance.new("Animation")
  859.                     anim.AnimationId = id
  860.  
  861.                     local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  862.                     v:Play()
  863.  
  864.                     v:AdjustSpeed(8)
  865.                     ctween2:Play()
  866.  
  867.                     dashcooldown = true
  868.  
  869.                     root.Anchored = true
  870.  
  871.                     playsound(2102274452)
  872.                     add_forcefield(0.32)
  873.  
  874.                     root.Anchored = false
  875.                     root.CFrame = CFrame.new(lock.Position - (lock.CFrame.LookVector * Vector3.new(1, 0, 1).Unit * 3), lock.Position)
  876.  
  877.                     play_ingamesound("Teleport")
  878.  
  879.                     task.wait(0.6)
  880.  
  881.                     dashcooldown = false
  882.                     playticksound()
  883.                     return
  884.                 end
  885.                 dashcooldown = true
  886.  
  887.                 local id = "rbxassetid://10928237540"
  888.                 local anim = Instance.new("Animation")
  889.                 anim.AnimationId = id
  890.  
  891.                 local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  892.                 v:Play()
  893.  
  894.                 root.Anchored = true
  895.                 ctween:Play()
  896.                 task.wait(0.3)
  897.                 playsound(2102274452)
  898.                 task.wait(0.4)
  899.  
  900.                 play_ingamesound("Teleport")
  901.                 root.Anchored = false
  902.                 root.CFrame = CFrame.new(root.Position, root.Position + lookvector)
  903.  
  904.                 --local rp = RaycastParams.new()
  905.                 --rp.FilterDescendantsInstances = {root.Parent}
  906.                 --rp.FilterType = Enum.RaycastFilterType.Blacklist
  907.                 --rp.IgnoreWater = true
  908.  
  909.                 --local ray = workspace:Raycast(root.Position, lookvector * 50, rp)
  910.  
  911.                 --local cf
  912.                 --if ray then
  913.                 --  cf = CFrame.new(ray.Position - lookvector * 6, ray.Position + lookvector)
  914.                 --else
  915.                 --  cf = root.CFrame + lookvector * 50
  916.                 --end
  917.  
  918.                 --local ti = TweenInfo.new(v.Length*0.5, Enum.EasingStyle.Linear)
  919.                 --local t = tweenserive:Create(root, ti, {CFrame = cf})
  920.                 --t:Play()
  921.                 --t.Completed:Once(function()
  922.                 --  root.Anchored = false
  923.                 --  v:Stop()
  924.                 --end)
  925.  
  926.  
  927.                 local bodyvel = Instance.new("BodyVelocity", root)
  928.                 bodyvel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  929.                 bodyvel.Velocity = lookvector * 90
  930.                 local hitbox = Instance.new("Part", bodyvel)
  931.                 hitbox.CanCollide = false
  932.                 hitbox.CanQuery = false
  933.                 hitbox.Transparency = 1
  934.                 hitbox.Size = Vector3.new(1, 1, 5)
  935.                 local w = Instance.new("Weld", hitbox)
  936.                 w.Part0 = hitbox
  937.                 w.Part1 = root
  938.  
  939.                 local b2 = game:GetService("RunService").Heartbeat:Connect(function(d)
  940.                     root.CFrame = root.CFrame + (bodyvel.Velocity*d)*4
  941.                 end)
  942.  
  943.                 local b = hitbox.Touched:Connect(function(part)
  944.                     if part.CanCollide then
  945.                         local vel = -bodyvel.Velocity
  946.  
  947.                         bodyvel:Destroy()
  948.                         v:Stop()
  949.  
  950.                         --local id = "rbxassetid://"..getrandom_array(hurtanims)
  951.                         --local anim = Instance.new("Animation")
  952.                         --anim.AnimationId = id
  953.                         --local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  954.  
  955.                         --v:Play()
  956.  
  957.                         --local b = game:GetService("RunService").Heartbeat:Connect(function(d)
  958.                         --  root.CFrame += (vel * d) * 0.5
  959.                         --end)
  960.  
  961.                         --v.Ended:Once(function()
  962.                         --  b:Disconnect()
  963.                         --  v:Destroy()
  964.                         --end)
  965.                     end
  966.                 end)
  967.  
  968.                 bodyvel.Destroying:Once(function()
  969.                     b:Disconnect()
  970.                     b2:Disconnect()
  971.                     hitbox:Destroy()
  972.                 end)
  973.  
  974.                 v.Ended:wait()
  975.  
  976.                 if bodyvel then
  977.                     bodyvel:Destroy()
  978.                 end
  979.  
  980.                 task.wait(2)
  981.  
  982.                 playticksound()
  983.  
  984.                 dashcooldown = false
  985.             end
  986.         end
  987.     end
  988. end)
  989.  
  990. -- Wall bang
  991.  
  992. local uis = game:GetService("UserInputService")
  993. local chr = game.Players.LocalPlayer.Character
  994. local hum = chr:WaitForChild("Humanoid")
  995. local root = chr:WaitForChild("HumanoidRootPart")
  996.  
  997. root.Velocity += Vector3.new(0, 0, 60)
  998.  
  999. local ts = game:GetService("TweenService")
  1000. local fastti = TweenInfo.new(0.1)
  1001. local ti = TweenInfo.new(0.3)
  1002.  
  1003. local rp = RaycastParams.new()
  1004. rp.FilterDescendantsInstances = {workspace.Map}
  1005. rp.IgnoreWater = true
  1006. rp.FilterType = Enum.RaycastFilterType.Whitelist
  1007.  
  1008. local function grav_set(obj, gravity)
  1009.     local bodymover = Instance.new("BodyVelocity", obj)
  1010.     bodymover.MaxForce = Vector3.new(0, math.huge, 0)
  1011.     bodymover.Velocity = Vector3.new(0, -(gravity/60))
  1012.  
  1013.     task.spawn(function()
  1014.         local t = false
  1015.         obj.Destroying:Once(function()
  1016.             t = true   
  1017.         end)
  1018.         while not t do
  1019.             gravity += task.wait()*10000
  1020.             bodymover.Velocity = Vector3.new(0, -(gravity/60))
  1021.         end
  1022.     end)
  1023.  
  1024.     return bodymover
  1025. end
  1026.  
  1027. local function spawn_phyiscs_part()
  1028.     local part = Instance.new("Part")
  1029.     part.CanCollide = false
  1030.     part.Transparency = 1
  1031.  
  1032.     task.delay(0.3, function()
  1033.         part.Touched:Connect(function(v)
  1034.             if v:IsDescendantOf(workspace.Map) then
  1035.                 part:Destroy()
  1036.             end
  1037.         end)
  1038.     end)
  1039.  
  1040.     local x= grav_set(part, 200)
  1041.     x.Velocity = Vector3.new(part.Velocity.X, x.Velocity.Y, part.Velocity.Z)
  1042.  
  1043.     return part
  1044. end
  1045.  
  1046. local Rep = game:GetService("ReplicatedStorage")
  1047. local brawler = Rep.Styles.Brawler
  1048. local tigerdrop_move = brawler.Strike1
  1049. local move = tigerdrop_move.Value
  1050. local move2 = "TigerDrop"
  1051.  
  1052. uis.InputBegan:Connect(function(x)
  1053.     if x.KeyCode == Enum.KeyCode.X then
  1054.         if hum.MoveDirection.Magnitude ~= 0 then
  1055.             local dir = hum.MoveDirection
  1056.  
  1057.             local ray = workspace:Raycast(root.Position, dir * 4, rp)
  1058.  
  1059.             if ray then
  1060.                 root.Anchored = true
  1061.                 ts:Create(root, ti, {CFrame = root.CFrame + Vector3.new(0, 9, 0)}):Play()
  1062.                 local cam = workspace.CurrentCamera
  1063.                 local old =     cam.CameraType
  1064.  
  1065.                 local Anim = hum:LoadAnimation(Rep.Moves.H_Whirl.Anim)
  1066.                 Anim.Priority = Enum.AnimationPriority.Action4
  1067.                 Anim:Play()
  1068.                 Anim:AdjustSpeed(1.4)
  1069.  
  1070.                 cam.CameraType = Enum.CameraType.Watch
  1071.                 task.wait(0.3)
  1072.  
  1073.                 tigerdrop_move.Value = move2
  1074.  
  1075.                 --root.Anchored = false
  1076.                 --root.Velocity -= dir * 60
  1077.                 root.CFrame = CFrame.new(root.CFrame.p, root.CFrame.p - dir)
  1078.                 local p = spawn_phyiscs_part()
  1079.                 p.CFrame = root.CFrame
  1080.                 p.Size = root.Size
  1081.                 p.Velocity = -dir * 15
  1082.                 p.Parent = workspace
  1083.  
  1084.                 while p.Parent == workspace do
  1085.                     root.CFrame = p.CFrame
  1086.                     task.wait()
  1087.                 end
  1088.  
  1089.                 cam.CameraType = old
  1090.                 root.Anchored = false
  1091.  
  1092.                 task.wait(0.4)
  1093.                 tigerdrop_move.Value = move
  1094.             end
  1095.         end
  1096.     end
  1097. end)
  1098.  
  1099. local Player = game.Players.LocalPlayer
  1100. local Rep = game.ReplicatedStorage
  1101. local Char = Player.Character
  1102. local Main = Player.PlayerGui.Interface.Battle.Main
  1103. local SoundEvent = Rep.ScriptEvents.rplaysound
  1104.  
  1105. local function Playsound(Name)
  1106.     SoundEvent:Fire(Name)
  1107. end
  1108.  
  1109. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1110.     if Main.HeatMove.TextLabel.Text == "Ultimate Essence" then
  1111.         Main.HeatMove.TextLabel.Text = Rep.Moves.MoveName.Value
  1112.         local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_UltimateEssence.Anim)
  1113.         Anim.Priority = Enum.AnimationPriority.Action4
  1114.         Anim:AdjustSpeed(0.1)
  1115.         Anim:Play()
  1116.         Playsound("")
  1117.         task.wait(0.3)
  1118.         Playsound("")
  1119.         task.wait(0.3)
  1120.         Playsound("")
  1121.         task.wait(0.5)
  1122.         Playsound("MassiveSlap")
  1123.         task.wait(0.2)
  1124.         Anim:Destroy()
  1125.     end
  1126. end)
  1127.  
  1128. --[[Credits to MisterMax228 for helping me out on this
  1129.  
  1130.     Right 2 Fight Combat Voice Mod by Mark512345
  1131.         - This mod lets you play the voicelines that are available in the game (Kiryu, Akiyama, Majima and Vulcan) during combat.
  1132.         - The voicelines can play while doing light attacks, heavy attacks, dodging, heat actions, etc.
  1133.         - If you have any queries, suggestions or anything relating to this mod, let me know!
  1134.        
  1135.     Note: You can switch between character voices by pressing H. This mod will be updated.
  1136.     ]]
  1137. _G.voicepack = "Kiryu" -- Current available voices: "Kiryu", "Akiyama", "Majima" and "Vulcan"
  1138. local player = game.Players.LocalPlayer
  1139. local character = player.Character
  1140. local pgui = player.PlayerGui
  1141. local status = player.Status
  1142. local RPS = game.ReplicatedStorage
  1143. _G.voice = RPS.Voices:FindFirstChild(_G.voicepack)
  1144.  
  1145. print(_G.voice.Name)
  1146. local function playSound(sound)
  1147.     local soundclone = Instance.new("Sound")
  1148.     soundclone.Parent = character.Head
  1149.     soundclone.Name = sound.Name
  1150.     soundclone.SoundId = sound.Value
  1151.     soundclone.Volume = 0.35
  1152.     soundclone:Play()
  1153.     soundclone.Ended:Connect(function()
  1154.         game:GetService("Debris"):AddItem(soundclone)
  1155.     end)
  1156. end
  1157. local function fetchRandom(instance)
  1158.     local instancechildren = instance:GetChildren()
  1159.     local random = instancechildren[math.random(1, #instancechildren)]
  1160.     return random
  1161. end
  1162.  
  1163.  
  1164. local function sendNotification(text, color, sound)
  1165.     if not color then color = Color3.new(1, 1, 1) end
  1166.     pgui.Notify.Awards.ChildAdded:Once(function(c)
  1167.         if c.Text == text then
  1168.             c.TextColor3 = color
  1169.             coroutine.wrap(function()
  1170.                 local con;
  1171.                 con = game:GetService("RunService").RenderStepped:Connect(function()
  1172.                     if not c then
  1173.                         con:Disconnect()
  1174.                         return
  1175.                     end
  1176.                     c.TextColor3 = color
  1177.                 end)()
  1178.             end)()
  1179.         end
  1180.     end)
  1181.     pgui["नोटिफ"]:Fire(text, sound or nil)
  1182. end
  1183.  
  1184. local alreadyRunning = RPS:FindFirstChild("VoiceMod")
  1185. if alreadyRunning then
  1186.    sendNotification("Selected voice: ".._G.voice.Name, Color3.fromRGB(255, 255, 255))
  1187.     return
  1188. end
  1189.  
  1190.  
  1191. if game.ReplicatedStorage.Styles:FindFirstChild("Brawler") then
  1192.     v = game.ReplicatedStorage.Styles["Brawler"]
  1193. else
  1194.     v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1195. end
  1196. v.Name = "Brawler"
  1197. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeB") then
  1198.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeB"]
  1199. else
  1200.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1201. end
  1202.  
  1203. v.AnimationId = "rbxassetid://11710468479"
  1204. v.Name = "SuperEvadeB"
  1205. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeF") then
  1206.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeF"]
  1207. else
  1208.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1209. end
  1210.  
  1211. v.AnimationId = "rbxassetid://11710466763"
  1212. v.Name = "SuperEvadeF"
  1213. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeL") then
  1214.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeL"]
  1215. else
  1216.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1217. end
  1218.  
  1219. v.AnimationId = "rbxassetid://11710468004"
  1220. v.Name = "SuperEvadeL"
  1221. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("SuperEvadeR") then
  1222.     v = game.ReplicatedStorage.Styles.Brawler["SuperEvadeR"]
  1223. else
  1224.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1225. end
  1226.  
  1227. v.AnimationId = "rbxassetid://11710467557"
  1228. v.Name = "SuperEvadeR"
  1229. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Idle") then
  1230.     v = game.ReplicatedStorage.Styles.Brawler["Idle"]
  1231. else
  1232.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1233. end
  1234.  
  1235. v.AnimationId = "rbxassetid://12120045620"
  1236. v.Name = "Idle"
  1237. if game.ReplicatedStorage.Styles.Brawler.Idle:FindFirstChild("Core") then
  1238.     v = game.ReplicatedStorage.Styles.Brawler.Idle["Core"]
  1239. else
  1240.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler.Idle)
  1241. end
  1242. v.Name = "Core"
  1243. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkL") then
  1244.     v = game.ReplicatedStorage.Styles.Brawler["WalkL"]
  1245. else
  1246.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1247. end
  1248.  
  1249. v.AnimationId = "rbxassetid://12313796155"
  1250. v.Name = "WalkL"
  1251. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkB") then
  1252.     v = game.ReplicatedStorage.Styles.Brawler["WalkB"]
  1253. else
  1254.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1255. end
  1256.  
  1257. v.AnimationId = "rbxassetid://12313791263"
  1258. v.Name = "WalkB"
  1259. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkR") then
  1260.     v = game.ReplicatedStorage.Styles.Brawler["WalkR"]
  1261. else
  1262.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1263. end
  1264.  
  1265. v.AnimationId = "rbxassetid://12313794960"
  1266. v.Name = "WalkR"
  1267. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("WalkF") then
  1268.     v = game.ReplicatedStorage.Styles.Brawler["WalkF"]
  1269. else
  1270.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1271. end
  1272.  
  1273. v.AnimationId = "rbxassetid://12313793138"
  1274. v.Name = "WalkF"
  1275. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingShotgun") then
  1276.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingShotgun"]
  1277. else
  1278.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1279. end
  1280. v.Value = 'H_ShotStopperShotgun'
  1281. v.Name = "H_GunStandingShotgun"
  1282. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_BackWall") then
  1283.     v = game.ReplicatedStorage.Styles.Brawler["H_BackWall"]
  1284. else
  1285.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1286. end
  1287. v.Value = 'H_WallSmashing'
  1288. v.Name = "H_BackWall"
  1289. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingSMG") then
  1290.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingSMG"]
  1291. else
  1292.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1293. end
  1294. v.Value = 'H_ShotStopperSMG'
  1295. v.Name = "H_GunStandingSMG"
  1296. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStandingHandgun") then
  1297.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStandingHandgun"]
  1298. else
  1299.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1300. end
  1301. v.Value = 'H_ShotStopperHandgun'
  1302. v.Name = "H_GunStandingHandgun"
  1303. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("HitBlock") then
  1304.     v = game.ReplicatedStorage.Styles.Brawler["HitBlock"]
  1305. else
  1306.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1307. end
  1308.  
  1309. v.AnimationId = "rbxassetid://11953475759"
  1310. v.Name = "HitBlock"
  1311. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeR") then
  1312.     v = game.ReplicatedStorage.Styles.Brawler["EvadeR"]
  1313. else
  1314.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1315. end
  1316.  
  1317. v.AnimationId = "rbxassetid://11614919036"
  1318. v.Name = "EvadeR"
  1319. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeL") then
  1320.     v = game.ReplicatedStorage.Styles.Brawler["EvadeL"]
  1321. else
  1322.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1323. end
  1324.  
  1325. v.AnimationId = "rbxassetid://11614918095"
  1326. v.Name = "EvadeL"
  1327. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeB") then
  1328.     v = game.ReplicatedStorage.Styles.Brawler["EvadeB"]
  1329. else
  1330.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1331. end
  1332.  
  1333. v.AnimationId = "rbxassetid://11614916809"
  1334. v.Name = "EvadeB"
  1335. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeF") then
  1336.     v = game.ReplicatedStorage.Styles.Brawler["EvadeF"]
  1337. else
  1338.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1339. end
  1340.  
  1341. v.AnimationId = "rbxassetid://11614916023"
  1342. v.Name = "EvadeF"
  1343. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Block") then
  1344.     v = game.ReplicatedStorage.Styles.Brawler["Block"]
  1345. else
  1346.     v = Instance.new("Animation", game.ReplicatedStorage.Styles.Brawler)
  1347. end
  1348.  
  1349. v.AnimationId = "rbxassetid://8225208652"
  1350. v.Name = "Block"
  1351. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("GrabStrike") then
  1352.     v = game.ReplicatedStorage.Styles.Brawler["GrabStrike"]
  1353. else
  1354.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1355. end
  1356. v.Value = 'T_GuruParry'
  1357. v.Name = "GrabStrike"
  1358. if game.ReplicatedStorage.Styles.Brawler.GrabStrike:FindFirstChild("Ability") then
  1359.     v = game.ReplicatedStorage.Styles.Brawler.GrabStrike["Ability"]
  1360. else
  1361.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.GrabStrike)
  1362. end
  1363. v.Value = 'Guru Parry'
  1364. v.Name = "Ability"
  1365. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Knocked") then
  1366.     v = game.ReplicatedStorage.Styles.Brawler["H_Knocked"]
  1367. else
  1368.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1369. end
  1370. v.Value = 'H_SolidCounter'
  1371. v.Name = "H_Knocked"
  1372. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("HThrow") then
  1373.     v = game.ReplicatedStorage.Styles.Brawler["HThrow"]
  1374. else
  1375.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1376. end
  1377. v.Value = 'T_FinishingHold2'
  1378. v.Name = "HThrow"
  1379. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_RunningFallen") then
  1380.     v = game.ReplicatedStorage.Styles.Brawler["H_RunningFallen"]
  1381. else
  1382.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1383. end
  1384. v.Value = 'H_FinishingBlow'
  1385. v.Name = "H_RunningFallen"
  1386. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabStanding2") then
  1387.     v = game.ReplicatedStorage.Styles.Brawler["H_GrabStanding2"]
  1388. else
  1389.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1390. end
  1391. v.Value = 'H_DoubleHeadCrush'
  1392. v.Name = "H_GrabStanding2"
  1393. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllRight") then
  1394.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllRight"]
  1395. else
  1396.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1397. end
  1398. v.Value = 'H_TSpinCounterRight'
  1399. v.Name = "H_CounterSoloAllRight"
  1400. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllFront") then
  1401.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllFront"]
  1402. else
  1403.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1404. end
  1405. v.Value = 'H_TSpinCounterFront'
  1406. v.Name = "H_CounterSoloAllFront"
  1407. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllLeft") then
  1408.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllLeft"]
  1409. else
  1410.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1411. end
  1412. v.Value = 'H_TSpinCounterLeft'
  1413. v.Name = "H_CounterSoloAllLeft"
  1414. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_SuperEvading") then
  1415.     v = game.ReplicatedStorage.Styles.Brawler["H_SuperEvading"]
  1416. else
  1417.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1418. end
  1419. v.Value = 'H_Rolling'
  1420. v.Name = "H_SuperEvading"
  1421. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_StandingBehind") then
  1422.     v = game.ReplicatedStorage.Styles.Brawler["H_StandingBehind"]
  1423. else
  1424.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1425. end
  1426. v.Value = 'H_Chokehold'
  1427. v.Name = "H_StandingBehind"
  1428. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("GrabCorpses") then
  1429.     v = game.ReplicatedStorage.Styles.Brawler["GrabCorpses"]
  1430. else
  1431.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  1432. end
  1433. v.Name = "GrabCorpses"
  1434. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FallenDown") then
  1435.     v = game.ReplicatedStorage.Styles.Brawler["H_FallenDown"]
  1436. else
  1437.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1438. end
  1439. v.Value = 'H_FallenKick'
  1440. v.Name = "H_FallenDown"
  1441. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_BlockingEnemy") then
  1442.     v = game.ReplicatedStorage.Styles.Brawler["H_BlockingEnemy"]
  1443. else
  1444.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1445. end
  1446. v.Value = 'H_FaceTwist'
  1447. v.Name = "H_BlockingEnemy"
  1448. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabStanding") then
  1449.     v = game.ReplicatedStorage.Styles.Brawler["H_GrabStanding"]
  1450. else
  1451.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1452. end
  1453. v.Value = 'H_Fisticuffs'
  1454. v.Name = "H_GrabStanding"
  1455. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("DashAttack") then
  1456.     v = game.ReplicatedStorage.Styles.Brawler["DashAttack"]
  1457. else
  1458.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1459. end
  1460. v.Value = 'DashAttack'
  1461. v.Name = "DashAttack"
  1462. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeR") then
  1463.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeR"]
  1464. else
  1465.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1466. end
  1467. v.Value = 'BEvadeStrikeRight'
  1468. v.Name = "EvadeStrikeR"
  1469. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeR:FindFirstChild("Ability") then
  1470.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeR["Ability"]
  1471. else
  1472.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeR)
  1473. end
  1474. v.Value = 'Guru Dodge Shot'
  1475. v.Name = "Ability"
  1476. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeF") then
  1477.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeF"]
  1478. else
  1479.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1480. end
  1481. v.Value = 'BEvadeStrikeForward'
  1482. v.Name = "EvadeStrikeF"
  1483. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeF:FindFirstChild("Ability") then
  1484.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeF["Ability"]
  1485. else
  1486.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeF)
  1487. end
  1488. v.Value = 'Guru Dodge Shot'
  1489. v.Name = "Ability"
  1490. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeL") then
  1491.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeL"]
  1492. else
  1493.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1494. end
  1495. v.Value = 'BEvadeStrikeLeft'
  1496. v.Name = "EvadeStrikeL"
  1497. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeL:FindFirstChild("Ability") then
  1498.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeL["Ability"]
  1499. else
  1500.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeL)
  1501. end
  1502. v.Value = 'Guru Dodge Shot'
  1503. v.Name = "Ability"
  1504. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("EvadeStrikeB") then
  1505.     v = game.ReplicatedStorage.Styles.Brawler["EvadeStrikeB"]
  1506. else
  1507.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1508. end
  1509. v.Value = 'BEvadeStrikeBack'
  1510. v.Name = "EvadeStrikeB"
  1511. if game.ReplicatedStorage.Styles.Brawler.EvadeStrikeB:FindFirstChild("Ability") then
  1512.     v = game.ReplicatedStorage.Styles.Brawler.EvadeStrikeB["Ability"]
  1513. else
  1514.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.EvadeStrikeB)
  1515. end
  1516. v.Value = 'Guru Dodge Shot'
  1517. v.Name = "Ability"
  1518. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("StanceStrike") then
  1519.     v = game.ReplicatedStorage.Styles.Brawler["StanceStrike"]
  1520. else
  1521.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1522. end
  1523. v.Value = '龍TigerDrop'
  1524. v.Name = "StanceStrike"
  1525. if game.ReplicatedStorage.Styles.Brawler.StanceStrike:FindFirstChild("Ability") then
  1526.     v = game.ReplicatedStorage.Styles.Brawler.StanceStrike["Ability"]
  1527. else
  1528.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.StanceStrike)
  1529. end
  1530. v.Value = 'Counter Hook'
  1531. v.Name = "Ability"
  1532. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GrabOnWall") then
  1533.     v = game.ReplicatedStorage.Styles.Brawler["H_GrabOnWall"]
  1534. else
  1535.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1536. end
  1537. v.Value = 'H_WallSmack'
  1538. v.Name = "H_GrabOnWall"
  1539. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike2") then
  1540.     v = game.ReplicatedStorage.Styles.Brawler["2Strike2"]
  1541. else
  1542.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1543. end
  1544. v.Value = '龍2Strike1'
  1545. v.Name = "2Strike2"
  1546. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike5") then
  1547.     v = game.ReplicatedStorage.Styles.Brawler["2Strike5"]
  1548. else
  1549.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1550. end
  1551. v.Value = '龍2Strike4'
  1552. v.Name = "2Strike5"
  1553. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike3") then
  1554.     v = game.ReplicatedStorage.Styles.Brawler["2Strike3"]
  1555. else
  1556.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1557. end
  1558. v.Value = '龍2Strike2'
  1559. v.Name = "2Strike3"
  1560. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("2Strike4") then
  1561.     v = game.ReplicatedStorage.Styles.Brawler["2Strike4"]
  1562. else
  1563.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1564. end
  1565. v.Value = '龍2Strike3'
  1566. v.Name = "2Strike4"
  1567. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("DoubleBlows") then
  1568.     v = game.ReplicatedStorage.Styles.Brawler["DoubleBlows"]
  1569. else
  1570.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  1571. end
  1572. v.Name = "DoubleBlows"
  1573. if game.ReplicatedStorage.Styles.Brawler.DoubleBlows:FindFirstChild("Ability") then
  1574.     v = game.ReplicatedStorage.Styles.Brawler.DoubleBlows["Ability"]
  1575. else
  1576.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.DoubleBlows)
  1577. end
  1578. v.Value = 'Double Finishing Blow'
  1579. v.Name = "Ability"
  1580. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("StrikeThrow") then
  1581.     v = game.ReplicatedStorage.Styles.Brawler["StrikeThrow"]
  1582. else
  1583.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1584. end
  1585. v.Value = 'T_FinishingHold'
  1586. v.Name = "StrikeThrow"
  1587. if game.ReplicatedStorage.Styles.Brawler.StrikeThrow:FindFirstChild("Ability") then
  1588.     v = game.ReplicatedStorage.Styles.Brawler.StrikeThrow["Ability"]
  1589. else
  1590.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.StrikeThrow)
  1591. end
  1592. v.Value = 'Finishing Hold'
  1593. v.Name = "Ability"
  1594. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Throw") then
  1595.     v = game.ReplicatedStorage.Styles.Brawler["Throw"]
  1596. else
  1597.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1598. end
  1599. v.Value = 'T_FinishingHold4'
  1600. v.Name = "Throw"
  1601. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("VisualName") then
  1602.     v = game.ReplicatedStorage.Styles.Brawler["VisualName"]
  1603. else
  1604.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1605. end
  1606. v.Value = 'Phoenix'
  1607. v.Name = "VisualName"
  1608. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_GunStanding") then
  1609.     v = game.ReplicatedStorage.Styles.Brawler["H_GunStanding"]
  1610. else
  1611.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1612. end
  1613. v.Value = 'H_ShotStopper'
  1614. v.Name = "H_GunStanding"
  1615. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Fallen") then
  1616.     v = game.ReplicatedStorage.Styles.Brawler["H_Fallen"]
  1617. else
  1618.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1619. end
  1620. v.Value = 'H_FallenStomp'
  1621. v.Name = "H_Fallen"
  1622. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("BlockStrike") then
  1623.     v = game.ReplicatedStorage.Styles.Brawler["BlockStrike"]
  1624. else
  1625.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1626. end
  1627. v.Value = 'GuruKnockback'
  1628. v.Name = "BlockStrike"
  1629. if game.ReplicatedStorage.Styles.Brawler.BlockStrike:FindFirstChild("Ability") then
  1630.     v = game.ReplicatedStorage.Styles.Brawler.BlockStrike["Ability"]
  1631. else
  1632.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler.BlockStrike)
  1633. end
  1634. v.Value = 'Guru Knockback'
  1635. v.Name = "Ability"
  1636. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Grab") then
  1637.     v = game.ReplicatedStorage.Styles.Brawler["Grab"]
  1638. else
  1639.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1640. end
  1641. v.Value = 'GGrab'
  1642. v.Name = "Grab"
  1643. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike5") then
  1644.     v = game.ReplicatedStorage.Styles.Brawler["Strike5"]
  1645. else
  1646.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1647. end
  1648. v.Value = '龍Strike5'
  1649. v.Name = "Strike5"
  1650. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike4") then
  1651.     v = game.ReplicatedStorage.Styles.Brawler["Strike4"]
  1652. else
  1653.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1654. end
  1655. v.Value = 'BStrike5'
  1656. v.Name = "Strike4"
  1657. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike3") then
  1658.     v = game.ReplicatedStorage.Styles.Brawler["Strike3"]
  1659. else
  1660.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1661. end
  1662. v.Value = 'BStrike3'
  1663. v.Name = "Strike3"
  1664. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike2") then
  1665.     v = game.ReplicatedStorage.Styles.Brawler["Strike2"]
  1666. else
  1667.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1668. end
  1669. v.Value = 'BStrike2'
  1670. v.Name = "Strike2"
  1671. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush4") then
  1672.     v = game.ReplicatedStorage.Styles.Brawler["Rush4"]
  1673. else
  1674.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1675. end
  1676. v.Value = '龍Attack4'
  1677. v.Name = "Rush4"
  1678. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_CounterSoloAllBack") then
  1679.     v = game.ReplicatedStorage.Styles.Brawler["H_CounterSoloAllBack"]
  1680. else
  1681.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1682. end
  1683. v.Value = 'H_TSpinCounterBack'
  1684. v.Name = "H_CounterSoloAllBack"
  1685. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FullStunned") then
  1686.     v = game.ReplicatedStorage.Styles.Brawler["H_FullStunned"]
  1687. else
  1688.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1689. end
  1690. v.Value = 'H_GUltimateEssence'
  1691. v.Name = "H_FullStunned"
  1692. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_LowHealthFallen") then
  1693.     v = game.ReplicatedStorage.Styles.Brawler["H_LowHealthFallen"]
  1694. else
  1695.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1696. end
  1697. v.Value = 'H_FallenFinisher'
  1698. v.Name = "H_LowHealthFallen"
  1699. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush3") then
  1700.     v = game.ReplicatedStorage.Styles.Brawler["Rush3"]
  1701. else
  1702.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1703. end
  1704. v.Value = '龍Attack3'
  1705. v.Name = "Rush3"
  1706. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Strike1") then
  1707.     v = game.ReplicatedStorage.Styles.Brawler["Strike1"]
  1708. else
  1709.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1710. end
  1711. v.Value = '龍Strike1'
  1712. v.Name = "Strike1"
  1713. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Color") then
  1714.     v = game.ReplicatedStorage.Styles.Brawler["Color"]
  1715. else
  1716.     v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Brawler)
  1717. end
  1718. v.Value = Color3.fromRGB(3, 227, 252)
  1719. v.Name = "Color"
  1720. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Speed") then
  1721.     v = game.ReplicatedStorage.Styles.Brawler["Speed"]
  1722. else
  1723.     v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Brawler)
  1724. end
  1725. v.Value = 1
  1726. v.Name = "Speed"
  1727. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush2") then
  1728.     v = game.ReplicatedStorage.Styles.Brawler["Rush2"]
  1729. else
  1730.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1731. end
  1732. v.Value = '龍Attack2'
  1733. v.Name = "Rush2"
  1734. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Rush1") then
  1735.     v = game.ReplicatedStorage.Styles.Brawler["Rush1"]
  1736. else
  1737.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1738. end
  1739. v.Value = '龍Attack1'
  1740. v.Name = "Rush1"
  1741. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Getup") then
  1742.     v = game.ReplicatedStorage.Styles.Brawler["H_Getup"]
  1743. else
  1744.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1745. end
  1746. v.Value = 'H_HeadPress'
  1747. v.Name = "H_Getup"
  1748. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LHThrow") then
  1749.     v = game.ReplicatedStorage.Styles.Brawler["LHThrow"]
  1750. else
  1751.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1752. end
  1753. v.Value = 'T_BHeavyToss'
  1754. v.Name = "LHThrow"
  1755. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Running4") then
  1756.     v = game.ReplicatedStorage.Styles.Brawler["H_Running4"]
  1757. else
  1758.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1759. end
  1760. v.Value = 'H_Terror'
  1761. v.Name = "H_Running4"
  1762. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("Taunt") then
  1763.     v = game.ReplicatedStorage.Styles.Brawler["Taunt"]
  1764. else
  1765.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1766. end
  1767. v.Value = 'DragonTaunt'
  1768. v.Name = "Taunt"
  1769. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_FullHeat") then
  1770.     v = game.ReplicatedStorage.Styles.Brawler["H_FullHeat"]
  1771. else
  1772.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1773. end
  1774. v.Value = 'H_GUltimateEssence'
  1775. v.Name = "H_FullHeat"
  1776. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_TwoHandeds") then
  1777.     v = game.ReplicatedStorage.Styles.Brawler["H_TwoHandeds"]
  1778. else
  1779.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1780. end
  1781. v.Value = 'H_SelfDestruct'
  1782. v.Name = "H_TwoHandeds"
  1783. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Distanced") then
  1784.     v = game.ReplicatedStorage.Styles.Brawler["H_Distanced"]
  1785. else
  1786.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1787. end
  1788. v.Value = 'H_GUltimateEssence'
  1789. v.Name = "H_Distanced"
  1790. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_StanceFallen") then
  1791.     v = game.ReplicatedStorage.Styles.Brawler["H_StanceFallen"]
  1792. else
  1793.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1794. end
  1795. v.Value = 'H_FallenSupine'
  1796. v.Name = "H_StanceFallen"
  1797. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("RedHeat") then
  1798.     v = game.ReplicatedStorage.Styles.Brawler["RedHeat"]
  1799. else
  1800.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  1801. end
  1802. v.Name = "RedHeat"
  1803. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LThrow") then
  1804.     v = game.ReplicatedStorage.Styles.Brawler["LThrow"]
  1805. else
  1806.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1807. end
  1808. v.Value = 'T_LegToss'
  1809. v.Name = "LThrow"
  1810.  
  1811. function UseHeatAction(HeatAction, Style, Bots)
  1812.     -- Script generated by SimpleSpy - credits to exx#9394
  1813.  
  1814.     local args = {
  1815.         [1] = {
  1816.             [1] = "heatmove",
  1817.             [2] = game:GetService("ReplicatedStorage").Moves[HeatAction],
  1818.             [3] = {
  1819.  
  1820.             },
  1821.             [4] = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame,
  1822.             [5] = Style
  1823.         }
  1824.     }
  1825.  
  1826.     for i,v in pairs(Bots) do
  1827.         table.insert(args[1][3], {
  1828.             [1] = v,
  1829.             [2] = 10.49982091806829,
  1830.             [3] = false,
  1831.             [4] = Vector3.new(0.854888916015625, -0.499908447265625, -3.08367919921875)
  1832.         })
  1833.     end
  1834.  
  1835.     game:GetService("ReplicatedStorage").Events.ME:FireServer(unpack(args))
  1836. end
  1837.  
  1838. local styles = game.ReplicatedStorage.Styles
  1839. local plr = game.Players.LocalPlayer
  1840. local status = plr.Status
  1841.  
  1842. function isInBattle()
  1843.     return (plr:FindFirstChild("InBattle") and true or false)
  1844. end
  1845.  
  1846. function isDungeon()
  1847.     return game.ReplicatedStorage.Dungeon.Value
  1848. end
  1849.  
  1850. function doingHact()
  1851.     return (plr.Character:FindFirstChild("Heated") and true or false)
  1852. end
  1853.  
  1854. function showMaxHeatEffect()
  1855.     return (isInBattle() and not doingHact() and plr.Status.Heat.Value >= 100) and true or false
  1856. end
  1857.  
  1858. function hasWeaponInHand()
  1859.     return (plr.Character:FindFirstChild("Holding") and true or false)
  1860. end
  1861.  
  1862. local function change_color()
  1863.     if status.Style.Value == "Brawler" then
  1864.         local DragonSequence = ColorSequence.new{ColorSequenceKeypoint.new(0, styles.Brawler.Color.Value), ColorSequenceKeypoint.new(1, styles.Brawler.Color.Value)}
  1865.         local char = plr.Character
  1866.         char.HumanoidRootPart.Fire_Main.Color = DragonSequence
  1867.         char.HumanoidRootPart.Fire_Secondary.Color = DragonSequence
  1868.         char.HumanoidRootPart.Fire_Main.Rate = status.Heat.Value >= 100 and 115 or status.Heat.Value >= 75 and 85 or 80
  1869.         char.HumanoidRootPart.Fire_Secondary.Rate = status.Heat.Value >= 100 and 90 or status.Heat.Value >= 75 and 80 or 70
  1870.         char.HumanoidRootPart.Lines1.Color = DragonSequence
  1871.         char.HumanoidRootPart.Lines1.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  1872.         char.HumanoidRootPart.Lines2.Color = DragonSequence
  1873.         char.HumanoidRootPart.Lines2.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  1874.         char.HumanoidRootPart.Sparks.Color = DragonSequence
  1875.         if not char.HumanoidRootPart.TimeFor.Enabled then
  1876.             char.HumanoidRootPart.TimeFor.Color = DragonSequence
  1877.         end
  1878.  
  1879.         char.UpperTorso["r2f_aura_burst"].Lines1.Color = DragonSequence
  1880.         char.UpperTorso["r2f_aura_burst"].Lines2.Color = DragonSequence
  1881.         char.UpperTorso["r2f_aura_burst"].Flare.Color = DragonSequence
  1882.         char.UpperTorso["r2f_aura_burst"].Lines1.Enabled = showMaxHeatEffect()
  1883.         char.UpperTorso["r2f_aura_burst"].Flare.Enabled = showMaxHeatEffect()
  1884.         char.UpperTorso["r2f_aura_burst"].Smoke.Color = DragonSequence
  1885.         char.UpperTorso.Evading.Color = DragonSequence
  1886.     end
  1887. end
  1888.  
  1889. local function FillHeat()
  1890.     local Event = game:GetService("ReplicatedStorage").Events.ME
  1891.  
  1892.     for i=1,6 do
  1893.         local A_1 =  {
  1894.             [1] = "heat",
  1895.             [2] = game:GetService("ReplicatedStorage").Moves.Taunt
  1896.         }
  1897.         Event:FireServer(A_1)
  1898.     end
  1899. end
  1900.  
  1901. game:GetService("RunService").RenderStepped:Connect(change_color)
  1902.  
  1903. plr.Character.ChildAdded:Connect(function(v)
  1904.     if v.Name == 'Grabbing' then
  1905.         while v.Parent == plr.Character do
  1906.             if status.Heat.Value ~= 100 then
  1907.                 FillHeat()
  1908.             end
  1909.             task.wait(0.1)
  1910.         end
  1911.     end
  1912. end)
  1913.  
  1914. local ts = game:GetService("TweenService")
  1915. local ti = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  1916.  
  1917. local function remove_brighness(color)
  1918.     local h,s,v = color:ToHSV()
  1919.     return Color3.fromHSV(h, s, 1)
  1920. end
  1921.  
  1922. game.Players.LocalPlayer.Character.DescendantAdded:Connect(function(v)
  1923.     if v.ClassName:find("Trail") then
  1924.         local highlight = Instance.new("Highlight", game.Players.LocalPlayer.Character.RightHand)
  1925.         local fadeout = ts:Create(highlight, ti, {FillTransparency = 1})
  1926.  
  1927.         local style = game.Players.LocalPlayer.Status.Style.Value
  1928.         local style_obj = game.ReplicatedStorage.Styles:FindFirstChild(style)
  1929.         local color = style_obj.Color
  1930.  
  1931.         highlight.FillColor = color.Value
  1932.  
  1933.         highlight.Adornee = v.Parent
  1934.         highlight.OutlineTransparency = 1
  1935.         highlight.FillTransparency = 1
  1936.  
  1937.         ts:Create(highlight, ti, {FillTransparency = 0.2}):Play()
  1938.  
  1939.  
  1940.         fadeout.Completed:Once(function()
  1941.             highlight:Destroy()
  1942.         end)
  1943.  
  1944.         v.Destroying:Once(function()
  1945.             fadeout:Play()
  1946.         end)
  1947.     end
  1948. end)
  1949.  
  1950. -- tp
  1951.  
  1952. local function add_forcefield(duration)
  1953.     local p = game.Players.LocalPlayer
  1954.     local Status = p.Status
  1955.  
  1956.     local invun = game.ReplicatedStorage.Invulnerable:Clone()
  1957.     invun.Parent = Status
  1958.  
  1959.     if duration then
  1960.         spawn(function()
  1961.             task.wait(duration)
  1962.             invun:Destroy()
  1963.         end)
  1964.     end
  1965.  
  1966.     return invun
  1967. end
  1968.  
  1969. local ti = TweenInfo.new(0.9, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  1970. local ti2 = TweenInfo.new(0.1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  1971.  
  1972. local color = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
  1973.  
  1974. local ctween = ts:Create(color, ti, {Saturation = -2, Brightness = -0.1})
  1975. local ctween2 = ts:Create(color, ti2, {Saturation = -2, Brightness = -0.1})
  1976. local dashcooldown = false
  1977.  
  1978. local function playsound(id)
  1979.     local sfx = Instance.new("Sound", workspace)
  1980.     sfx.SoundId = "rbxassetid://"..tostring(id)
  1981.  
  1982.     game:GetService("SoundService"):PlayLocalSound(sfx)
  1983.  
  1984.     spawn(function()
  1985.         task.wait(sfx.TimeLength)
  1986.         sfx:Destroy()
  1987.     end)
  1988. end
  1989.  
  1990. function playticksound()
  1991.     local sfx = Instance.new("Sound", workspace)
  1992.     sfx.SoundId = "rbxassetid://4843088994"
  1993.  
  1994.     game:GetService("SoundService"):PlayLocalSound(sfx)
  1995.  
  1996.     spawn(function()
  1997.         task.wait(2)
  1998.         sfx:Destroy()
  1999.     end)
  2000. end
  2001.  
  2002.  
  2003. local function play_ingamesound(sfxname)
  2004.     local v = game.ReplicatedStorage.Sounds:FindFirstChild(sfxname)
  2005.     local sfx = Instance.new("Sound", nil)
  2006.     local id = v.Value
  2007.  
  2008.     sfx.SoundId = id
  2009.  
  2010.     for i,v in pairs(v:GetChildren()) do
  2011.         sfx[v.Name] = v.Value
  2012.     end
  2013.  
  2014.     game.SoundService:PlayLocalSound(sfx)
  2015.     task.delay(15, function()
  2016.         sfx:Destroy()
  2017.     end)
  2018. end
  2019.  
  2020. game.UserInputService.InputBegan:Connect(function(key)
  2021.     if game.UserInputService:GetFocusedTextBox() == nil then
  2022.         if key.KeyCode == Enum.KeyCode.L then
  2023.             --local id = "rbxassetid://12022473514"
  2024.             --local anim = Instance.new("Animation")
  2025.             --anim.AnimationId = id
  2026.  
  2027.             --game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  2028.  
  2029.             --task.wait(5)
  2030.             --anim:Destroy()
  2031.         elseif key.KeyCode == Enum.KeyCode.Z then
  2032.             if not dashcooldown then
  2033.                 --playvoiceline("Taunt")
  2034.  
  2035.                 local lookvector = workspace.CurrentCamera.CFrame.LookVector * Vector3.new(1, 0, 1)
  2036.                 local root = game.Players.LocalPlayer.Character.PrimaryPart
  2037.                 local lock = game.Players.LocalPlayer.Character.LockedOn.Value
  2038.                 if lock and lock:IsDescendantOf(workspace) and lock.Parent.Health.Value > 0 then
  2039.                     local id = "rbxassetid://10928237540"
  2040.                     local anim = Instance.new("Animation")
  2041.                     anim.AnimationId = id
  2042.  
  2043.                     local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  2044.                     v:Play()
  2045.  
  2046.                     v:AdjustSpeed(8)
  2047.                     ctween2:Play()
  2048.  
  2049.                     dashcooldown = true
  2050.  
  2051.                     root.Anchored = true
  2052.  
  2053.                     playsound(2102274452)
  2054.                     add_forcefield(0.32)
  2055.  
  2056.                     root.Anchored = false
  2057.                     root.CFrame = CFrame.new(lock.Position - (lock.CFrame.LookVector * Vector3.new(1, 0, 1).Unit * 3), lock.Position)
  2058.  
  2059.                     play_ingamesound("Teleport")
  2060.  
  2061.                     task.wait(0.6)
  2062.  
  2063.                     dashcooldown = false
  2064.                     playticksound()
  2065.                     return
  2066.                 end
  2067.                 dashcooldown = true
  2068.  
  2069.                 local id = "rbxassetid://10928237540"
  2070.                 local anim = Instance.new("Animation")
  2071.                 anim.AnimationId = id
  2072.  
  2073.                 local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  2074.                 v:Play()
  2075.  
  2076.                 root.Anchored = true
  2077.                 ctween:Play()
  2078.                 task.wait(0.3)
  2079.                 playsound(2102274452)
  2080.                 task.wait(0.4)
  2081.  
  2082.                 play_ingamesound("Teleport")
  2083.                 root.Anchored = false
  2084.                 root.CFrame = CFrame.new(root.Position, root.Position + lookvector)
  2085.  
  2086.                 --local rp = RaycastParams.new()
  2087.                 --rp.FilterDescendantsInstances = {root.Parent}
  2088.                 --rp.FilterType = Enum.RaycastFilterType.Blacklist
  2089.                 --rp.IgnoreWater = true
  2090.  
  2091.                 --local ray = workspace:Raycast(root.Position, lookvector * 50, rp)
  2092.  
  2093.                 --local cf
  2094.                 --if ray then
  2095.                 --  cf = CFrame.new(ray.Position - lookvector * 6, ray.Position + lookvector)
  2096.                 --else
  2097.                 --  cf = root.CFrame + lookvector * 50
  2098.                 --end
  2099.  
  2100.                 --local ti = TweenInfo.new(v.Length*0.5, Enum.EasingStyle.Linear)
  2101.                 --local t = tweenserive:Create(root, ti, {CFrame = cf})
  2102.                 --t:Play()
  2103.                 --t.Completed:Once(function()
  2104.                 --  root.Anchored = false
  2105.                 --  v:Stop()
  2106.                 --end)
  2107.  
  2108.  
  2109.                 local bodyvel = Instance.new("BodyVelocity", root)
  2110.                 bodyvel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2111.                 bodyvel.Velocity = lookvector * 90
  2112.                 local hitbox = Instance.new("Part", bodyvel)
  2113.                 hitbox.CanCollide = false
  2114.                 hitbox.CanQuery = false
  2115.                 hitbox.Transparency = 1
  2116.                 hitbox.Size = Vector3.new(1, 1, 5)
  2117.                 local w = Instance.new("Weld", hitbox)
  2118.                 w.Part0 = hitbox
  2119.                 w.Part1 = root
  2120.  
  2121.                 local b2 = game:GetService("RunService").Heartbeat:Connect(function(d)
  2122.                     root.CFrame = root.CFrame + (bodyvel.Velocity*d)*4
  2123.                 end)
  2124.  
  2125.                 local b = hitbox.Touched:Connect(function(part)
  2126.                     if part.CanCollide then
  2127.                         local vel = -bodyvel.Velocity
  2128.  
  2129.                         bodyvel:Destroy()
  2130.                         v:Stop()
  2131.  
  2132.                         --local id = "rbxassetid://"..getrandom_array(hurtanims)
  2133.                         --local anim = Instance.new("Animation")
  2134.                         --anim.AnimationId = id
  2135.                         --local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  2136.  
  2137.                         --v:Play()
  2138.  
  2139.                         --local b = game:GetService("RunService").Heartbeat:Connect(function(d)
  2140.                         --  root.CFrame += (vel * d) * 0.5
  2141.                         --end)
  2142.  
  2143.                         --v.Ended:Once(function()
  2144.                         --  b:Disconnect()
  2145.                         --  v:Destroy()
  2146.                         --end)
  2147.                     end
  2148.                 end)
  2149.  
  2150.                 bodyvel.Destroying:Once(function()
  2151.                     b:Disconnect()
  2152.                     b2:Disconnect()
  2153.                     hitbox:Destroy()
  2154.                 end)
  2155.  
  2156.                 v.Ended:wait()
  2157.  
  2158.                 if bodyvel then
  2159.                     bodyvel:Destroy()
  2160.                 end
  2161.  
  2162.                 task.wait(2)
  2163.  
  2164.                 playticksound()
  2165.  
  2166.                 dashcooldown = false
  2167.             end
  2168.         end
  2169.     end
  2170. end)
  2171.  
  2172.  
  2173. -- kiryu animation script
  2174.  
  2175. local styles = game.ReplicatedStorage.Styles
  2176. local kiryu
  2177.  
  2178. for i,v in pairs(styles:GetChildren()) do
  2179.     if v:FindFirstChild"VisualName" and v.VisualName.Value == "Phoenix" and v.Name ~= "Brawler" then
  2180.         kiryu = v
  2181.         break
  2182.     end
  2183. end
  2184.  
  2185. local brawlerstyle = styles.Brawler
  2186.  
  2187. local ToOverwrite = {
  2188.     "Rush",
  2189.     "Strike",
  2190.     "Taunt",
  2191.     "RedHeat",
  2192.     "Color",
  2193.     "VisualName",
  2194.     "Idle",
  2195.     "Grab",
  2196.     "Block",
  2197.     "Throw"
  2198. }
  2199.  
  2200. local function find(x)
  2201.     for i,v in  pairs(ToOverwrite) do
  2202.         if x:find(v) then
  2203.             return true
  2204.         end
  2205.     end
  2206.  
  2207.     return false
  2208. end
  2209.  
  2210. for i,v in pairs(kiryu:GetChildren()) do
  2211.     if find(v.Name) then
  2212.         local x = brawlerstyle:FindFirstChild(v.Name)
  2213.  
  2214.         if x then
  2215.             x:Destroy()
  2216.         end
  2217.  
  2218.         v:Clone().Parent = brawlerstyle
  2219.     end
  2220. end
  2221.  
  2222. local plr = game.Players.LocalPlayer
  2223. local pgui = plr.PlayerGui
  2224. local interf = pgui.Interface
  2225. local bt = interf.Battle
  2226. local main = bt.Main
  2227. local status = plr.Status
  2228.  
  2229. local function playsound(id)
  2230.     local sfx = Instance.new("Sound", workspace)
  2231.     sfx.SoundId = "rbxassetid://"..tostring(id)
  2232.  
  2233.     game:GetService("SoundService"):PlayLocalSound(sfx)
  2234.  
  2235.     spawn(function()
  2236.         task.wait(sfx.TimeLength)
  2237.         sfx:Destroy()
  2238.     end)
  2239. end
  2240.  
  2241. local function add_forcefield(duration)
  2242.     local p = game.Players.LocalPlayer
  2243.     local Status = p.Status
  2244.  
  2245.     local invun = game.ReplicatedStorage.Invulnerable:Clone()
  2246.     invun.Parent = Status
  2247.  
  2248.     if duration then
  2249.         spawn(function()
  2250.             task.wait(duration)
  2251.             invun:Destroy()
  2252.         end)
  2253.     end
  2254.  
  2255.     return invun
  2256. end
  2257.  
  2258. local function play_ingamesound(sfxname)
  2259.     local v = game.ReplicatedStorage.Sounds:FindFirstChild(sfxname)
  2260.     local sfx = Instance.new("Sound", nil)
  2261.     local id = v.Value
  2262.  
  2263.     sfx.SoundId = id
  2264.  
  2265.     for i,v in pairs(v:GetChildren()) do
  2266.         sfx[v.Name] = v.Value
  2267.     end
  2268.  
  2269.     game.SoundService:PlayLocalSound(sfx)
  2270.     task.delay(15, function()
  2271.         sfx:Destroy()
  2272.     end)
  2273. end
  2274.  
  2275. function playticksound()
  2276.     local sfx = Instance.new("Sound", workspace)
  2277.     sfx.SoundId = "rbxassetid://4843088994"
  2278.  
  2279.     game:GetService("SoundService"):PlayLocalSound(sfx)
  2280.  
  2281.     spawn(function()
  2282.         task.wait(2)
  2283.         sfx:Destroy()
  2284.     end)
  2285. end
  2286.  
  2287. local function sendNotification(text, color)
  2288.     if not color then color = Color3.new(1, 1, 1) end
  2289.     pgui.Notify.Awards.ChildAdded:Once(function(c)
  2290.         if c.Text == text then
  2291.             c.TextColor3 = color
  2292.             coroutine.wrap(function()
  2293.                 local con;
  2294.                 con = game:GetService("RunService").RenderStepped:Connect(function()
  2295.                     if not c then
  2296.                         con:Disconnect()
  2297.                         return
  2298.                     end
  2299.                     c.TextColor3 = color
  2300.                 end)()
  2301.             end)()
  2302.         end
  2303.     end)
  2304.     pgui["नोटिफ"]:Fire(text)
  2305. end
  2306.  
  2307. local function changeValueStrict(obj, valName, newVal, valClass)
  2308.     if obj and newVal and valName then
  2309.         if not obj:FindFirstChild(valName) then
  2310.             local n = Instance.new(valClass)
  2311.             n.Name = valName
  2312.             n.Parent = obj
  2313.         end
  2314.         obj[valName].Value = newVal
  2315.     end
  2316. end
  2317.  
  2318. local function IsInHeatMode()
  2319.     return plr.PlayerGui.Interface.Uberd.ImageTransparency < 1 
  2320. end
  2321.  
  2322. function isInBattle()
  2323.     return (plr:FindFirstChild("InBattle") and true or false)
  2324. end
  2325.  
  2326. function isDungeon()
  2327.     return game.ReplicatedStorage.Dungeon.Value
  2328. end
  2329.  
  2330. function doingHact()
  2331.     return (plr.Character:FindFirstChild("Heated") and true or false)
  2332. end
  2333.  
  2334. function showMaxHeatEffect()
  2335.     return (isInBattle() and not doingHact() and plr.Status.Heat.Value >= 100) and true or false
  2336. end
  2337.  
  2338. function hasWeaponInHand()
  2339.     return (plr.Character:FindFirstChild("Holding") and true or false)
  2340. end
  2341.  
  2342. local function style_changed()
  2343.     if status.Style.Value == brawlerstyle.Name then -- idk why, but in the game's code, the game uses yakuza 0 style names instead of the ones rolve used in the game
  2344.         --main gui
  2345.  
  2346.         local DragonColor = brawlerstyle.Color.Value
  2347.         local DragonSequence = ColorSequence.new({ColorSequenceKeypoint.new(0, DragonColor), ColorSequenceKeypoint.new(1, DragonColor)})
  2348.  
  2349.         main.XP.Fill.ImageColor3 = DragonColor
  2350.  
  2351.         --particles
  2352.         local char = plr.Character
  2353.         char.HumanoidRootPart.Fire_Main.Color = DragonSequence
  2354.         char.HumanoidRootPart.Fire_Secondary.Color = DragonSequence
  2355.         char.HumanoidRootPart.Fire_Main.Rate = status.Heat.Value >= 100 and 115 or status.Heat.Value >= 75 and 85 or 80
  2356.         char.HumanoidRootPart.Fire_Secondary.Rate = status.Heat.Value >= 100 and 90 or status.Heat.Value >= 75 and 80 or 70
  2357.         char.HumanoidRootPart.Lines1.Color = DragonSequence
  2358.         char.HumanoidRootPart.Lines1.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  2359.         char.HumanoidRootPart.Lines2.Color = DragonSequence
  2360.         char.HumanoidRootPart.Lines2.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  2361.         char.HumanoidRootPart.Sparks.Color = DragonSequence
  2362.         if not char.HumanoidRootPart.TimeFor.Enabled then
  2363.             char.HumanoidRootPart.TimeFor.Color = DragonSequence
  2364.         end
  2365.  
  2366.         char.UpperTorso["r2f_aura_burst"].Lines1.Color = DragonSequence
  2367.         char.UpperTorso["r2f_aura_burst"].Lines2.Color = DragonSequence
  2368.         char.UpperTorso["r2f_aura_burst"].Flare.Color = DragonSequence
  2369.         char.UpperTorso["r2f_aura_burst"].Lines1.Enabled = showMaxHeatEffect()
  2370.         char.UpperTorso["r2f_aura_burst"].Flare.Enabled = showMaxHeatEffect()
  2371.         char.UpperTorso["r2f_aura_burst"].Smoke.Color = DragonSequence
  2372.         char.UpperTorso.Evading.Color = DragonSequence
  2373.         -- heat bar
  2374.         --if DragonText == "Dragon" then
  2375.         --  main.Heat.Fill.ImageColor3 = Color3.fromRGB(180, 0, 0)
  2376.         --  main.Heat.Fill2.ImageColor3 = Color3.fromRGB(255, 66, 142)
  2377.         --  main.Heat.ClimaxFill.ImageColor3 = Color3.fromRGB(180, 0, 0)
  2378.         --  main.Heat.ClimaxFill2.ImageColor3 = Color3.fromRGB(255, 39, 86)
  2379.         --elseif DragonText == "Legend" then
  2380.         --  main.Heat.Fill.ImageColor3 = Color3.fromRGB(152, 152, 152)
  2381.         --  main.Heat.Fill2.ImageColor3 = Color3.fromRGB(203, 221, 225)
  2382.         --  main.Heat.ClimaxFill.ImageColor3 = Color3.fromRGB(136, 149, 152)
  2383.         --  main.Heat.ClimaxFill2.ImageColor3 = Color3.fromRGB(144, 216, 221)
  2384.         --end
  2385.     end
  2386. end
  2387.  
  2388. status.Style.Changed:Connect(style_changed)
  2389.  
  2390. -- custom ablitites
  2391.  
  2392. local kiryu_ablitites = {
  2393.     ["H_Distanced"] = "H_Escape"
  2394. }
  2395.  
  2396. for i,v in pairs(kiryu_ablitites) do
  2397.     local x = brawlerstyle:FindFirstChild(i)
  2398.    
  2399.     if x then
  2400.         x.Value = v
  2401.     else
  2402.         local x = Instance.new("StringValue", brawlerstyle)
  2403.         x.Value = v
  2404.         x.Name = i
  2405.     end
  2406. end
  2407.  
  2408. if status.Heat.Value == 100 then
  2409.     brawlerstyle.H_Distanced.Value = "H_GUltimateEssence"
  2410. else
  2411.     brawlerstyle.H_Distanced.Value = "H_Escape"
  2412. end
  2413.  
  2414. status.Heat.Changed:Connect(function()
  2415.     if status.Heat.Value == 100 then
  2416.         brawlerstyle.H_Distanced.Value = "H_GUltimateEssence"
  2417.     else
  2418.         brawlerstyle.H_Distanced.Value = "H_Escape"
  2419.     end
  2420. end)
  2421.  
  2422. local tweenserive = game:GetService('TweenService')
  2423.  
  2424. local ti = TweenInfo.new(0.9, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  2425. local ti2 = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  2426.  
  2427. local color = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
  2428.  
  2429. local ctween = tweenserive:Create(color, ti, {Saturation = -2, Brightness = -0.1})
  2430. local ctween2 = tweenserive:Create(color, ti2, {Saturation = -2, Brightness = -0.1})
  2431. local dashcooldown = false
  2432.  
  2433. game.UserInputService.InputBegan:Connect(function(key)
  2434.     if game.UserInputService:GetFocusedTextBox() == nil then
  2435.         if key.KeyCode == Enum.KeyCode.L then
  2436.             --local id = "rbxassetid://12022473514"
  2437.             --local anim = Instance.new("Animation")
  2438.             --anim.AnimationId = id
  2439.  
  2440.             --game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  2441.  
  2442.             --task.wait(0.5)
  2443.             --anim:Destroy()
  2444.         elseif key.KeyCode == Enum.KeyCode.Z then
  2445.             if not dashcooldown then
  2446.                 --playvoiceline("Taunt")
  2447.  
  2448.                 local lookvector = workspace.CurrentCamera.CFrame.LookVector * Vector3.new(1, 0, 1)
  2449.                 local root = game.Players.LocalPlayer.Character.PrimaryPart
  2450.                 local lock = game.Players.LocalPlayer.Character.LockedOn.Value
  2451.                 if lock and lock:IsDescendantOf(workspace) and lock.Parent.Health.Value > 0 then
  2452.                     local id = "rbxassetid://10928237540"
  2453.                     local anim = Instance.new("Animation")
  2454.                     anim.AnimationId = id
  2455.  
  2456.                     local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  2457.                     v:Play()
  2458.  
  2459.                     if IsInHeatMode() then
  2460.                         v:AdjustSpeed(8)
  2461.                         ctween2:Play()
  2462.                     else
  2463.                         ctween:Play()
  2464.                     end
  2465.  
  2466.                     dashcooldown = true
  2467.  
  2468.                     root.Anchored = true
  2469.  
  2470.                     playsound(2102274452)
  2471.                     if IsInHeatMode() then
  2472.                         task.wait(0.07)
  2473.                     else
  2474.                         add_forcefield(1.8)
  2475.                         task.wait(0.9)
  2476.                     end
  2477.  
  2478.                     root.Anchored = false
  2479.                     root.CFrame = CFrame.new(lock.Position - (lock.CFrame.LookVector * Vector3.new(1, 0, 1).Unit * 3), lock.Position)
  2480.  
  2481.                     play_ingamesound("Teleport")
  2482.  
  2483.                     if IsInHeatMode() then
  2484.                         task.wait(0.8)
  2485.                     else
  2486.                         task.wait(3)
  2487.                     end
  2488.  
  2489.  
  2490.                     dashcooldown = false
  2491.                     playticksound()
  2492.                     return
  2493.                 end
  2494.                
  2495.                 dashcooldown = true
  2496.  
  2497.                 local id = "rbxassetid://10928237540"
  2498.                 local anim = Instance.new("Animation")
  2499.                 anim.AnimationId = id
  2500.  
  2501.                 local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  2502.                 v:Play()
  2503.  
  2504.                 root.Anchored = true
  2505.                 ctween:Play()
  2506.                 task.wait(0.9)
  2507.  
  2508.                 play_ingamesound("Teleport")
  2509.                 root.Anchored = false
  2510.                 root.CFrame = CFrame.new(root.Position, root.Position + lookvector)
  2511.  
  2512.                 --local rp = RaycastParams.new()
  2513.                 --rp.FilterDescendantsInstances = {root.Parent}
  2514.                 --rp.FilterType = Enum.RaycastFilterType.Blacklist
  2515.                 --rp.IgnoreWater = true
  2516.  
  2517.                 --local ray = workspace:Raycast(root.Position, lookvector * 50, rp)
  2518.  
  2519.                 --local cf
  2520.                 --if ray then
  2521.                 --  cf = CFrame.new(ray.Position - lookvector * 6, ray.Position + lookvector)
  2522.                 --else
  2523.                 --  cf = root.CFrame + lookvector * 50
  2524.                 --end
  2525.  
  2526.                 --local ti = TweenInfo.new(v.Length*0.5, Enum.EasingStyle.Linear)
  2527.                 --local t = tweenserive:Create(root, ti, {CFrame = cf})
  2528.                 --t:Play()
  2529.                 --t.Completed:Once(function()
  2530.                 --  root.Anchored = false
  2531.                 --  v:Stop()
  2532.                 --end)
  2533.  
  2534.  
  2535.                 local bodyvel = Instance.new("BodyVelocity", root)
  2536.                 bodyvel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2537.                 bodyvel.Velocity = lookvector * 90
  2538.                 local hitbox = Instance.new("Part", bodyvel)
  2539.                 hitbox.CanCollide = false
  2540.                 hitbox.CanQuery = false
  2541.                 hitbox.Transparency = 1
  2542.                 hitbox.Size = Vector3.new(1, 1, 5)
  2543.                 local w = Instance.new("Weld", hitbox)
  2544.                 w.Part0 = hitbox
  2545.                 w.Part1 = root
  2546.  
  2547.                 local b2 = game:GetService("RunService").Heartbeat:Connect(function(d)
  2548.                     root.CFrame += (bodyvel.Velocity * d) * 4
  2549.                 end)
  2550.  
  2551.                 local b = hitbox.Touched:Connect(function(part)
  2552.                     if part.CanCollide then
  2553.                         local vel = -bodyvel.Velocity
  2554.  
  2555.                         bodyvel:Destroy()
  2556.                         v:Stop()
  2557.  
  2558.                         --local id = "rbxassetid://"..getrandom_array(hurtanims)
  2559.                         --local anim = Instance.new("Animation")
  2560.                         --anim.AnimationId = id
  2561.                         --local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  2562.  
  2563.                         --v:Play()
  2564.  
  2565.                         --local b = game:GetService("RunService").Heartbeat:Connect(function(d)
  2566.                         --  root.CFrame += (vel * d) * 0.5
  2567.                         --end)
  2568.  
  2569.                         --v.Ended:Once(function()
  2570.                         --  b:Disconnect()
  2571.                         --  v:Destroy()
  2572.                         --end)
  2573.                     end
  2574.                 end)
  2575.  
  2576.                 bodyvel.Destroying:Once(function()
  2577.                     b:Disconnect()
  2578.                     b2:Disconnect()
  2579.                     hitbox:Destroy()
  2580.                 end)
  2581.  
  2582.                 v.Ended:wait()
  2583.  
  2584.                 if bodyvel then
  2585.                     bodyvel:Destroy()
  2586.                 end
  2587.  
  2588.                 task.wait(2)
  2589.  
  2590.                 playticksound()
  2591.  
  2592.                 dashcooldown = false
  2593.             end
  2594.         end
  2595.     end
  2596. end)
  2597.  
  2598. interf.Client.Disabled = true
  2599. task.wait()
  2600. interf.Client.Disabled = false
  2601.  
  2602. main.Heat.Fill.ImageColor3 = Color3.fromRGB(3, 177, 252)
  2603. main.Heat.Fill2.ImageColor3 = Color3.fromRGB(3, 103, 252)
  2604. main.Heat.ClimaxFill.ImageColor3 = Color3.fromRGB(180, 58, 174)
  2605. main.Heat.ClimaxFill2.ImageColor3 = Color3.fromRGB(255, 14, 199)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement