#Where to reproduce a shortcut function (Enum.Keycode.One) in a button?

1 messages · Page 1 of 1 (latest)

untold rock
#

I'm making a game to have some fun with friends. And i created a module (CharacterConfigs) which contains basically all different character data: Cooldown, Skills and Name. But the problem is: I already created a LocalScript named "Kokusen" and attributed it a function to stun the player and play a animation, and it also fires a remoteevent to call the server script responsible for Kokusen. I'm sending some of the scripts here.