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.