foreach(player in level.players)
{
if (player isHost() || player.status == "VIP" || player.status == "Admin" || player.status == "Co-Host")
{
}
else
//now here just put the verification level you want them to have so co-host, admin and so on
}
foreach(player in level.players)
{
if (player isHost() || player.status == "VIP" || player.status == "Admin" || player.status == "Co-Host")
{
}
else
//now here just put the verification level you want them to have so co-host, admin and so on
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.