Filtering a string of just spaces gives HTTP 400

local textFilterResult: TextFilterResult = game.TextService:FilterStringAsync(" ", player.UserId)
local text = textFilterResult:GetNonChatStringForBroadcastAsync()

When given text that is just spaces, this gives an HTTP 400. I believe this has been happening for a very very long time, it’s just that I only just now found the cause.

2 Likes

Sent to the team! We’ll update you as soon as possible :slight_smile:

1 Like