#How can i create a global chat system
1 messages · Page 1 of 1 (latest)
i have tried every script from devforum, and ai too...
i don't want script, only the method, like how games like everything upgrade tree do it
do you want people to be able to communicate from other servers?
that’s what it sounds like
i think the difficulty here is that you’re communicating between different places in the same experience
let me do some research and help you out
just looked it up, this shouldn’t be an issue, messaging service should work for different places as long as they’re a part of the same experience
i also searched it up
but when i put the scripts
it doesnt work
lemme give you the scripts
what i basically do
is take the scripts, and put them in every subplace
so the same remote event, server and local scripts copied to all the subplaces and main game
the scripts i tried. 1. https://devforum.roblox.com/t/global-chat-across-all-servers/2152235/6
See below. I found this on either DevForum or YT somwhere. My notes say “GlobalChat.lua, by ForcyDorcy”. I have modified it to add a few extas to it. --SERVER SCRIPT -- SERVICES local Chat = game:GetService("Chat") local Players = game:GetService("Players") local HttpService = game:GetService("HttpService") local MessagingService = game:Get...
btw, how did you learn roblox at start
like is it normal to be bad at start?
yep.
i thought of trying opentextchatservice but its currently under roblox review until i dont know how long
thanks for the help given
i’ve never used messaging service so me reading the code won’t really help anything
did you look through the dev hub documentation for messaging service?
there may be something there that can help you out
i would also encourage using prints throughout the code to help you figure out where the code isn’t working
unless there errors printing?
it shows it got the message
it shows it broadcast the messgae
its getting late at 9:30pm so ill research and tell later
thanks for your help!
the documentation says to generate a special api key
** You are now Level 3! **
and also they have a v2 version of the api