You can write your topic however you want, but you need to answer these questions:
-
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. -
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:
Just one script in a new place can repro this bug
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