No, unfortunately, I have not provided such an option yet. You can try to do it yourself or wait a bit until I release the second version of this model
local whitelisted = {} -- enter the user ids
if table.find(whitelisted, player.UserId) then
textlabel1.Text = "rank here"
textlabel1.TextColor3 = Color3.new(0,0,0)
textlabel2.Text = "rank here"
textlabel2.TextColor3 = Color3.new(0,0,0)
imagelabel.image = " "
end
because if they change their usernames it won’t work anymore
This post is extremely helpful! The only issue is I can’t find the images you use since Roblox says “Error code 404 Page not found” when I try to find the used image, but it still works.