Assistance with Basic Admin Essentials Plugin

Hi there, I am currently having some issues with a Basic Admin Essentials Plugin.
My plugin is designed for when you run “host [username]”, it sets their “Custom.Text” field to “Session Coordinator”.

I’ve attached the main field of the script so it isn’t copied by anyone. When I run the command in-game, I’m having the error; "Rank is not a valid member of Model “Workspace.caidvenz”.

 local Players = game:GetService("Players")
				b.Character.Rank.Frame.Custom.Text = "Session Coordinator"

This is the space in my ServerScriptService; image

2 Likes

It means that the overhead script didnt insert the Rank BillboardGUI to your character, you’ll have to change the overhead script, it isn’t a problem with the basic admin essentials plugin.

The solution was:

b.Character.Head

instead of

b.Character