":m" and ":h" text missing in UI for Basic Admin Essentials

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 :slight_smile:

This is how the GUI is set-up

dyk which specific script has the code that handles the “:m” and “:h” commands

1 Like

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.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.