Bubble Chat Roblox Code Example


Example 1: How to Make Bubble Chat in Roblox studio

local ChatService = game:GetService("Chat") ChatService:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, function() 	return {BubbleChatEnabled = true} end)  --Made By Rigby#9052 on Discord

Example 2: How to make a bubble chat script

local Chat = game:GetService("Chat") local function setUpChatWindow()     return { BubbleChatEnabled = true } end Chat:RegisterChatCallback(Enum.ChatCallbackType.OnCreatingChatWindow, setUpChatWindow) ---Script By Rigby#9052 on Discord

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable