About 83,800 results
Open links in new tab
  1. How do i make Chat message script? - Scripting Support - Roblox

    Feb 2, 2021 · If you make this a server-sided script then everyone will see the message. you must fire a remote telling the client to run it on their own, not from the server CeMhystic (holy) February 2, 2021, 8:58am

  2. How to send server message using new TextChatService ... - Roblox

    Mar 7, 2023 · This will create a new RemoteEvent called “NewPlayerEvent” in ReplicatedStorage. You can then use this event to trigger a message to all players whenever a new player joins the game. Next, you will need to create a script that listens for the “NewPlayerEvent” and sends a message to all players. You can do this using the following code:

  3. How to make a System Chat Message using the new ... - Roblox

    Aug 23, 2022 · Based on what I can tell. No, You would be better off using a remote if you want to display a message to all clients. Like shown here:-- Client Remote.OnClientEvent:Connect(function(Message: string) game.TextChatService.TextChannels.RBXGeneral:DisplaySystemMessage(Message) end) -- Server Remote:FireAllClients(Player, Message)

  4. How to create a welcome message / system message [NEW CHAT …

    Jan 24, 2024 · Hello 👋 I am sorry in advanced if this is not the best tutorial, it is my first one here! Anyway, in this tutorial I will show you how to create system message, most commonly used for game welcome messages. So lets get started! Step 1 (Setup): Firstly, we have to create everything we need. Create the following in the listed locations. RemoteEvent / UnreliableRemoteEvent → ...

  5. Death Message Script - Scripting Support - Developer Forum

    Nov 19, 2020 · Hello! I want to make a script that randomly chooses a message to appear when the character dies, like how it happens in The Wild West. Here is my script. local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local LocalPlayerCharacter = LocalPlayer.Character local gui = LocalPlayer.PlayerGui.DeathGui local text = gui.TextLabel local hum = LocalPlayerCharacter ...

  6. How to send a server chat message from the server? - Roblox

    Jul 6, 2023 · I am trying to find a way to send a chat message such as “[Server]: Hello world!” from the server. All solutions I’ve found are using RemoteEvents to fire the client, but are there any ways to send it from the server? I’ve looked around on the dev forum but I haven’t really found anything. I hope someone has a solution to this!

  7. Make script post message in default chat? - Scripting Support

    Jul 6, 2018 · I feel like I have at some point seen the ability to have a script push a message to the chat window and you could choose the color of the text and everything. The problem is I can’t for the life of me figure out how I did it and I want to be able to add chat commands and that means feedback in the chat itself. Does anyone know how a script can …

  8. System Chat Message - Scripting Support - Developer Forum

    Sep 10, 2020 · Exactly. Running it in a LocalScript will make the message only appear locally in your chat, while running it in a Server Script, will replicate the chat to everyone. If you want to transfer a message to be sent from the Server, you can use a RemoteEvent to transfer the message command, and then post it.

  9. How to make a message - Scripting Support - Developer Forum

    Jul 1, 2020 · I am using this script, so helpful so thank you @OIogist for making it! I’m not using the BoolValue script but just the normal one. I’m not using the BoolValue script but just the normal one. When the player touches it then it spams the message in the chat until they get off the block.

  10. How would I send a chat message from the server? - Roblox

    Jan 29, 2021 · For example every 30 seconds it would say ‘{System}: Hi’ in the default roblox chat How can I do this? I tried to read about the chat service on the wiki but couldn’t find anything

  11. Some results have been removed
Refresh