In my game players can send invites to other players in order to start a duel.
Once a player accepts a duel a remote event is fired, and the server must start the match: but here’s my problem. Do i just make a Match() function on the server and call it? Or can i make a module that does that?