Roblox disabled this feature due to an exploit a while ago. They’ll try and enable it as soon as it is safe to do so.
I’m not sure if there is a solution for it.
local Game = game
local Players = Game:GetService("Players")
local Player = Players.LocalPlayer
Player:Kick("Test"..string.rep(" ", 41).." Test")
local Game = game
local Players = Game:GetService("Players")
local Player = Players.LocalPlayer
Player:Kick("A"..string.rep(" ", 25).." B"..string.rep(" ", 25).."C")