Advertisement
mr2meows

buble

Jul 2nd, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. repeat game:GetService("RunService").RenderStepped:Wait() until game:IsLoaded()
  2. local Players = game:GetService("Players")
  3. local Player = Players.LocalPlayer
  4. local Chat = game:GetService("Chat")
  5. local ChatSettings = require(Chat:WaitForChild("ClientChatModules"):WaitForChild("ChatSettings"))
  6. local ChatGui = Player:WaitForChild("PlayerGui"):WaitForChild("BubbleChat")
  7. ChatSettings.BubbleChatEnabled = true -- Turn on bubble chat.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement