So basically i was customizing basic admin, when i say :cmds or open the commands from the notif. It is blank.

I don’t know how we can help with no code or what the issue is
Could you provide what you modified, and the console output? That would definitely help others in trying to solve this problem.
I modified the :ban command like once it bans, it gives a notification to the person who banned him, like the title is Banned, Banned (user) same for :kick
06:23:10.179 Unable to assign property Text. string expected, got table - Client
06:23:10.180 Stack Begin - Studio
06:23:10.180 Script ‘Players.DollarMrBeast213.PlayerScripts.Essentials Code’, Line 607 - function NewLoop - Studio
06:23:10.180 Script ‘Players.DollarMrBeast213.PlayerScripts.Essentials Code’, Line 858 - Studio
06:23:10.180 Stack End - Studio
Heres out put.
Send the place file. I’ll help us locate the exact issue and provide a modified version
BAE T.rbxl (669.5 KB)
Dear god.
That was an awful debugging experience. I’m blown as to why BAE is so widely used. Its code is AWFUL. Anyways, your issue was due to a title conflict. ~\PlayerScripts\Essentials Code, line 588, Title is compared to “TT Cmds”, where ServerScriptService\Admin\MainModule, line 624, responds to the “cmds” command by signalling a “List” display with the title “VP Commands”. Correcting line 588’s comparison of Title to “VP Commands” resolves your issue
Oh my god, tysm. That resolves the issue, mwah!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.