
Roblox - How to hide chat + leaderboard - Stack Overflow
Feb 16, 2016 · I know the script to do this is: local StarterGui = game:GetService('StarterGui') StarterGui:SetCoreGuiEnabled (Enum.CoreGuiType.Chat, false) and local StarterGui = game:GetService("StarterGui")
Lua/Roblox Studio - How do I hide a scrolling frame
Sep 29, 2024 · I am new to here, I'm also a beginner in Lua. I know something about Roblox Studio though. But how do I hide a scrolling frame with a button as the frame's child? I've made some rules by scrolling ...
How can I stop certain messages from sending in Roblox?
May 17, 2021 · I am trying to have certain commands (for moderation) not be shown in the Roblox chat but still be picked up by Player.Chatted or a similar event.
Is it possible to create a non-proximity voice chat in Roblox?
Aug 28, 2023 · Unfortunately, this is not possible yet. 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 programmability may come in the future, but considering the date of the post, it might've been put on the back burner instead of being a priority feature.
roblox - Both Chat:Chat () and TextChatService:DisplayBubble () …
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, TextChatService:DisplayBubble() fai...
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 The code I used was: ...
How would I make a player invisible only to certain players?
Jan 3, 2021 · In Step 3, we send the message out to players to show or hide a player using TogglePlayerVisible. So I would modify Step 3, and have the server Script keep track of all the players who are invisible, adding invisible players to a table, and removing visible ones.
Which Roblox/LUAU classes can have malware/scripts hidden inside?
Oct 7, 2021 · Ok, so I'm trying to learn how to detect and remove malware from things in the Roblox Studio Toolbox. That is a tall order, since I'm still learning LUAU and there are many ways to conceal malware, including obfuscation techniques (spacing, reversed strings, reversed ascii strings, getfenv (), hidden teleports, nested scripts, scripts that were reclassified to something …
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 game"). This is the best that...
android - Hiding Title in a Fullscreen mode? - Stack Overflow
Jun 14, 2009 · Is there a way to hide the window title so that it won't get shown in fullscreen mode ( getWindow().setFlags(LayoutParams.FLAG_FULLSCREEN, LayoutParams.FLAG_FULLSCREEN) ) but then ...