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.