Studio Crash due to textChatService.StyledPropertiesChanged connection

This code below crashes roblox studio for me it’s run on script on server or workspace, and if it is uploaded into a game it will not allow me to join. I have asked 3 other people if it crashes roblox studio for them and they have all said yes.

local textChatService = game:GetService("TextChatService")

textChatService.StyledPropertiesChanged:Connect(function(msg)

end)

My PC Specs
AMD Ryzen 5600G with Radeon Graphics
16GB ddr4 3200Mhz
AMD Radeon RX 6750 XT

Below is an attached youtube video that shows the bug and it also shows my studio beta settings and it shows that all plugins are disabled

Expected behavior

I expect to be able to get into the game and walk around normally.

Thank you for the report.

The StyledPropertiesChanged API is not released yet, so as a workaround, avoid connecting to this unreleased signal.

We’ll make sure that the connection is just ignored instead of crashing in the future update of course.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.