How can i make a function on the server that letsnthe hoster kick or ban players from the server
If you have coded your way to a multi-player game, kick/ban is just an extension of what you have already.
- You have IP
- You have player name
- You most likely have RPC setup for other features.