local TextChatService = game:GetService("TextChatService") local channel = TextChatService.TextChannels:WaitForChild("RBXGeneral", 10) if channel then channel:SendAsync("MeSsAgE_ExEcUtEd_SuCcEsFuLlY") --change the text to whatever you want end