How do I prevent the player from classic and bubble chat while still being able to chat? I am making a custom chat gui but I am figuring out how to prevent the default classic and bubble chat.
In a local script in StarterGui:
1 | game:GetService( "StarterGui" ):SetCoreGuiEnabled( "Chat" , false ) |
wiki.roblox.com/index.php?title=API:Class/StarterGui/SetCoreGuiEnabled
You would disable bubble chat in the places settings.