Hello, I am having troubles in studio, basically in every game I have and every game I make, I have to have a script speech bubbles to show up. If there is no script, there is no speech bubbles over peoples head when they chat. Also when I put gear in the StarterPack, you hold this gear at natural spawn and your stuck in the ground with it, not able to move at all. Should I re-install Studio or is there a fix for it? Please help because I make games that require gear and I can deal with the chat, though it is an inconvenience for it to be fixed in every game I have and every new one I make. Thanks!
I believe this is intentional, it’s pretty much a script to enable bubble chat. The script should look along the lines of:
local Chat = game:GetService("Chat")
Chat:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function()
return {
ClassicChatEnabled = true,
BubbleChatEnabled = true,
}
end)
Back then, you could simply enable/disable the bubble chat through game settings, however there is a reason why they made it this way. (not sure why, but I could try looking it up for you if needed.)
It sounds like your gear is anchored. Make sure that none of the parts in your tool is anchored, and there is a handle and everything else is welded to it.
Oh ok, thank you so much! Big help tbh. I should have known that the gear was anchored… But the script is helpful.
No problem, you can mark my reply as a solution instead of putting “FIXED” in the title, by the way.
Oh lol, I will, I just joined the forums like 4-5 hours ago lol. I have been using for months though I had no idea how to join, I posted a topic of how for others. But I’m new to replies and also topics…