Kick script not making a new line

Hey There,

I am trying to make a kick script sort of like this:

But for some reason when I go to add /n to add the line the kick script does not do anything here is what it looks like:
image

I have had a look around on the devforum and I cant find anything… This is my code, I don’t think I am missing anything:

game.Players.LocalPlayer:Kick('/n You have been banned from all servers owned and operated by TM123 Studios on Roblox for the following reason: /n/n "If I cannot script, how did I make this?" /n/n If you feel this is a mistake, please contact TheReal4Cedar123.')

Hope someone can help me :slight_smile:

1 Like

its the wrong slash

you have this / which is for dividing

then there is \n which is for new lines

simple error, I made the same mistake before, the \ will be located to the left of your arrow keys if your keyboard has the same layout as mine. (Could be elsewhere)

4 Likes

Oh haha thanks it’s working now :smiley:

1 Like