Advertisement
Dsaqwed123

Magenta style

May 12th, 2024
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LScript 36.36 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://12120045620"
  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_CounterQuickstep'
  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_FinishingHold3'
  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_HeadPressUp'
  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_FastFootworkRight'
  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_TSpinCounterRight'
  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_FlyingKick'
  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_TSpinCounterBack'
  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_FallenGrate'
  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_SpinCounterFront'
  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_KnockoutFront'
  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 = 'DerekCharge'
  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 = 'B2Strike1'
  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 = 'RSweep'
  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 = 'CounterHook'
  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 = 'B2Strike2'
  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 = '龍2Strike4'
  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 = 'RSweep'
  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 = '龍2Strike3'
  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_FinishingHold4'
  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 = 'Magenta'
  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_FallenStomp'
  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 = 'GuruKnockback'
  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 = '龍2Strike2'
  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 = 'RStrike8'
  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 = 'RPunch8'
  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_FastFootworkLeft'
  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_GUltimateEssence'
  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 = 'RPunch7'
  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 = 'RSweep'
  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(205,0,205)
  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.5
  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 = '龍Attack2'
  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 = '龍Attack1'
  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_HeadPressUp'
  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_FullHeat") then
  580.     v = game.ReplicatedStorage.Styles.Brawler["H_FullHeat"]
  581. else
  582.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  583. end
  584. v.Value = 'H_GUltimateEssence'
  585. v.Name = "H_FullHeat"
  586. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_TwoHandeds") then
  587.     v = game.ReplicatedStorage.Styles.Brawler["H_TwoHandeds"]
  588. else
  589.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  590. end
  591. v.Value = 'H_SelfDestruct'
  592. v.Name = "H_TwoHandeds"
  593. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("H_Distanced") then
  594.     v = game.ReplicatedStorage.Styles.Brawler["H_Distanced"]
  595. else
  596.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  597. end
  598.  
  599. v.Value = 'H_FallenFinisher'
  600. v.Name = "H_StanceFallen"
  601. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("RedHeat") then
  602.     v = game.ReplicatedStorage.Styles.Brawler["RedHeat"]
  603. else
  604.     v = Instance.new("Folder", game.ReplicatedStorage.Styles.Brawler)
  605. end
  606. v.Name = "RedHeat"
  607. if game.ReplicatedStorage.Styles.Brawler:FindFirstChild("LThrow") then
  608.     v = game.ReplicatedStorage.Styles.Brawler["LThrow"]
  609. else
  610.     v = Instance.new("StringValue", game.ReplicatedStorage.Styles.Brawler)
  611. end
  612. v.Value = 'T_LegToss'
  613. v.Name = "LThrow"
  614.  
  615. function UseHeatAction(HeatAction, Style, Bots)
  616.     -- Script generated by SimpleSpy - credits to exx#9394
  617.  
  618.     local args = {
  619.         [1] = {
  620.             [1] = "heatmove",
  621.             [2] = game:GetService("ReplicatedStorage").Moves[HeatAction],
  622.             [3] = {
  623.  
  624.             },
  625.             [4] = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame,
  626.             [5] = Style
  627.         }
  628.     }
  629.  
  630.     for i,v in pairs(Bots) do
  631.         table.insert(args[1][3], {
  632.             [1] = v,
  633.             [2] = 10.49982091806829,
  634.             [3] = false,
  635.             [4] = Vector3.new(0.854888916015625, -0.499908447265625, -3.08367919921875)
  636.         })
  637.     end
  638.  
  639.     game:GetService("ReplicatedStorage").Events.ME:FireServer(unpack(args))
  640. end
  641.  
  642. local styles = game.ReplicatedStorage.Styles
  643. local plr = game.Players.LocalPlayer
  644. local status = plr.Status
  645.  
  646. function isInBattle()
  647.     return (plr:FindFirstChild("InBattle") and true or false)
  648. end
  649.  
  650. function isDungeon()
  651.     return game.ReplicatedStorage.Dungeon.Value
  652. end
  653.  
  654. function doingHact()
  655.     return (plr.Character:FindFirstChild("Heated") and true or false)
  656. end
  657.  
  658. function showMaxHeatEffect()
  659.     return (isInBattle() and not doingHact() and plr.Status.Heat.Value >= 100) and true or false
  660. end
  661.  
  662. function hasWeaponInHand()
  663.     return (plr.Character:FindFirstChild("Holding") and true or false)
  664. end
  665.  
  666. local function change_color()
  667.     if status.Style.Value == "Brawler" then
  668.         local DragonSequence = ColorSequence.new{ColorSequenceKeypoint.new(0, styles.Brawler.Color.Value), ColorSequenceKeypoint.new(1, styles.Brawler.Color.Value)}
  669.         local char = plr.Character
  670.         char.HumanoidRootPart.Fire_Main.Color = DragonSequence
  671.         char.HumanoidRootPart.Fire_Secondary.Color = DragonSequence
  672.         char.HumanoidRootPart.Fire_Main.Rate = status.Heat.Value >= 100 and 115 or status.Heat.Value >= 75 and 85 or 80
  673.         char.HumanoidRootPart.Fire_Secondary.Rate = status.Heat.Value >= 100 and 90 or status.Heat.Value >= 75 and 80 or 70
  674.         char.HumanoidRootPart.Lines1.Color = DragonSequence
  675.         char.HumanoidRootPart.Lines1.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  676.         char.HumanoidRootPart.Lines2.Color = DragonSequence
  677.         char.HumanoidRootPart.Lines2.Rate = status.Heat.Value >= 100 and 60 or status.Heat.Value >= 75 and 40 or 20
  678.         char.HumanoidRootPart.Sparks.Color = DragonSequence
  679.         if not char.HumanoidRootPart.TimeFor.Enabled then
  680.             char.HumanoidRootPart.TimeFor.Color = DragonSequence
  681.         end
  682.  
  683.         char.UpperTorso["r2f_aura_burst"].Lines1.Color = DragonSequence
  684.         char.UpperTorso["r2f_aura_burst"].Lines2.Color = DragonSequence
  685.         char.UpperTorso["r2f_aura_burst"].Flare.Color = DragonSequence
  686.         char.UpperTorso["r2f_aura_burst"].Lines1.Enabled = showMaxHeatEffect()
  687.         char.UpperTorso["r2f_aura_burst"].Flare.Enabled = showMaxHeatEffect()
  688.         char.UpperTorso["r2f_aura_burst"].Smoke.Color = DragonSequence
  689.         char.UpperTorso.Evading.Color = DragonSequence
  690.     end
  691. end
  692.  
  693. local function FillHeat()
  694.     local Event = game:GetService("ReplicatedStorage").Events.ME
  695.  
  696.     for i=1,6 do
  697.         local A_1 =  {
  698.             [1] = "heat",
  699.             [2] = game:GetService("ReplicatedStorage").Moves.Taunt
  700.         }
  701.         Event:FireServer(A_1)
  702.     end
  703. end
  704.  
  705. game:GetService("RunService").RenderStepped:Connect(change_color)
  706.  
  707. plr.Character.ChildAdded:Connect(function(v)
  708.     if v.Name == 'Grabbing' then
  709.         while v.Parent == plr.Character do
  710.             if status.Heat.Value ~= 100 then
  711.                 FillHeat()
  712.             end
  713.             task.wait(0.1)
  714.         end
  715.     end
  716. end)
  717.  
  718. local ts = game:GetService("TweenService")
  719. local ti = TweenInfo.new(0.2, Enum.EasingStyle.Quad, Enum.EasingDirection.Out)
  720.  
  721. local function remove_brighness(color)
  722.     local h,s,v = color:ToHSV()
  723.     return Color3.fromHSV(h, s, 1)
  724. end
  725.  
  726. game.Players.LocalPlayer.Character.DescendantAdded:Connect(function(v)
  727.     if v.ClassName:find("Trail") then
  728.         local highlight = Instance.new("Highlight", game.Players.LocalPlayer.Character.RightHand)
  729.         local fadeout = ts:Create(highlight, ti, {FillTransparency = 1})
  730.  
  731.         local style = game.Players.LocalPlayer.Status.Style.Value
  732.         local style_obj = game.ReplicatedStorage.Styles:FindFirstChild(style)
  733.         local color = style_obj.Color
  734.  
  735.         highlight.FillColor = color.Value
  736.  
  737.         highlight.Adornee = v.Parent
  738.         highlight.OutlineTransparency = 1
  739.         highlight.FillTransparency = 1
  740.  
  741.         ts:Create(highlight, ti, {FillTransparency = 0.2}):Play()
  742.  
  743.  
  744.         fadeout.Completed:Once(function()
  745.             highlight:Destroy()
  746.         end)
  747.  
  748.         v.Destroying:Once(function()
  749.             fadeout:Play()
  750.         end)
  751.     end
  752. end)
  753.  
  754. -- tp
  755.  
  756. local function add_forcefield(duration)
  757.     local p = game.Players.LocalPlayer
  758.     local Status = p.Status
  759.  
  760.     local invun = game.ReplicatedStorage.Invulnerable:Clone()
  761.     invun.Parent = Status
  762.  
  763.     if duration then
  764.         spawn(function()
  765.             task.wait(duration)
  766.             invun:Destroy()
  767.         end)
  768.     end
  769.  
  770.     return invun
  771. end
  772.  
  773. local ti = TweenInfo.new(0.9, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  774. local ti2 = TweenInfo.new(0.1, Enum.EasingStyle.Quad, Enum.EasingDirection.InOut, 0, true, 0)
  775.  
  776. local color = Instance.new("ColorCorrectionEffect", game:GetService("Lighting"))
  777.  
  778. local ctween = ts:Create(color, ti, {Saturation = -2, Brightness = -0.1})
  779. local ctween2 = ts:Create(color, ti2, {Saturation = -2, Brightness = -0.1})
  780. local dashcooldown = false
  781.  
  782. local function playsound(id)
  783.     local sfx = Instance.new("Sound", workspace)
  784.     sfx.SoundId = "rbxassetid://"..tostring(id)
  785.  
  786.     game:GetService("SoundService"):PlayLocalSound(sfx)
  787.  
  788.     spawn(function()
  789.         task.wait(sfx.TimeLength)
  790.         sfx:Destroy()
  791.     end)
  792. end
  793.  
  794. function playticksound()
  795.     local sfx = Instance.new("Sound", workspace)
  796.     sfx.SoundId = "rbxassetid://4843088994"
  797.  
  798.     game:GetService("SoundService"):PlayLocalSound(sfx)
  799.  
  800.     spawn(function()
  801.         task.wait(2)
  802.         sfx:Destroy()
  803.     end)
  804. end
  805.  
  806.  
  807. local function play_ingamesound(sfxname)
  808.     local v = game.ReplicatedStorage.Sounds:FindFirstChild(sfxname)
  809.     local sfx = Instance.new("Sound", nil)
  810.     local id = v.Value
  811.  
  812.     sfx.SoundId = id
  813.  
  814.     for i,v in pairs(v:GetChildren()) do
  815.         sfx[v.Name] = v.Value
  816.     end
  817.  
  818.     game.SoundService:PlayLocalSound(sfx)
  819.     task.delay(15, function()
  820.         sfx:Destroy()
  821.     end)
  822. end
  823.  
  824. game.UserInputService.InputBegan:Connect(function(key)
  825.     if game.UserInputService:GetFocusedTextBox() == nil then
  826.         if key.KeyCode == Enum.KeyCode.L then
  827.             --local id = "rbxassetid://12022473514"
  828.             --local anim = Instance.new("Animation")
  829.             --anim.AnimationId = id
  830.  
  831.             --game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  832.  
  833.             --task.wait(5)
  834.             --anim:Destroy()
  835.         elseif key.KeyCode == Enum.KeyCode.Z then
  836.             if not dashcooldown then
  837.                 --playvoiceline("Taunt")
  838.  
  839.                 local lookvector = workspace.CurrentCamera.CFrame.LookVector * Vector3.new(1, 0, 1)
  840.                 local root = game.Players.LocalPlayer.Character.PrimaryPart
  841.                 local lock = game.Players.LocalPlayer.Character.LockedOn.Value
  842.                 if lock and lock:IsDescendantOf(workspace) and lock.Parent.Health.Value > 0 then
  843.                     local id = "rbxassetid://10928237540"
  844.                     local anim = Instance.new("Animation")
  845.                     anim.AnimationId = id
  846.  
  847.                     local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  848.                     v:Play()
  849.  
  850.                     v:AdjustSpeed(8)
  851.                     ctween2:Play()
  852.  
  853.                     dashcooldown = true
  854.  
  855.                     root.Anchored = true
  856.  
  857.                     playsound(2102274452)
  858.                     add_forcefield(0.32)
  859.  
  860.                     root.Anchored = false
  861.                     root.CFrame = CFrame.new(lock.Position - (lock.CFrame.LookVector * Vector3.new(1, 0, 1).Unit * 3), lock.Position)
  862.  
  863.                     play_ingamesound("Teleport")
  864.  
  865.                     task.wait(0.6)
  866.  
  867.                     dashcooldown = false
  868.                     playticksound()
  869.                     return
  870.                 end
  871.                 dashcooldown = true
  872.  
  873.                 local id = "rbxassetid://10928237540"
  874.                 local anim = Instance.new("Animation")
  875.                 anim.AnimationId = id
  876.  
  877.                 local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  878.                 v:Play()
  879.  
  880.                 root.Anchored = true
  881.                 ctween:Play()
  882.                 task.wait(0.3)
  883.                 playsound(2102274452)
  884.                 task.wait(0.4)
  885.  
  886.                 play_ingamesound("Teleport")
  887.                 root.Anchored = false
  888.                 root.CFrame = CFrame.new(root.Position, root.Position + lookvector)
  889.  
  890.                 --local rp = RaycastParams.new()
  891.                 --rp.FilterDescendantsInstances = {root.Parent}
  892.                 --rp.FilterType = Enum.RaycastFilterType.Blacklist
  893.                 --rp.IgnoreWater = true
  894.  
  895.                 --local ray = workspace:Raycast(root.Position, lookvector * 50, rp)
  896.  
  897.                 --local cf
  898.                 --if ray then
  899.                 --  cf = CFrame.new(ray.Position - lookvector * 6, ray.Position + lookvector)
  900.                 --else
  901.                 --  cf = root.CFrame + lookvector * 50
  902.                 --end
  903.  
  904.                 --local ti = TweenInfo.new(v.Length*0.5, Enum.EasingStyle.Linear)
  905.                 --local t = tweenserive:Create(root, ti, {CFrame = cf})
  906.                 --t:Play()
  907.                 --t.Completed:Once(function()
  908.                 --  root.Anchored = false
  909.                 --  v:Stop()
  910.                 --end)
  911.  
  912.  
  913.                 local bodyvel = Instance.new("BodyVelocity", root)
  914.                 bodyvel.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  915.                 bodyvel.Velocity = lookvector * 90
  916.                 local hitbox = Instance.new("Part", bodyvel)
  917.                 hitbox.CanCollide = false
  918.                 hitbox.CanQuery = false
  919.                 hitbox.Transparency = 1
  920.                 hitbox.Size = Vector3.new(1, 1, 5)
  921.                 local w = Instance.new("Weld", hitbox)
  922.                 w.Part0 = hitbox
  923.                 w.Part1 = root
  924.  
  925.                 local b2 = game:GetService("RunService").Heartbeat:Connect(function(d)
  926.                     root.CFrame = root.CFrame + (bodyvel.Velocity*d)*4
  927.                 end)
  928.  
  929.                 local b = hitbox.Touched:Connect(function(part)
  930.                     if part.CanCollide then
  931.                         local vel = -bodyvel.Velocity
  932.  
  933.                         bodyvel:Destroy()
  934.                         v:Stop()
  935.  
  936.                         --local id = "rbxassetid://"..getrandom_array(hurtanims)
  937.                         --local anim = Instance.new("Animation")
  938.                         --anim.AnimationId = id
  939.                         --local v = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  940.  
  941.                         --v:Play()
  942.  
  943.                         --local b = game:GetService("RunService").Heartbeat:Connect(function(d)
  944.                         --  root.CFrame += (vel * d) * 0.5
  945.                         --end)
  946.  
  947.                         --v.Ended:Once(function()
  948.                         --  b:Disconnect()
  949.                         --  v:Destroy()
  950.                         --end)
  951.                     end
  952.                 end)
  953.  
  954.                 bodyvel.Destroying:Once(function()
  955.                     b:Disconnect()
  956.                     b2:Disconnect()
  957.                     hitbox:Destroy()
  958.                 end)
  959.  
  960.                 v.Ended:wait()
  961.  
  962.                 if bodyvel then
  963.                     bodyvel:Destroy()
  964.                 end
  965.  
  966.                 task.wait(2)
  967.  
  968.                 playticksound()
  969.  
  970.                 dashcooldown = false
  971.             end
  972.         end
  973.     end
  974. end)
  975.  
  976. -- Wall bang
  977.  
  978. local uis = game:GetService("UserInputService")
  979. local chr = game.Players.LocalPlayer.Character
  980. local hum = chr:WaitForChild("Humanoid")
  981. local root = chr:WaitForChild("HumanoidRootPart")
  982.  
  983. root.Velocity += Vector3.new(0, 0, 60)
  984.  
  985. local ts = game:GetService("TweenService")
  986. local fastti = TweenInfo.new(0.1)
  987. local ti = TweenInfo.new(0.3)
  988.  
  989. local rp = RaycastParams.new()
  990. rp.FilterDescendantsInstances = {workspace.Map}
  991. rp.IgnoreWater = true
  992. rp.FilterType = Enum.RaycastFilterType.Whitelist
  993.  
  994. local function grav_set(obj, gravity)
  995.     local bodymover = Instance.new("BodyVelocity", obj)
  996.     bodymover.MaxForce = Vector3.new(0, math.huge, 0)
  997.     bodymover.Velocity = Vector3.new(0, -(gravity/60))
  998.  
  999.     task.spawn(function()
  1000.         local t = false
  1001.         obj.Destroying:Once(function()
  1002.             t = true   
  1003.         end)
  1004.         while not t do
  1005.             gravity += task.wait()*10000
  1006.             bodymover.Velocity = Vector3.new(0, -(gravity/60))
  1007.         end
  1008.     end)
  1009.  
  1010.     return bodymover
  1011. end
  1012.  
  1013. local function spawn_phyiscs_part()
  1014.     local part = Instance.new("Part")
  1015.     part.CanCollide = false
  1016.     part.Transparency = 1
  1017.  
  1018.     task.delay(0.3, function()
  1019.         part.Touched:Connect(function(v)
  1020.             if v:IsDescendantOf(workspace.Map) then
  1021.                 part:Destroy()
  1022.             end
  1023.         end)
  1024.     end)
  1025.  
  1026.     local x= grav_set(part, 200)
  1027.     x.Velocity = Vector3.new(part.Velocity.X, x.Velocity.Y, part.Velocity.Z)
  1028.  
  1029.     return part
  1030. end
  1031.  
  1032. local Rep = game:GetService("ReplicatedStorage")
  1033. local brawler = Rep.Styles.Brawler
  1034. local tigerdrop_move = brawler.Strike1
  1035. local move = tigerdrop_move.Value
  1036. local move2 = "TigerDrop"
  1037.  
  1038. uis.InputBegan:Connect(function(x)
  1039.     if x.KeyCode == Enum.KeyCode.X then
  1040.         if hum.MoveDirection.Magnitude ~= 0 then
  1041.             local dir = hum.MoveDirection
  1042.  
  1043.             local ray = workspace:Raycast(root.Position, dir * 4, rp)
  1044.  
  1045.             if ray then
  1046.                 root.Anchored = true
  1047.                 ts:Create(root, ti, {CFrame = root.CFrame + Vector3.new(0, 9, 0)}):Play()
  1048.                 local cam = workspace.CurrentCamera
  1049.                 local old =     cam.CameraType
  1050.  
  1051.                 local Anim = hum:LoadAnimation(Rep.Moves.H_Whirl.Anim)
  1052.                 Anim.Priority = Enum.AnimationPriority.Action4
  1053.                 Anim:Play()
  1054.                 Anim:AdjustSpeed(1.4)
  1055.  
  1056.                 cam.CameraType = Enum.CameraType.Watch
  1057.                 task.wait(0.3)
  1058.  
  1059.                 tigerdrop_move.Value = move2
  1060.  
  1061.                 --root.Anchored = false
  1062.                 --root.Velocity -= dir * 60
  1063.                 root.CFrame = CFrame.new(root.CFrame.p, root.CFrame.p - dir)
  1064.                 local p = spawn_phyiscs_part()
  1065.                 p.CFrame = root.CFrame
  1066.                 p.Size = root.Size
  1067.                 p.Velocity = -dir * 15
  1068.                 p.Parent = workspace
  1069.  
  1070.                 while p.Parent == workspace do
  1071.                     root.CFrame = p.CFrame
  1072.                     task.wait()
  1073.                 end
  1074.  
  1075.                 cam.CameraType = old
  1076.                 root.Anchored = false
  1077.  
  1078.                 task.wait(0.4)
  1079.                 tigerdrop_move.Value = move
  1080.             end
  1081.         end
  1082.     end
  1083. end)
  1084.  
  1085. local Player = game.Players.LocalPlayer
  1086. local Rep = game.ReplicatedStorage
  1087. local Char = Player.Character
  1088. local Main = Player.PlayerGui.Interface.Battle.Main
  1089. local SoundEvent = Rep.ScriptEvents.rplaysound
  1090.  
  1091. local function Playsound(Name)
  1092.     SoundEvent:Fire(Name)
  1093. end
  1094.  
  1095. Main.HeatMove.TextLabel:GetPropertyChangedSignal("Text"):Connect(function()
  1096.     if Main.HeatMove.TextLabel.Text == "Ultimate Essence" then
  1097.         Main.HeatMove.TextLabel.Text = Rep.Moves.H_SumoSlap.MoveName.Value
  1098.         local Anim = Char.Humanoid:LoadAnimation(Rep.Moves.H_SumoSlap.Anim)
  1099.         Anim.Priority = Enum.AnimationPriority.Action4
  1100.         Anim:AdjustSpeed(0.9)
  1101.         Anim:Play()
  1102.         Playsound("Slap")
  1103.         task.wait(0.3)
  1104.         Playsound("Slap")
  1105.         task.wait(0.3)
  1106.         Playsound("Slap")
  1107.         task.wait(0.5)
  1108.         Playsound("MassiveSlap")
  1109.         task.wait(0.2)
  1110.         Anim:Destroy()
  1111.     end
  1112. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement