How do i make it show the ban moderator?

Trying to make it so when you ban someone using basic admin it displays the ban moderator something like this!

1 Like

You can do something like this on the server:

game.Players.PlayerAdded:Connect(function(player)
    player:Kick("\n This is one line \n This is another line \n This is a third line! ")
end)

The ā€œ/nā€ are there to create a new line.

Contact me on discord for assistance, BodieBlox#2148