Dsaqwed123

NOOB X POT STYLE V2

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