Chat issue with repro

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Roblox default chat adds in an extra blank space.This recently happened a few days ago and has not been a problem the past 1-2 years with the same game.

  2. What is the issue? Include screenshots / videos if possible!

Repro:


game.Players.PlayerAdded:Connect(function(player)
player.Chatted:Connect(function(message)
		print("'",message,"'")
		print("#characters: ",#message)
	end)
end)

RESULT:

image

Just one script in a new place can repro this bug
image

Clearly the # of string typed in chat doesnt match the output. There is a hidden empty space that roblox has added to the chat.

Purpose of this is because commands depending on chat breaks for my games

1 Like

This has already been reported

1 Like

Thank you I searched for empty space so i never found this post