Dsaqwed123

NOOB X POT STYLE

May 7th, 2024
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LScript 76.62 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_FallenProne'
  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_FaceTwist'
  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_SpinCounterFront'
  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 = 'ShuckyDrop'
  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 = 'B2Strike3'
  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. function UseHeatAction(HeatAction, Style, Bots)
  643.     -- Script generated by SimpleSpy - credits to exx#9394
  644.  
  645.     local args = {
  646.         [1] = {
  647.             [1] = "heatmove",
  648.             [2] = game:GetService("ReplicatedStorage").Moves[HeatAction],
  649.             [3] = {
  650.  
  651.             },
  652.             [4] = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame,
  653.             [5] = Style
  654.         }
  655.     }
  656.  
  657.     for i,v in pairs(Bots) do
  658.         table.insert(args[1][3], {
  659.             [1] = v,
  660.             [2] = 10.49982091806829,
  661.             [3] = false,
  662.             [4] = Vector3.new(0.854888916015625, -0.499908447265625, -3.08367919921875)
  663.         })
  664.     end
  665.  
  666.     game:GetService("ReplicatedStorage").Events.ME:FireServer(unpack(args))
  667. end
  668.  
  669. local styles = game.ReplicatedStorage.Styles
  670. local plr = game.Players.LocalPlayer
  671. local status = plr.Status
  672.  
  673. plr.Character.DescendantAdded:Connect(function(v)
  674.     --print(v)
  675.     if v.Name == "Throwing" then
  676.         local HeatedBy = v.Parent:WaitForChild('HeatedBy')
  677.         v.Changed:Wait()
  678.         task.wait(0.25)
  679.         UseHeatAction("T_GrabExpire", "Brawler", {HeatedBy.Value.HumanoidRootPart})
  680.     end
  681. end)
  682.  
  683. function isInBattle()
  684.     return (plr:FindFirstChild("InBattle") and true or false)
  685. end
  686.  
  687. function isDungeon()
  688.     return game.ReplicatedStorage.Dungeon.Value
  689. end
  690.  
  691. function doingHact()
  692.     return (plr.Character:FindFirstChild("Heated") and true or false)
  693. end
  694.  
  695. function showMaxHeatEffect()
  696.     return (isInBattle() and not doingHact() and plr.Status.Heat.Value >= 100) and true or false
  697. end
  698.  
  699. function hasWeaponInHand()
  700.     return (plr.Character:FindFirstChild("Holding") and true or false)
  701. end
  702.  
  703. local function change_color()
  704.     if status.Style.Value == "Brawler" then
  705.         local DragonSequence = ColorSequence.new{ColorSequenceKeypoint.new(0, styles.Brawler.Color.Value), ColorSequenceKeypoint.new(1, styles.Brawler.Color.Value)}
  706.         local char = plr.Character
  707.         char.HumanoidRootPart.Fire_Main.Color = DragonSequence
  708.         char.HumanoidRootPart.Fire_Secondary.Color = DragonSequence
  709.         char.HumanoidRootPart.Fire_Main.Rate = status.Heat.Value >= 100 and 115 or status.Heat.Value >= 75 and 85 or 80
  710.         char.HumanoidRootPart.Fire_Secondary.Rate = status.Heat.Value >= 100 and 90 or status.Heat.Value >= 75 and 80 or 70
  711.         char.HumanoidRootPart.Lines1.Color = DragonSequence
  712.         char.HumanoidRootPart.Lines1.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  713.         char.HumanoidRootPart.Lines2.Color = DragonSequence
  714.         char.HumanoidRootPart.Lines2.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  715.         char.HumanoidRootPart.Sparks.Color = DragonSequence
  716.         if not char.HumanoidRootPart.TimeFor.Enabled then
  717.             char.HumanoidRootPart.TimeFor.Color = DragonSequence
  718.         end
  719.  
  720.         char.UpperTorso["r2f_aura_burst"].Lines1.Color = DragonSequence
  721.         char.UpperTorso["r2f_aura_burst"].Lines2.Color = DragonSequence
  722.         char.UpperTorso["r2f_aura_burst"].Flare.Color = DragonSequence
  723.         char.UpperTorso["r2f_aura_burst"].Lines1.Enabled = showMaxHeatEffect()
  724.         char.UpperTorso["r2f_aura_burst"].Flare.Enabled = showMaxHeatEffect()
  725.         char.UpperTorso["r2f_aura_burst"].Smoke.Color = DragonSequence
  726.         char.UpperTorso.Evading.Color = DragonSequence
  727.     end
  728. end
  729.  
  730. local function FillHeat()
  731.     local Event = game:GetService("ReplicatedStorage").Events.ME
  732.  
  733.     for i=1,6 do
  734.         local A_1 =  {
  735.             [1] = "heat",
  736.             [2] = game:GetService("ReplicatedStorage").Moves.Taunt
  737.         }
  738.         Event:FireServer(A_1)
  739.     end
  740. end
  741.  
  742. game:GetService("RunService").RenderStepped:Connect(change_color)
  743.  
  744. -- plr.Character.ChildAdded:Connect(function(v)
  745. --  if v.Name == 'Grabbing' then
  746. --      while v.Parent == plr.Character do
  747. --          if status.Heat.Value ~= 100 then
  748. --              FillHeat()
  749. --          end
  750. --          task.wait(0.1)
  751. --      end
  752. --  end
  753. -- end)
  754.  
  755. local ts = game:GetService("TweenService")
  756. local ti = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  757.  
  758. local function remove_brighness(color)
  759.     local h,s,v = color:ToHSV()
  760.     return Color3.fromHSV(h, s, 1)
  761. end
  762.  
  763. game.Players.LocalPlayer.Character.DescendantAdded:Connect(function(v)
  764.     if v.ClassName:find("Trail") then
  765.         local highlight = Instance.new("Highlight", game.Players.LocalPlayer.Character.RightHand)
  766.         local fadeout = ts:Create(highlight, ti, {FillTransparency = 1})
  767.  
  768.         local style = game.Players.LocalPlayer.Status.Style.Value
  769.         local style_obj = game.ReplicatedStorage.Styles:FindFirstChild(style)
  770.         local color = style_obj.Color
  771.  
  772.         highlight.FillColor = color.Value
  773.  
  774.         highlight.Adornee = v.Parent
  775.         highlight.OutlineTransparency = 1
  776.         highlight.FillTransparency = 1
  777.  
  778.         ts:Create(highlight, ti, {FillTransparency = 0.2}):Play()
  779.  
  780.  
  781.         fadeout.Completed:Once(function()
  782.             highlight:Destroy()
  783.         end)
  784.  
  785.         v.Destroying:Once(function()
  786.             fadeout:Play()
  787.         end)
  788.     end
  789. end)
  790.  
  791. -- tp
  792.  
  793. local function add_forcefield(duration)
  794.     local p = game.Players.LocalPlayer
  795.     local Status = p.Status
  796.  
  797.     local invun = game.ReplicatedStorage.Invulnerable:Clone()
  798.     invun.Parent = Status
  799.  
  800.     if duration then
  801.         spawn(function()
  802.             task.wait(duration)
  803.             invun:Destroy()
  804.         end)
  805.     end
  806.  
  807.     return invun
  808. end
  809.  
  810. local ti = TweenInfo.new(0.9, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  811. local ti2 = TweenInfo.new(0.1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  812.  
  813. local color = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
  814.  
  815. local ctween = ts:Create(color, ti, {Saturation = -2, Brightness = -0.1})
  816. local ctween2 = ts:Create(color, ti2, {Saturation = -2, Brightness = -0.1})
  817. local dashcooldown = false
  818.  
  819. local function playsound(id)
  820.     local sfx = Instance.new("Sound", workspace)
  821.     sfx.SoundId = "rbxassetid://"..tostring(id)
  822.  
  823.     game:GetService("SoundService"):PlayLocalSound(sfx)
  824.  
  825.     spawn(function()
  826.         task.wait(sfx.TimeLength)
  827.         sfx:Destroy()
  828.     end)
  829. end
  830.  
  831. function playticksound()
  832.     local sfx = Instance.new("Sound", workspace)
  833.     sfx.SoundId = "rbxassetid://4843088994"
  834.  
  835.     game:GetService("SoundService"):PlayLocalSound(sfx)
  836.  
  837.     spawn(function()
  838.         task.wait(2)
  839.         sfx:Destroy()
  840.     end)
  841. end
  842.  
  843.  
  844. local function play_ingamesound(sfxname)
  845.     local v = game.ReplicatedStorage.Sounds:FindFirstChild(sfxname)
  846.     local sfx = Instance.new("Sound", nil)
  847.     local id = v.Value
  848.  
  849.     sfx.SoundId = id
  850.  
  851.     for i,v in pairs(v:GetChildren()) do
  852.         sfx[v.Name] = v.Value
  853.     end
  854.  
  855.     game.SoundService:PlayLocalSound(sfx)
  856.     task.delay(15, function()
  857.         sfx:Destroy()
  858.     end)
  859. end
  860.  
  861. game.UserInputService.InputBegan:Connect(function(key)
  862.     if game.UserInputService:GetFocusedTextBox() == nil then
  863.         if key.KeyCode == Enum.KeyCode.L then
  864.             --local id = "rbxassetid://12022473514"
  865.             --local anim = Instance.new("Animation")
  866.             --anim.AnimationId = id
  867.  
  868.             --game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  869.  
  870.             --task.wait(5)
  871.             --anim:Destroy()
  872.         elseif key.KeyCode == Enum.KeyCode.Z then
  873.             if not dashcooldown then
  874.                 --playvoiceline("Taunt")
  875.  
  876.                 local lookvector = workspace.CurrentCamera.CFrame.LookVector * Vector3.new(1, 0, 1)
  877.                 local root = game.Players.LocalPlayer.Character.PrimaryPart
  878.                 local lock = game.Players.LocalPlayer.Character.LockedOn.Value
  879.                 if lock and lock:IsDescendantOf(workspace) and lock.Parent.Health.Value > 0 then
  880.                     local id = "rbxassetid://10928237540"
  881.                     local anim = Instance.new("Animation")
  882.                     anim.AnimationId = id
  883.  
  884.                     local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  885.                     v:Play()
  886.  
  887.                     v:AdjustSpeed(8)
  888.                     ctween2:Play()
  889.  
  890.                     dashcooldown = true
  891.  
  892.                     root.Anchored = true
  893.  
  894.                     playsound(2102274452)
  895.                     add_forcefield(0.32)
  896.  
  897.                     root.Anchored = false
  898.                     root.CFrame = CFrame.new(lock.Position - (lock.CFrame.LookVector * Vector3.new(1, 0, 1).Unit * 3), lock.Position)
  899.  
  900.                     play_ingamesound("Teleport")
  901.  
  902.                     task.wait(0.6)
  903.  
  904.                     dashcooldown = false
  905.                     playticksound()
  906.                     return
  907.                 end
  908.                 dashcooldown = true
  909.  
  910.                 local id = "rbxassetid://10928237540"
  911.                 local anim = Instance.new("Animation")
  912.                 anim.AnimationId = id
  913.  
  914.                 local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  915.                 v:Play()
  916.  
  917.                 root.Anchored = true
  918.                 ctween:Play()
  919.                 task.wait(0.3)
  920.                 playsound(2102274452)
  921.                 task.wait(0.4)
  922.  
  923.                 play_ingamesound("Teleport")
  924.                 root.Anchored = false
  925.                 root.CFrame = CFrame.new(root.Position, root.Position + lookvector)
  926.  
  927.                 --local rp = RaycastParams.new()
  928.                 --rp.FilterDescendantsInstances = {root.Parent}
  929.                 --rp.FilterType = Enum.RaycastFilterType.Blacklist
  930.                 --rp.IgnoreWater = true
  931.  
  932.                 --local ray = workspace:Raycast(root.Position, lookvector * 50, rp)
  933.  
  934.                 --local cf
  935.                 --if ray then
  936.                 --  cf = CFrame.new(ray.Position - lookvector * 6, ray.Position + lookvector)
  937.                 --else
  938.                 --  cf = root.CFrame + lookvector * 50
  939.                 --end
  940.  
  941.                 --local ti = TweenInfo.new(v.Length*0.5, Enum.EasingStyle.Linear)
  942.                 --local t = tweenserive:Create(root, ti, {CFrame = cf})
  943.                 --t:Play()
  944.                 --t.Completed:Once(function()
  945.                 --  root.Anchored = false
  946.                 --  v:Stop()
  947.                 --end)
  948.  
  949.  
  950.                 local bodyvel = Instance.new("BodyVelocity", root)
  951.                 bodyvel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  952.                 bodyvel.Velocity = lookvector * 90
  953.                 local hitbox = Instance.new("Part", bodyvel)
  954.                 hitbox.CanCollide = false
  955.                 hitbox.CanQuery = false
  956.                 hitbox.Transparency = 1
  957.                 hitbox.Size = Vector3.new(1, 1, 5)
  958.                 local w = Instance.new("Weld", hitbox)
  959.                 w.Part0 = hitbox
  960.                 w.Part1 = root
  961.  
  962.                 local b2 = game:GetService("RunService").Heartbeat:Connect(function(d)
  963.                     root.CFrame = root.CFrame + (bodyvel.Velocity*d)*4
  964.                 end)
  965.  
  966.                 local b = hitbox.Touched:Connect(function(part)
  967.                     if part.CanCollide then
  968.                         local vel = -bodyvel.Velocity
  969.  
  970.                         bodyvel:Destroy()
  971.                         v:Stop()
  972.  
  973.                         --local id = "rbxassetid://"..getrandom_array(hurtanims)
  974.                         --local anim = Instance.new("Animation")
  975.                         --anim.AnimationId = id
  976.                         --local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  977.  
  978.                         --v:Play()
  979.  
  980.                         --local b = game:GetService("RunService").Heartbeat:Connect(function(d)
  981.                         --  root.CFrame += (vel * d) * 0.5
  982.                         --end)
  983.  
  984.                         --v.Ended:Once(function()
  985.                         --  b:Disconnect()
  986.                         --  v:Destroy()
  987.                         --end)
  988.                     end
  989.                 end)
  990.  
  991.                 bodyvel.Destroying:Once(function()
  992.                     b:Disconnect()
  993.                     b2:Disconnect()
  994.                     hitbox:Destroy()
  995.                 end)
  996.  
  997.                 v.Ended:wait()
  998.  
  999.                 if bodyvel then
  1000.                     bodyvel:Destroy()
  1001.                 end
  1002.  
  1003.                 task.wait(2)
  1004.  
  1005.                 playticksound()
  1006.  
  1007.                 dashcooldown = false
  1008.             end
  1009.         end
  1010.     end
  1011. end)
  1012.  
  1013. -- Wall bang
  1014.  
  1015. local uis = game:GetService("UserInputService")
  1016. local chr = game.Players.LocalPlayer.Character
  1017. local hum = chr:WaitForChild("Humanoid")
  1018. local root = chr:WaitForChild("HumanoidRootPart")
  1019.  
  1020. root.Velocity = root.Velocity + Vector3.new(0, 0, 60)
  1021.  
  1022. local ts = game:GetService("TweenService")
  1023. local fastti = TweenInfo.new(0.1)
  1024. local ti = TweenInfo.new(0.3)
  1025.  
  1026. local rp = RaycastParams.new()
  1027. rp.FilterDescendantsInstances = {workspace.Map}
  1028. rp.IgnoreWater = true
  1029. rp.FilterType = Enum.RaycastFilterType.Whitelist
  1030.  
  1031. local function grav_set(obj, gravity)
  1032.     local bodymover = Instance.new("BodyVelocity", obj)
  1033.     bodymover.MaxForce = Vector3.new(0, math.huge, 0)
  1034.     bodymover.Velocity = Vector3.new(0, -(gravity/60))
  1035. gravity = gravity + (result * 10000)
  1036.     task.spawn(function()
  1037.         local t = false
  1038.         obj.Destroying:Once(function()
  1039.             t = true   
  1040.         end)
  1041.         while not t do
  1042.             local result = task:wait()
  1043.             gravity = gravity + (result * 10000)
  1044.             bodymover.Velocity = Vector3.new(0, -(gravity/60))
  1045.         end
  1046.     end)
  1047.  
  1048.     return bodymover
  1049. end
  1050.  
  1051. local function spawn_phyiscs_part()
  1052.     local part = Instance.new("Part")
  1053.     part.CanCollide = false
  1054.     part.Transparency = 1
  1055.  
  1056.     task.delay(0.3, function()
  1057.         part.Touched:Connect(function(v)
  1058.             if v:IsDescendantOf(workspace.Map) then
  1059.                 part:Destroy()
  1060.             end
  1061.         end)
  1062.     end)
  1063.  
  1064.     local x= grav_set(part, 150)
  1065.     x.Velocity = Vector3.new(part.Velocity.X, x.Velocity.Y, part.Velocity.Z)
  1066.  
  1067.     return part
  1068. end
  1069.  
  1070. local Rep = game:GetService("ReplicatedStorage")
  1071. local brawler = Rep.Styles.Brawler
  1072. local tigerdrop_move = brawler.Strike1
  1073. local move = tigerdrop_move.Value
  1074. local move2 = "龍TigerDrop"
  1075.  
  1076. uis.InputBegan:Connect(function(x)
  1077.     if x.KeyCode == Enum.KeyCode.X then
  1078.         if hum.MoveDirection.Magnitude ~= 0 then
  1079.             local dir = hum.MoveDirection
  1080.  
  1081.             local ray = workspace:Raycast(root.Position, dir * 4, rp)
  1082.  
  1083.             if ray then
  1084.                 root.Anchored = true
  1085.                 ts:Create(root, ti, {CFrame = root.CFrame + Vector3.new(0, 9, 0)}):Play()
  1086.                 local cam = workspace.CurrentCamera
  1087.                 local old =     cam.CameraType
  1088.  
  1089.                 local Anim = hum:LoadAnimation(Rep.Moves.H_Whirl.Anim)
  1090.                 Anim.Priority = Enum.AnimationPriority.Action4
  1091.                 Anim:Play()
  1092.                 Anim:AdjustSpeed(1.4)
  1093.  
  1094.                 cam.CameraType = Enum.CameraType.Watch
  1095.                 task.wait(0.1)
  1096.                 playsound(9116729819)
  1097.                 task.wait(0.2)
  1098.  
  1099.    
  1100.                 tigerdrop_move.Value = move2
  1101.  
  1102.                 --root.Anchored = false
  1103.                 --root.Velocity -= dir * 60
  1104.                 root.CFrame = CFrame.new(root.CFrame.p, root.CFrame.p - dir)
  1105.                 local p = spawn_phyiscs_part()
  1106.                 p.CFrame = root.CFrame
  1107.                 p.Size = root.Size
  1108.                 p.Velocity = -dir * 15
  1109.                 p.Parent = workspace
  1110.  
  1111.                 while p.Parent == workspace do
  1112.                     root.CFrame = p.CFrame
  1113.                     task.wait()
  1114.                 end
  1115.  
  1116.                 cam.CameraType = old
  1117.                 root.Anchored = false
  1118.  
  1119.                 task.wait(0.5)
  1120.                 tigerdrop_move.Value = move
  1121.             end
  1122.         end
  1123.     end
  1124. end)
  1125.  
  1126. local Player = game.Players.LocalPlayer
  1127. local Rep = game.ReplicatedStorage
  1128. local Char = Player.Character
  1129. local Main = Player.PlayerGui.Interface.Battle.Main
  1130. local SoundEvent = Rep.ScriptEvents.rplaysound
  1131.  
  1132. local function Playsound(Name)
  1133.     SoundEvent:Fire(Name)
  1134. end
  1135.  
  1136.  
  1137. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1138.     if Main.HeatMove.TextLabel.Text == "Ultimate Essence" then
  1139.         if status.Heat.Value ~= 100 then
  1140.             local moveNameValue = Rep.Moves.H_UltimateEssence.MoveName.Value
  1141.             Main.HeatMove.TextLabel.Text = moveNameValue
  1142.             local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_Whirl.Anim)
  1143.             Anim.Priority = Enum.AnimationPriority.Action4
  1144.             Anim:Play()
  1145.             Anim:AdjustSpeed(0.75)
  1146.             task.wait(1)
  1147.             Playsound("TigerDrop")
  1148.             Playsound("TigerDrop")
  1149.             Playsound("TigerDrop")
  1150.             Playsound("TigerDrop")
  1151.             Playsound("TigerDrop")
  1152.             Playsound("TigerDrop")
  1153.             Playsound("TigerDrop")
  1154.             Playsound("TigerDrop")
  1155.             Playsound("TigerDrop")
  1156.             Playsound("Impact4")
  1157.             Playsound("Impact4")
  1158.             Playsound("Impact4")
  1159.             Playsound("Impact4")
  1160.             Playsound("Impact4")
  1161.             Playsound("Impact4")
  1162.             Playsound("Impact4")
  1163.             Playsound("Impact4")
  1164.             wait(0.2)
  1165.             Anim:Stop()
  1166.             Anim:Destroy()
  1167.         else
  1168.             local moveNameValue = Rep.Moves.H_UltimateEssence.MoveName.Value
  1169.             Main.HeatMove.TextLabel.Text = moveNameValue
  1170.             local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_UltimateEssence.Anim)
  1171.             Anim.Priority = Enum.AnimationPriority.Action4
  1172.             Anim:AdjustSpeed(0.9)
  1173.             Anim:Play()
  1174.             Playsound("Ignite")
  1175.             Playsound("Ignite")
  1176.             Playsound("Ignite")
  1177.             Playsound("Ignite")
  1178.             Playsound("Ignite")
  1179.             task.wait(1)
  1180.             Playsound("MassiveSlap")
  1181.             Playsound("MassiveSlap")
  1182.             Playsound("MassiveSlap")
  1183.             Playsound("MassiveSlap")
  1184.             Playsound("MassiveSlap")
  1185.             Playsound("MassiveSlap")
  1186.             Playsound("MassiveSlap")
  1187.             Playsound("MassiveSlap")
  1188.             wait(0.2)
  1189.             Anim:Destroy()
  1190.         end
  1191.     end
  1192. end)
  1193.  
  1194. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1195.     if Main.HeatMove.TextLabel.Text == "Essence of Escape" then
  1196.         task.wait(0.7)
  1197.         Playsound("MassiveSlap")
  1198.         Playsound("MassiveSlap")
  1199.         Playsound("MassiveSlap")
  1200.     end
  1201. end)
  1202.  
  1203. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1204.     if Main.HeatMove.TextLabel.Text == "Essence of Wreckage" then
  1205.         task.wait(0.8)
  1206.         Playsound("TigerDrop")
  1207.         Playsound("TigerDrop")
  1208.         Playsound("TigerDrop")
  1209.         task.wait(0.6)
  1210.         Playsound("TigerDrop")
  1211.         Playsound("TigerDrop")
  1212.         Playsound("TigerDrop")
  1213.         task.wait(0.9)
  1214.         Playsound("TigerDrop")
  1215.         Playsound("TigerDrop")
  1216.         Playsound("TigerDrop")
  1217.     end
  1218. end)
  1219.  
  1220. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1221.     if Main.HeatMove.TextLabel.Text == "Essence of Torment" then
  1222.         task.wait(0.7)
  1223.         Playsound("TigerDrop")
  1224.         Playsound("TigerDrop")
  1225.         Playsound("TigerDrop")
  1226.         task.wait(0.8)
  1227.         Playsound("TigerDrop")
  1228.         Playsound("TigerDrop")
  1229.         Playsound("TigerDrop")
  1230.         task.wait(0.9)
  1231.         Playsound("TigerDrop")
  1232.         Playsound("TigerDrop")
  1233.         Playsound("TigerDrop")
  1234.     end
  1235. end)
  1236.  
  1237. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1238.     if Main.HeatMove.TextLabel.Text == "Essence of Double Head Crush" then
  1239.         task.wait(0.5)
  1240.         Playsound("MassiveSlap")
  1241.         Playsound("MassiveSlap")
  1242.         Playsound("MassiveSlap")
  1243.     end
  1244. end)
  1245.  
  1246. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1247.     if Main.HeatMove.TextLabel.Text == "Komaki Fist Reversal [Front]" then
  1248.         task.wait(1.3)
  1249.         Playsound("Slap")
  1250.         Playsound("Slap")
  1251.         Playsound("Slap")
  1252.         Playsound("Slap")
  1253.         Playsound("Slap")
  1254.         task.wait(0.6)
  1255.         Playsound("MassiveSlap")
  1256.         Playsound("MassiveSlap")
  1257.         Playsound("MassiveSlap")
  1258.     end
  1259. end)
  1260.  
  1261. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1262.     if Main.HeatMove.TextLabel.Text == "Komaki Fist Reversal [Right]" then
  1263.         task.wait(0.12)
  1264.         Playsound("Slap")
  1265.         Playsound("Slap")
  1266.         Playsound("Slap")
  1267.         Playsound("Slap")
  1268.         Playsound("Slap")
  1269.         task.wait(0.38)
  1270.         Playsound("MassiveSlap")
  1271.         Playsound("MassiveSlap")
  1272.         Playsound("MassiveSlap")
  1273.     end
  1274. end)
  1275.  
  1276. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1277.     if Main.HeatMove.TextLabel.Text == "Komaki Fist Reversal [Back]" then
  1278.         task.wait(0.3)
  1279.         Playsound("MassiveSlap")
  1280.         Playsound("MassiveSlap")
  1281.         Playsound("MassiveSlap")
  1282.         Playsound("MassiveSlap")
  1283.         Playsound("MassiveSlap")
  1284.     end
  1285. end)
  1286.  
  1287. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1288.     if Main.HeatMove.TextLabel.Text == "Komaki Fist Reversal [Left]" then
  1289.         task.wait(0.6)
  1290.         Playsound("MassiveSlap")
  1291.         Playsound("MassiveSlap")
  1292.         Playsound("MassiveSlap")
  1293.         Playsound("MassiveSlap")
  1294.         Playsound("MassiveSlap")
  1295.     end
  1296. end)
  1297.  
  1298. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1299.     if Main.HeatMove.TextLabel.Text == "Essence of Wall Crush" then
  1300.         wait(0.2)
  1301.         Playsound("TigerDrop")
  1302.         Playsound("TigerDrop")
  1303.         wait(0.7)
  1304.         Playsound("TigerDrop")
  1305.         Playsound("TigerDrop")
  1306.         Playsound("TigerDrop")
  1307.         wait(0.4)
  1308.         Playsound("TigerDrop")
  1309.         Playsound("TigerDrop")
  1310.         Playsound("TigerDrop")
  1311.         wait(0.6)
  1312.         Playsound("TigerDrop")
  1313.         Playsound("TigerDrop")
  1314.         Playsound("TigerDrop")
  1315.         wait(0.6)
  1316.         Playsound("TigerDrop")
  1317.         Playsound("TigerDrop")
  1318.         Playsound("TigerDrop")
  1319.    
  1320.     end
  1321. end)
  1322.  
  1323. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1324.     if Main.HeatMove.TextLabel.Text == "Essence of Fisticuffs" then
  1325.         wait(0.5)
  1326.         Playsound("TigerDrop")
  1327.         Playsound("TigerDrop")
  1328.         Playsound("TigerDrop")
  1329.         wait(0.5)
  1330.         Playsound("TigerDrop")
  1331.         Playsound("TigerDrop")
  1332.         Playsound("TigerDrop")
  1333.         wait(0.9)
  1334.         Playsound("TigerDrop")
  1335.         Playsound("TigerDrop")
  1336.         Playsound("TigerDrop")
  1337.     end
  1338. end)
  1339.  
  1340. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1341.     if Main.HeatMove.TextLabel.Text == "Guru Spin Counter [Front]" then
  1342.         task.wait(1.3)
  1343.         Playsound("Slap")
  1344.         Playsound("Slap")
  1345.         Playsound("Slap")
  1346.         Playsound("Slap")
  1347.         Playsound("Slap")
  1348.         task.wait(0.6)
  1349.         Playsound("MassiveSlap")
  1350.         Playsound("MassiveSlap")
  1351.         Playsound("MassiveSlap")
  1352.     end
  1353. end)
  1354.  
  1355. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1356.     if Main.HeatMove.TextLabel.Text == "Essence of Finishing: Prone" then
  1357.         Main.HeatMove.TextLabel.Text = Rep.Moves.H_FallenProne.MoveName.Value
  1358.         local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_FallenStomp.Anim)
  1359.         Anim.Priority = Enum.AnimationPriority.Action4
  1360.         Anim:AdjustSpeed(0.9)
  1361.         Anim:Play()
  1362.         wait(1)
  1363.         Anim:Destroy()
  1364.     end
  1365. end)
  1366.  
  1367. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1368.     if status.Style.Value == "Brawler" then
  1369.         if Main.HeatMove.TextLabel.Text == "Essence of Fast Footwork [Front]" then
  1370.             Main.HeatMove.TextLabel.Text = Rep.Moves.H_FastFootworkFront.MoveName.Value
  1371.             local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_ShotStopperSMG.Anim)
  1372.             Anim.Priority = Enum.AnimationPriority.Action4
  1373.             Anim:Play()
  1374.             Anim:AdjustSpeed(0.9)
  1375.             wait(1)
  1376.             Anim:Destroy()
  1377.         end
  1378.     end
  1379. end)
  1380.  
  1381. -- Weapon rushs
  1382.  
  1383. if game.ReplicatedStorage.Styles:FindFirstChild("Pistol") then
  1384. v = game.ReplicatedStorage.Styles["Pistol"]
  1385. else
  1386. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1387. end
  1388. v.Name = "Pistol"
  1389. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("StanceIdle") then
  1390. v = game.ReplicatedStorage.Styles.Pistol["StanceIdle"]
  1391. else
  1392. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Pistol)
  1393. end
  1394.  
  1395. v.AnimationId = "rbxassetid://896000171"
  1396. v.Name = "StanceIdle"
  1397. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Rush1") then
  1398. v = game.ReplicatedStorage.Styles.Pistol["Rush1"]
  1399. else
  1400. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1401. end
  1402. v.Value = 'MAttack1'
  1403. v.Name = "Rush1"
  1404. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Rush2") then
  1405. v = game.ReplicatedStorage.Styles.Pistol["Rush2"]
  1406. else
  1407. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1408. end
  1409. v.Value = 'BAttack2'
  1410. v.Name = "Rush2"
  1411. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Speed") then
  1412. v = game.ReplicatedStorage.Styles.Pistol["Speed"]
  1413. else
  1414. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Pistol)
  1415. end
  1416. v.Value = 1
  1417. v.Name = "Speed"
  1418. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Color") then
  1419. v = game.ReplicatedStorage.Styles.Pistol["Color"]
  1420. else
  1421. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Pistol)
  1422. end
  1423. v.Value = Color3.fromRGB(13.000000175088644,105.00000134110451,172.00000494718552)
  1424. v.Name = "Color"
  1425. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Rush3") then
  1426. v = game.ReplicatedStorage.Styles.Pistol["Rush3"]
  1427. else
  1428. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1429. end
  1430. v.Value = 'FStrike2'
  1431. v.Name = "Rush3"
  1432. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Strike1") then
  1433. v = game.ReplicatedStorage.Styles.Pistol["Strike1"]
  1434. else
  1435. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1436. end
  1437. v.Value = 'GPistolShoot'
  1438. v.Name = "Strike1"
  1439. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("Reload") then
  1440. v = game.ReplicatedStorage.Styles.Pistol["Reload"]
  1441. else
  1442. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Pistol)
  1443. end
  1444.  
  1445. v.AnimationId = "rbxassetid://895980987"
  1446. v.Name = "Reload"
  1447. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("H_FallenDown") then
  1448. v = game.ReplicatedStorage.Styles.Pistol["H_FallenDown"]
  1449. else
  1450. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1451. end
  1452. v.Value = 'H_FallenKick'
  1453. v.Name = "H_FallenDown"
  1454. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("H_Fallen") then
  1455. v = game.ReplicatedStorage.Styles.Pistol["H_Fallen"]
  1456. else
  1457. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1458. end
  1459. v.Value = 'H_FallenStomp'
  1460. v.Name = "H_Fallen"
  1461. if game.ReplicatedStorage.Styles.Pistol:FindFirstChild("H_Standing") then
  1462. v = game.ReplicatedStorage.Styles.Pistol["H_Standing"]
  1463. else
  1464. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Pistol)
  1465. end
  1466. v.Value = 'H_Pistol'
  1467. v.Name = "H_Standing"
  1468.  -- Pistol ^
  1469.  
  1470. if game.ReplicatedStorage.Styles:FindFirstChild("Revolver") then
  1471. v = game.ReplicatedStorage.Styles["Revolver"]
  1472. else
  1473. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1474. end
  1475. v.Name = "Revolver"
  1476. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("StanceIdle") then
  1477. v = game.ReplicatedStorage.Styles.Revolver["StanceIdle"]
  1478. else
  1479. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Revolver)
  1480. end
  1481.  
  1482. v.AnimationId = "rbxassetid://896000171"
  1483. v.Name = "StanceIdle"
  1484. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Rush1") then
  1485. v = game.ReplicatedStorage.Styles.Revolver["Rush1"]
  1486. else
  1487. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1488. end
  1489. v.Value = 'MAttack1'
  1490. v.Name = "Rush1"
  1491. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Rush2") then
  1492. v = game.ReplicatedStorage.Styles.Revolver["Rush2"]
  1493. else
  1494. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1495. end
  1496. v.Value = 'BAttack2'
  1497. v.Name = "Rush2"
  1498. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Speed") then
  1499. v = game.ReplicatedStorage.Styles.Revolver["Speed"]
  1500. else
  1501. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.Revolver)
  1502. end
  1503. v.Value = 1
  1504. v.Name = "Speed"
  1505. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Color") then
  1506. v = game.ReplicatedStorage.Styles.Revolver["Color"]
  1507. else
  1508. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.Revolver)
  1509. end
  1510. v.Value = Color3.fromRGB(13.000000175088644,105.00000134110451,172.00000494718552)
  1511. v.Name = "Color"
  1512. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Rush3") then
  1513. v = game.ReplicatedStorage.Styles.Revolver["Rush3"]
  1514. else
  1515. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1516. end
  1517. v.Value = 'FStrike2'
  1518. v.Name = "Rush3"
  1519. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Strike1") then
  1520. v = game.ReplicatedStorage.Styles.Revolver["Strike1"]
  1521. else
  1522. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1523. end
  1524. v.Value = 'GRevolverShoot'
  1525. v.Name = "Strike1"
  1526. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("Reload") then
  1527. v = game.ReplicatedStorage.Styles.Revolver["Reload"]
  1528. else
  1529. v = Instance.new("Animation", game.ReplicatedStorage.Styles.Revolver)
  1530. end
  1531.  
  1532. v.AnimationId = "rbxassetid://895980987"
  1533. v.Name = "Reload"
  1534. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("H_FallenDown") then
  1535. v = game.ReplicatedStorage.Styles.Revolver["H_FallenDown"]
  1536. else
  1537. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1538. end
  1539. v.Value = 'H_FallenKick'
  1540. v.Name = "H_FallenDown"
  1541. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("H_Fallen") then
  1542. v = game.ReplicatedStorage.Styles.Revolver["H_Fallen"]
  1543. else
  1544. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1545. end
  1546. v.Value = 'H_FallenStomp'
  1547. v.Name = "H_Fallen"
  1548. if game.ReplicatedStorage.Styles.Revolver:FindFirstChild("H_Standing") then
  1549. v = game.ReplicatedStorage.Styles.Revolver["H_Standing"]
  1550. else
  1551. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Revolver)
  1552. end
  1553. v.Value = 'H_Pistol'
  1554. v.Name = "H_Standing"
  1555.  
  1556.  -- Rev ^
  1557.  
  1558. if game.ReplicatedStorage.Styles:FindFirstChild("SMG") then
  1559. v = game.ReplicatedStorage.Styles["SMG"]
  1560. else
  1561. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1562. end
  1563. v.Name = "SMG"
  1564. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Rush1") then
  1565. v = game.ReplicatedStorage.Styles.SMG["Rush1"]
  1566. else
  1567. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1568. end
  1569. v.Value = 'MAttack1'
  1570. v.Name = "Rush1"
  1571. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Rush2") then
  1572. v = game.ReplicatedStorage.Styles.SMG["Rush2"]
  1573. else
  1574. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1575. end
  1576. v.Value = 'BAttack2'
  1577. v.Name = "Rush2"
  1578. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Speed") then
  1579. v = game.ReplicatedStorage.Styles.SMG["Speed"]
  1580. else
  1581. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.SMG)
  1582. end
  1583. v.Value = 1
  1584. v.Name = "Speed"
  1585. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Color") then
  1586. v = game.ReplicatedStorage.Styles.SMG["Color"]
  1587. else
  1588. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.SMG)
  1589. end
  1590. v.Value = Color3.fromRGB(13.000000175088644,105.00000134110451,172.00000494718552)
  1591. v.Name = "Color"
  1592. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Rush3") then
  1593. v = game.ReplicatedStorage.Styles.SMG["Rush3"]
  1594. else
  1595. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1596. end
  1597. v.Value = 'FStrike2'
  1598. v.Name = "Rush3"
  1599. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Strike1") then
  1600. v = game.ReplicatedStorage.Styles.SMG["Strike1"]
  1601. else
  1602. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1603. end
  1604. v.Value = 'GSMGShoot'
  1605. v.Name = "Strike1"
  1606. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("AutoStrike") then
  1607. v = game.ReplicatedStorage.Styles.SMG["AutoStrike"]
  1608. else
  1609. v = Instance.new("Folder", game.ReplicatedStorage.Styles.SMG)
  1610. end
  1611. v.Name = "AutoStrike"
  1612. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("StanceIdle") then
  1613. v = game.ReplicatedStorage.Styles.SMG["StanceIdle"]
  1614. else
  1615. v = Instance.new("Animation", game.ReplicatedStorage.Styles.SMG)
  1616. end
  1617.  
  1618. v.AnimationId = "rbxassetid://919464051"
  1619. v.Name = "StanceIdle"
  1620. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("Reload") then
  1621. v = game.ReplicatedStorage.Styles.SMG["Reload"]
  1622. else
  1623. v = Instance.new("Animation", game.ReplicatedStorage.Styles.SMG)
  1624. end
  1625.  
  1626. v.AnimationId = "rbxassetid://919458578"
  1627. v.Name = "Reload"
  1628. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("H_FallenDown") then
  1629. v = game.ReplicatedStorage.Styles.SMG["H_FallenDown"]
  1630. else
  1631. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1632. end
  1633. v.Value = 'H_FallenKick'
  1634. v.Name = "H_FallenDown"
  1635. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("H_Fallen") then
  1636. v = game.ReplicatedStorage.Styles.SMG["H_Fallen"]
  1637. else
  1638. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1639. end
  1640. v.Value = 'H_FallenStomp'
  1641. v.Name = "H_Fallen"
  1642. if game.ReplicatedStorage.Styles.SMG:FindFirstChild("H_Standing") then
  1643. v = game.ReplicatedStorage.Styles.SMG["H_Standing"]
  1644. else
  1645. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.SMG)
  1646. end
  1647. v.Value = 'H_SMG'
  1648. v.Name = "H_Standing"
  1649.  
  1650.  -- Smg ^
  1651.  
  1652. if game.ReplicatedStorage.Styles:FindFirstChild("OneHandedHolding") then
  1653. v = game.ReplicatedStorage.Styles["OneHandedHolding"]
  1654. else
  1655. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1656. end
  1657. v.Name = "OneHandedHolding"
  1658. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("Rush1") then
  1659. v = game.ReplicatedStorage.Styles.OneHandedHolding["Rush1"]
  1660. else
  1661. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1662. end
  1663. v.Value = 'MAttack1'
  1664. v.Name = "Rush1"
  1665. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("Rush2") then
  1666. v = game.ReplicatedStorage.Styles.OneHandedHolding["Rush2"]
  1667. else
  1668. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1669. end
  1670. v.Value = 'MAttack2'
  1671. v.Name = "Rush2"
  1672. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("Speed") then
  1673. v = game.ReplicatedStorage.Styles.OneHandedHolding["Speed"]
  1674. else
  1675. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1676. end
  1677. v.Value = 1
  1678. v.Name = "Speed"
  1679. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("Color") then
  1680. v = game.ReplicatedStorage.Styles.OneHandedHolding["Color"]
  1681. else
  1682. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.OneHandedHolding)
  1683. end
  1684. v.Value = Color3.fromRGB(13.000000175088644,105.00000134110451,172.00000494718552)
  1685. v.Name = "Color"
  1686. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("Rush3") then
  1687. v = game.ReplicatedStorage.Styles.OneHandedHolding["Rush3"]
  1688. else
  1689. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1690. end
  1691. v.Value = 'MAttack3'
  1692. v.Name = "Rush3"
  1693. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_Standing") then
  1694. v = game.ReplicatedStorage.Styles.OneHandedHolding["H_Standing"]
  1695. else
  1696. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1697. end
  1698. v.Value = 'H_Blunt'
  1699. v.Name = "H_Standing"
  1700. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("Strike1") then
  1701. v = game.ReplicatedStorage.Styles.OneHandedHolding["Strike1"]
  1702. else
  1703. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1704. end
  1705. v.Value = 'MStrike2'
  1706. v.Name = "Strike1"
  1707. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_FallenDown") then
  1708. v = game.ReplicatedStorage.Styles.OneHandedHolding["H_FallenDown"]
  1709. else
  1710. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1711. end
  1712. v.Value = 'H_FallenKick'
  1713. v.Name = "H_FallenDown"
  1714. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_Fallen") then
  1715. v = game.ReplicatedStorage.Styles.OneHandedHolding["H_Fallen"]
  1716. else
  1717. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1718. end
  1719. v.Value = 'H_FallenStomp'
  1720. v.Name = "H_Fallen"
  1721.  
  1722.  
  1723.  -- Bat ^
  1724.  
  1725.  if game.ReplicatedStorage.Styles:FindFirstChild("OneHandedBlade") then
  1726. v = game.ReplicatedStorage.Styles["OneHandedBlade"]
  1727. else
  1728. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1729. end
  1730. v.Name = "OneHandedBlade"
  1731. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("StanceIdle") then
  1732. v = game.ReplicatedStorage.Styles.OneHandedBlade["StanceIdle"]
  1733. else
  1734. v = Instance.new("Animation", game.ReplicatedStorage.Styles.OneHandedBlade)
  1735. end
  1736.  
  1737. v.AnimationId = "rbxassetid://11550841439"
  1738. v.Name = "StanceIdle"
  1739. if game.ReplicatedStorage.Styles.OneHandedBlade.StanceIdle:FindFirstChild("Core") then
  1740. v = game.ReplicatedStorage.Styles.OneHandedBlade.StanceIdle["Core"]
  1741. else
  1742. v = Instance.new("Folder", game.ReplicatedStorage.Styles.OneHandedBlade.StanceIdle)
  1743. end
  1744. v.Name = "Core"
  1745. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Rush1") then
  1746. v = game.ReplicatedStorage.Styles.OneHandedBlade["Rush1"]
  1747. else
  1748. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1749. end
  1750. v.Value = 'MAttack1'
  1751. v.Name = "Rush1"
  1752. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Rush2") then
  1753. v = game.ReplicatedStorage.Styles.OneHandedBlade["Rush2"]
  1754. else
  1755. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1756. end
  1757. v.Value = 'MAttack2'
  1758. v.Name = "Rush2"
  1759. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Speed") then
  1760. v = game.ReplicatedStorage.Styles.OneHandedBlade["Speed"]
  1761. else
  1762. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1763. end
  1764. v.Value = 1
  1765. v.Name = "Speed"
  1766. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Color") then
  1767. v = game.ReplicatedStorage.Styles.OneHandedBlade["Color"]
  1768. else
  1769. v = Instance.new("Color3Value", game.ReplicatedStorage.Styles.OneHandedBlade)
  1770. end
  1771. v.Value = Color3.fromRGB(13.000000175088644,105.00000134110451,172.00000494718552)
  1772. v.Name = "Color"
  1773. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Rush3") then
  1774. v = game.ReplicatedStorage.Styles.OneHandedBlade["Rush3"]
  1775. else
  1776. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1777. end
  1778. v.Value = 'MAttack3'
  1779. v.Name = "Rush3"
  1780. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("H_Standing") then
  1781. v = game.ReplicatedStorage.Styles.OneHandedBlade["H_Standing"]
  1782. else
  1783. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1784. end
  1785. v.Value = 'H_Sword'
  1786. v.Name = "H_Standing"
  1787. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Strike1") then
  1788. v = game.ReplicatedStorage.Styles.OneHandedBlade["Strike1"]
  1789. else
  1790. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1791. end
  1792. v.Value = 'P_KStrike1'
  1793. v.Name = "Strike1"
  1794. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("H_FallenDown") then
  1795. v = game.ReplicatedStorage.Styles.OneHandedBlade["H_FallenDown"]
  1796. else
  1797. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1798. end
  1799. v.Value = 'H_FallenKick'
  1800. v.Name = "H_FallenDown"
  1801. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("H_Fallen") then
  1802. v = game.ReplicatedStorage.Styles.OneHandedBlade["H_Fallen"]
  1803. else
  1804. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1805. end
  1806. v.Value = 'H_FallenStomp'
  1807. v.Name = "H_Fallen"
  1808. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("Strike2") then
  1809. v = game.ReplicatedStorage.Styles.OneHandedBlade["Strike2"]
  1810. else
  1811. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  1812. end
  1813. v.Value = 'P_KStrike2'
  1814. v.Name = "Strike2"
  1815.  
  1816.  
  1817. if game.ReplicatedStorage.Styles:FindFirstChild("BatHolding") then
  1818. v = game.ReplicatedStorage.Styles["BatHolding"]
  1819. else
  1820. v = Instance.new("Folder", game.ReplicatedStorage.Styles)
  1821. end
  1822. v.Name = "BatHolding"
  1823. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_Fallen") then
  1824. v = game.ReplicatedStorage.Styles.BatHolding["H_Fallen"]
  1825. else
  1826. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1827. end
  1828. v.Value = 'H_FallenStomp'
  1829. v.Name = "H_Fallen"
  1830. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_FallenDown") then
  1831. v = game.ReplicatedStorage.Styles.BatHolding["H_FallenDown"]
  1832. else
  1833. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1834. end
  1835. v.Value = 'H_FallenKick'
  1836. v.Name = "H_FallenDown"
  1837. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_Standing") then
  1838. v = game.ReplicatedStorage.Styles.BatHolding["H_Standing"]
  1839. else
  1840. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1841. end
  1842. v.Value = 'H_Bat'
  1843. v.Name = "H_Standing"
  1844. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("Rush1") then
  1845. v = game.ReplicatedStorage.Styles.BatHolding["Rush1"]
  1846. else
  1847. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1848. end
  1849. v.Value = 'MAttack1'
  1850. v.Name = "Rush1"
  1851. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("Rush2") then
  1852. v = game.ReplicatedStorage.Styles.BatHolding["Rush2"]
  1853. else
  1854. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1855. end
  1856. v.Value = 'MAttack2'
  1857. v.Name = "Rush2"
  1858. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("Rush3") then
  1859. v = game.ReplicatedStorage.Styles.BatHolding["Rush3"]
  1860. else
  1861. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1862. end
  1863. v.Value = 'MAttack3'
  1864. v.Name = "Rush3"
  1865. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("Speed") then
  1866. v = game.ReplicatedStorage.Styles.BatHolding["Speed"]
  1867. else
  1868. v = Instance.new("NumberValue", game.ReplicatedStorage.Styles.BatHolding)
  1869. end
  1870. v.Value = 1
  1871. v.Name = "Speed"
  1872. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("Strike1") then
  1873. v = game.ReplicatedStorage.Styles.BatHolding["Strike1"]
  1874. else
  1875. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  1876. end
  1877. v.Value = 'MSStrike1'
  1878. v.Name = "Strike1"
  1879. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("StanceIdle") then
  1880. v = game.ReplicatedStorage.Styles.BatHolding["StanceIdle"]
  1881. else
  1882. v = Instance.new("Animation", game.ReplicatedStorage.Styles.BatHolding)
  1883. end
  1884. if game.ReplicatedStorage.Styles.Holding:FindFirstChild("Rush1") then
  1885. v = game.ReplicatedStorage.Styles.Holding["Rush1"]
  1886. else
  1887. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  1888. end
  1889. v.Value = 'MAttack1'
  1890. v.Name = "Rush1"
  1891. if game.ReplicatedStorage.Styles.Holding:FindFirstChild("Rush2") then
  1892. v = game.ReplicatedStorage.Styles.Holding["Rush2"]
  1893. else
  1894. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  1895. end
  1896. v.Value = 'MAttack2'
  1897. v.Name = "Rush2"
  1898. if game.ReplicatedStorage.Styles.Holding:FindFirstChild("Rush3") then
  1899. v = game.ReplicatedStorage.Styles.Holding["Rush3"]
  1900. else
  1901. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  1902. end
  1903. v.Value = 'MAttack3'
  1904. v.Name = "Rush3"
  1905.  
  1906. if game.ReplicatedStorage.Styles.Blade:FindFirstChild("Rush1") then
  1907. v = game.ReplicatedStorage.Styles.Blade["Rush1"]
  1908. else
  1909. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Blade)
  1910. end
  1911. v.Value = 'MAttack1'
  1912. v.Name = "Rush1"
  1913. if game.ReplicatedStorage.Styles.Blade:FindFirstChild("Rush2") then
  1914. v = game.ReplicatedStorage.Styles.Blade["Rush2"]
  1915. else
  1916. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Blade)
  1917. end
  1918. v.Value = 'MAttack2'
  1919. v.Name = "Rush2"
  1920. if game.ReplicatedStorage.Styles.Blade:FindFirstChild("Rush3") then
  1921. v = game.ReplicatedStorage.Styles.Blade["Rush3"]
  1922. else
  1923. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Blade)
  1924. end
  1925. v.Value = 'MAttack3'
  1926. v.Name = "Rush3"
  1927.  
  1928. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Stunned") then
  1929.     v = game.ReplicatedStorage.Styles.Brawler["H_Stunned"]
  1930. else
  1931.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1932. end
  1933. v.Value = 'H_Escape'
  1934. v.Name = "H_Stunned"
  1935.  
  1936. if game.ReplicatedStorage.Styles.Beast:FindFirstChild("H_GrabOnWall") then
  1937.     v = game.ReplicatedStorage.Styles.Beast["H_GrabOnWall"]
  1938. else
  1939.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  1940. end
  1941. v.Value = 'H_WallSmackLeg'
  1942. v.Name = "H_GrabOnWall"
  1943. if game.ReplicatedStorage.Styles.HeavyHolding:FindFirstChild("H_Standing") then
  1944.     v = game.ReplicatedStorage.Styles.HeavyHolding["H_Standing"]
  1945. else
  1946.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.HeavyHolding)
  1947. end
  1948. v.Value = 'H_HeavyBlunt'
  1949. v.Name = "H_Standing"
  1950. if game.ReplicatedStorage.Styles.BeastHolding:FindFirstChild("H_Standing") then
  1951.     v = game.ReplicatedStorage.Styles.BeastHolding["H_Standing"]
  1952. else
  1953.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BeastHolding)
  1954. end
  1955. v.Value = 'H_HeavyBlunt'
  1956. v.Name = "H_Standing"
  1957. if game.ReplicatedStorage.Styles.BeastHolding:FindFirstChild("H_Fallen") then
  1958.     v = game.ReplicatedStorage.Styles.BeastHolding["H_Fallen"]
  1959. else
  1960.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BeastHolding)
  1961. end
  1962. v.Value = 'H_MedFallenBlunt'
  1963. v.Name = "H_Fallen"
  1964. if game.ReplicatedStorage.Styles.HeavyHolding:FindFirstChild("H_Fallen") then
  1965.     v = game.ReplicatedStorage.Styles.HeavyHolding["H_Fallen"]
  1966. else
  1967.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.HeavyHolding)
  1968. end
  1969. v.Value = 'H_MedFallenBlunt'
  1970. v.Name = "H_Fallen"
  1971. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_Fallen") then
  1972.     v = game.ReplicatedStorage.Styles.OneHandedHolding["H_Fallen"]
  1973. else
  1974.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1975. end
  1976. v.Value = 'H_MedFallenBlunt'
  1977. v.Name = "H_Fallen"
  1978. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_FallenDown") then
  1979.     v = game.ReplicatedStorage.Styles.OneHandedHolding["H_FallenDown"]
  1980. else
  1981.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1982. end
  1983. if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_CounterSolo") then
  1984. v = game.ReplicatedStorage.Styles.OneHandedHolding["H_CounterSolo"]
  1985. else
  1986. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  1987. end
  1988. v.Value = 'H_SelfDestruct'
  1989. v.Name = "H_CounterSolo"
  1990. if game.ReplicatedStorage.Styles.Holding:FindFirstChild("H_CounterSolo") then
  1991. v = game.ReplicatedStorage.Styles.Holding["H_CounterSolo"]
  1992. else
  1993. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  1994. end
  1995. v.Value = 'H_SelfDestruct'
  1996. v.Name = "H_CounterSolo"
  1997. if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_CounterSolo") then
  1998. v = game.ReplicatedStorage.Styles.BatHolding["H_CounterSolo"]
  1999. else
  2000. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  2001. end
  2002. v.Value = 'H_SelfDestruct'
  2003. v.Name = "H_CounterSolo"
  2004. if game.ReplicatedStorage.Styles.HeavyHolding:FindFirstChild("H_CounterSolo") then
  2005. v = game.ReplicatedStorage.Styles.HeavyHolding["H_CounterSolo"]
  2006. else
  2007. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.HeavyHolding)
  2008. end
  2009. v.Value = 'H_SelfDestruct'
  2010. v.Name = "H_CounterSolo"
  2011. if game.ReplicatedStorage.Styles.BeastHolding:FindFirstChild("H_CounterSolo") then
  2012. v = game.ReplicatedStorage.Styles.BeastHolding["H_CounterSolo"]
  2013. else
  2014. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BeastHolding)
  2015. end
  2016. v.Value = 'H_SelfDestruct'
  2017. v.Name = "H_CounterSolo"
  2018. if game.ReplicatedStorage.Styles.Blade:FindFirstChild("H_CounterSolo") then
  2019. v = game.ReplicatedStorage.Styles.Blade["H_CounterSolo"]
  2020. else
  2021. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Blade)
  2022. end
  2023. v.Value = 'H_SelfDestruct'
  2024. v.Name = "H_CounterSolo"
  2025. if game.ReplicatedStorage.Styles.OneHandedBlade:FindFirstChild("H_CounterSolo") then
  2026. v = game.ReplicatedStorage.Styles.OneHandedBlade["H_CounterSolo"]
  2027. else
  2028. v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedBlade)
  2029. end
  2030. v.Value = 'H_SelfDestruct'
  2031. v.Name = "H_CounterSolo"
  2032. if game.ReplicatedStorage.Styles.Rifle:FindFirstChild("H_Standing") then
  2033.     v = game.ReplicatedStorage.Styles.Rifle["H_Standing"]
  2034. else
  2035.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Rifle)
  2036. end
  2037. v.Value = 'H_SMG'
  2038. v.Name = "H_Standing"
  2039. if game.ReplicatedStorage.Styles.Shotgun:FindFirstChild("H_Standing") then
  2040.     v = game.ReplicatedStorage.Styles.Shotgun["H_Standing"]
  2041. else
  2042.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Shotgun)
  2043. end
  2044. v.Value = 'H_SMG'
  2045. v.Name = "H_Standing"
  2046.  
  2047.  
  2048. if game.ReplicatedStorage.Moves["TigerDrop"]:FindFirstChild("Sound") then
  2049.     v = game.ReplicatedStorage.Moves["TigerDrop"]:FindFirstChild("Sound")
  2050. else
  2051.     v = Instance.new("StringValue")
  2052.     v.Name = "Sound"
  2053.     v.Parent = game.ReplicatedStorage.Moves["TigerDrop"]
  2054. end
  2055.  
  2056. v.Value = 'Ignite'
  2057.  
  2058.  
  2059. local imageLabel = Main.HeatMove -- Assuming you have an ImageLabel control
  2060. local lastText = imageLabel.TextLabel.Text
  2061.  
  2062. while true do
  2063.     wait(0.1) -- Adjust the delay as needed
  2064.  
  2065.     local newText = imageLabel.TextLabel.Text
  2066.     if newText ~= lastText then
  2067.         lastText = newText
  2068.  
  2069.         if newText == "Guru Firearm Flip" then
  2070.             imageLabel.TextLabel.Text = "Fighter's Shot Shutdown"
  2071.         elseif newText == "Ultimate Essence" then
  2072.             imageLabel.TextLabel.Text = "The Hellish Essence of the Pots/Noobs"
  2073.         elseif newText == "Essence of Double Head Crush" then
  2074.             imageLabel.TextLabel.Text = "Essence of Headwear Crash "
  2075.         elseif newText == "Essence of Wreckage" then
  2076.             imageLabel.TextLabel.Text = "Essence of Raging Finisher "  
  2077.         elseif newText == "Essence of Escape" then
  2078.             imageLabel.TextLabel.Text = "Essence of Cyclonic Showoff "  
  2079.         elseif newText == "Essence of Wall Crush" then
  2080.             imageLabel.TextLabel.Text = "Essence of Solid Wall Crush "
  2081.         elseif newText == "Komaki Fist Reversal [Front]" then
  2082.             imageLabel.TextLabel.Text = "Fighter's Strike Retaliation [Front] "
  2083.         elseif newText == "Komaki Fist Reversal [Left]" then
  2084.             imageLabel.TextLabel.Text = "Fighter's Strike Retaliation [Left] "
  2085.         elseif newText == "Komaki Fist Reversal [Right]" then
  2086.             imageLabel.TextLabel.Text = "Fighter's Strike Retaliation [Right] "
  2087.         elseif newText == "Komaki Fist Reversal [Back]" then
  2088.             imageLabel.TextLabel.Text = "Fighter's Strike Retaliation [Back] "
  2089.         elseif newText == "Guru Spin Counter [Front]" then
  2090.             imageLabel.TextLabel.Text = "Essence of Noob/Pot Execution "
  2091.         elseif newText == "Essence of Beatdown" then
  2092.             imageLabel.TextLabel.Text = "Essence of Downed Concussion"
  2093.         elseif newText == "Essence of Chokehold" then
  2094.             imageLabel.TextLabel.Text = "Essence of Neck Snapping"
  2095.         elseif newText == "Essence of Head Press: Supine" then
  2096.             imageLabel.TextLabel.Text = "Essence of Ground Bashing: Supine"
  2097.         elseif newText == "Essence of Head Press: Prone" then
  2098.             imageLabel.TextLabel.Text = "Essence of Ground Bashing: Prone"            
  2099.         elseif newText == "Essence of Rolling" then
  2100.             imageLabel.TextLabel.Text = "Essence of Potbutting"
  2101.         elseif newText == "Essence of Torment" then
  2102.             imageLabel.TextLabel.Text = "Essence of Torment "
  2103.         elseif newText == "Essence of Full Swing" then
  2104.             imageLabel.TextLabel.Text = "Essence of Brutal Pummeling"
  2105.         elseif newText == "Essence of Finishing: Prone" then
  2106.             imageLabel.TextLabel.Text = "Essence of Finishing: Prone "
  2107.         elseif newText == "Essence of Fast Footwork [Front]" then
  2108.             imageLabel.TextLabel.Text = "Essence of Fast Footwork [Front] "                    
  2109.         end
  2110.     end
  2111.  
  2112.     if game.Players.LocalPlayer.Status.Heat.Value > 99 then
  2113.         if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_Standing") then
  2114.             v = game.ReplicatedStorage.Styles.BatHolding["H_Standing"]
  2115.         else
  2116.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  2117.         end
  2118.         v.Value = 'H_MedBlunt'
  2119.         v.Name = "H_Standing"
  2120.         if game.ReplicatedStorage.Styles.Holding:FindFirstChild("H_Standing") then
  2121.             v = game.ReplicatedStorage.Styles.Holding["H_Standing"]
  2122.         else
  2123.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  2124.         end
  2125.         v.Value = 'H_MedBlunt'
  2126.         v.Name = "H_Standing"
  2127.     elseif game.Players.LocalPlayer.Status.Heat.Value >= 75 and game.Players.LocalPlayer.Status.Heat.Value < 99 then
  2128.         if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_Standing") then
  2129.             v = game.ReplicatedStorage.Styles.OneHandedHolding["H_Standing"]
  2130.         else
  2131.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  2132.         end
  2133.         v.Value = 'H_SmallBlunt'
  2134.         v.Name = "H_Standing"
  2135.         if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_Standing") then
  2136.             v = game.ReplicatedStorage.Styles.BatHolding["H_Standing"]
  2137.         else
  2138.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  2139.         end
  2140.         v.Value = 'H_Bat'
  2141.         v.Name = "H_Standing"
  2142.         if game.ReplicatedStorage.Styles.Holding:FindFirstChild("H_Standing") then
  2143.             v = game.ReplicatedStorage.Styles.Holding["H_Standing"]
  2144.         else
  2145.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  2146.         end
  2147.         v.Value = 'H_HeavyBlunt'
  2148.         v.Name = "H_Standing"
  2149.         if game.ReplicatedStorage.Styles.HeavyHolding:FindFirstChild("H_Standing") then
  2150.             v = game.ReplicatedStorage.Styles.HeavyHolding["H_Standing"]
  2151.         else
  2152.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.HeavyHolding)
  2153.         end
  2154.         v.Value = 'H_MedBlunt'
  2155.         v.Name = "H_Standing"
  2156.         if game.ReplicatedStorage.Styles.BeastHolding:FindFirstChild("H_Standing") then
  2157.             v = game.ReplicatedStorage.Styles.BeastHolding["H_Standing"]
  2158.         else
  2159.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BeastHolding)
  2160.         end
  2161.         v.Value = 'H_MedBlunt'
  2162.         v.Name = "H_Standing"
  2163.         if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Distanced") then
  2164.             v = game.ReplicatedStorage.Styles.Brawler["H_Distanced"]
  2165.         else
  2166.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  2167.         end
  2168.         v.Value = 'H_GUltimateEssence'
  2169.         v.Name = "H_Distanced"
  2170.     elseif game.Players.LocalPlayer.Status.Heat.Value < 75 then
  2171.         if game.ReplicatedStorage.Styles.OneHandedHolding:FindFirstChild("H_Standing") then
  2172.             v = game.ReplicatedStorage.Styles.OneHandedHolding["H_Standing"]
  2173.         else
  2174.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.OneHandedHolding)
  2175.         end
  2176.         v.Value = 'H_Blunt'
  2177.         v.Name = "H_Standing"
  2178.         if game.ReplicatedStorage.Styles.BatHolding:FindFirstChild("H_Standing") then
  2179.             v = game.ReplicatedStorage.Styles.BatHolding["H_Standing"]
  2180.         else
  2181.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BatHolding)
  2182.         end
  2183.         v.Value = 'H_Blunt'
  2184.         v.Name = "H_Standing"
  2185.         if game.ReplicatedStorage.Styles.Holding:FindFirstChild("H_Standing") then
  2186.             v = game.ReplicatedStorage.Styles.Holding["H_Standing"]
  2187.         else
  2188.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Holding)
  2189.         end
  2190.         v.Value = 'H_Blunt'
  2191.         v.Name = "H_Standing"
  2192.         if game.ReplicatedStorage.Styles.HeavyHolding:FindFirstChild("H_Standing") then
  2193.             v = game.ReplicatedStorage.Styles.HeavyHolding["H_Standing"]
  2194.         else
  2195.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.HeavyHolding)
  2196.         end
  2197.         v.Value = 'H_HeavyBlunt'
  2198.         v.Name = "H_Standing"
  2199.         if game.ReplicatedStorage.Styles.BeastHolding:FindFirstChild("H_Standing") then
  2200.             v = game.ReplicatedStorage.Styles.BeastHolding["H_Standing"]
  2201.         else
  2202.             v = Instance.new("StringValue", game.ReplicatedStorage.Styles.BeastHolding)
  2203.         end
  2204.         v.Value = 'H_HeavyBlunt'
  2205.         v.Name = "H_Standing"
  2206.     end
  2207. end
Add Comment
Please, Sign In to add comment