Advertisement
Guest User

Right 2 fight Voice mod

a guest
Aug 24th, 2023
834
4
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.75 KB | None | 4 0
  1.     --[[Credits to MisterMax228 for helping me out on this
  2.    
  3.         Right 2 Fight Combat Voice Mod by Mark512345
  4.             - This mod lets you play the voicelines that are available in the game (Kiryu, Akiyama, Majima and Vulcan) during combat.
  5.             - The voicelines can play while doing light attacks, heavy attacks, dodging, heat actions, etc.
  6.             - If you have any queries, suggestions or anything relating to this mod, let me know!
  7.            
  8.         Note: You can switch between character voices by pressing H. This mod will be updated.
  9.         ]]
  10.     _G.voicepack = "Kiryu" -- Current available voices: "Kiryu", "Akiyama", "Majima" and "Vulcan"
  11.     local player = game.Players.LocalPlayer
  12.     local character = player.Character
  13.     local pgui = player.PlayerGui..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement