"\n" 'newline' not working

Hello, Im sorta new to scripting and was wondering why “\n” was not working in PLR:Kick() reason, or in some other functions
Here’s my code

		if Config.KickPlayer == true then
			pcall(function()
				Player:Kick("\n[HAC-AntiCheat]".."\n"..Config.KickMessage)
			end)
		end

I have tried some different way’s of doing “\n” and none seem to work

I think \n doesn’t work for kicking people out (I’ve seen previous threads about it) perhaps you could just add a lot of spaces instead?

1 Like
1 Like

That hurts my head in many ways.

2 Likes

Thanks, I think they also limited a-lot spaces as well.