TextBox not registering emojis pasted from Windows Emoji Panel

TextBox:GetPropertyChangedSignal("Text"):Connect(function()
	print(TextBox.Text)
end)

If I paste emojis using the Windows emoji panel the first emoji triggers the above code but the console shows nothing. It also doesn’t trigger after the first emoji if you enter more emojis.
Only when you exit the Emoji Panel does the textbox register the new emoji inputs.

Anyone know a good work-around for this?

1 Like

Seems more like a Windows or Roblox issue. Likely no workaround for it