I was making a nametag with basic icons for Premium, Verified, and Game Creator/Dev and while testing the teleporter on the Game Client, it shows I am verified, and I already checked all code which nothing is wrong or breaking. And the print says it is true.
local Players = game:GetService("Players")
Players.PlayerAdded:Connect(function(player)
if player.HasVerifiedBadge then
print(`{player.Name} has the verification badge`)
else
print(`{player.Name} does not have the verification badge`)
end
end)
alright, thanks you for the help, it is working now. But also one more thing is that when I tried the httpservice ot get the Group API, it returned with forbid to use Roblox Services.