So when a player runs the “:m Hi everyone” command or “:h Hi everyone” a pop-up is supposed to show to the entire server on screen and in my situation it does however the text that it supposed to be displayed does not show the text:
i think u might only be tweening 1 UI object out of a list of your :m / :h UI.
u should have a set up like this for :m for example:
v ScreenGui
v GradientFrame
v Username Text & MessageTextLabel
and tween the frame’s position to the center.
for future reference try to show how u set up ur GUI and ur code
This is how the GUI is set-up
dyk which specific script has the code that handles the “:m” and “:h” commands
1 Like
InterTMCH
(InterTMCH)
June 19, 2025, 6:32pm
4
Try checking the Text ZIndex, the text itself is probably hidden behind the frame, or the text visible property is false.
it’s not an issue because of you, it’s because Roblox deprecated a feature related to filtering. there is already an article explaining how to fix it.
As of right now, Filtering is broken in Basic Admin – Here’s how to fix it
ROBLOX made a change in one of their Filtering systems that Basic Admin uses to filter player messages and commands. Please keep in mind that for right now, this can only be fixed by importing in the MainModule as the tutorial shows in this original post in the Setup section: The Ultimate Basic Admin Essentials Guide
How commands look now before making this change:
The circled red box is the problematic li…
Basic Admin Essentials 2.0 (BAE) is by far the most commonly used admin commands module amongst cafe/restaurant roleplay games. It’s a super robust and versatile module, but has one big problem: there is no public documentation. This means that the full potential and functionality of the module is rarely discovered as it is difficult to implement any form of customization without experimenting and figuring it out yourself.
I’ve worked with BAE for the past 3 years and leveraged its capabilities…
3 Likes
system
(system)
Closed
July 3, 2025, 6:54pm
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.