The Parent of the script = Screengui --How this works = When name entered, only those name can see --I need help converting this to RankUpdate like GetRankInGroup. permission = {"GalaxyMaster99"} GroupID = 199219 Rank = 15 function Check(name) for i = 1,#permission do if (string.upper(name) == string.upper(permission[i])) then return true end end return false end if (Check(script.Parent.Parent.Parent.Name)) then print("Human Passed") else script.Parent:remove() end