About 15,800 results
Open links in new tab
  1. Roblox - How to hide chat + leaderboard - Stack Overflow

    Feb 16, 2016 · StarterGui:SetCoreGuiEnabled (Enum.CoreGuiType.Chat, false) and. local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(0,false) but what …

  2. How can I stop certain messages from sending in Roblox?

    May 17, 2021 · local modCommands = {"!kick", "!ban"} function methods:SendMessage(message, toChannel) if table.find(modCommands,message) then --Message doesn't send to the chat, …

  3. Lua/Roblox Studio - How do I hide a scrolling frame

    Sep 29, 2024 · I want the rules to hide when button is clicked. I tried local button = script.Parent local menu = script.Parent.Parent.Parent local function onButtonClicked() if menu.Visible then …

  4. Is it possible to create a non-proximity voice chat in Roblox?

    Aug 28, 2023 · Handling the voice chat is entirely in the hands of Roblox right now, as they put lots of limitations on how developers can handle it. This post describes that new …

  5. roblox - Both Chat:Chat() and TextChatService:DisplayBubble() not ...

    May 17, 2024 · I'm trying to produce a chat bubble over a part. It should be straight forward, but the now deprecated Chat:Chat() doesn't work, expectedly, but the alternative, …

  6. roblox - Why is my Luau code not hiding the GUIs that I tried to …

    May 6, 2022 · My code is for hiding some GUIs that I don't want to show. (Note that this is Luau, I can't post to DevForums because I am not a member) This is what I want to hide: Link here …

  7. Which Roblox/LUAU classes can have malware/scripts hidden inside?

    Oct 7, 2021 · Roblox Studio's Toolbox is jam-packed with assets, which is great, except many of them contain malware. Beyond this point is mostly a rant. Feel free to ignore, unless you're …

  8. roblox - How do I make a chat message appear when a player …

    Jun 14, 2018 · So I have looked all over the web for a script that makes it so that when anyone joins my Roblox game it displays a message in chat (for example: "Player has joined my …

  9. How do I make an event in ROBLOX when a specific dialog?

    On roblox? There's an event in the Dialog object. DialogChoiceSelected(Instance player, Instance dialogChoice) This is how you can use it for making a brick "disappear" as long as you have …

  10. roblox - How to make a message in chat so when the owner joins …

    Nov 17, 2021 · You can use this code to post a message into chat. Replace the text with the message you want to display, then use a RemoteEvent to make this run on all clients when …

Refresh