Roblox Wiki
Register
Advertisement
Roblox Wiki

Official Group of Roblox (formerly ROBLOX Admins) is a Roblox group owned by Games.

This group, unlike other groups, is a private group, only accepting Roblox employees, Roblox interns, and other staff employed at Roblox.

Programming[]

In Lua, this group can be used to determine if a player is employed at Roblox, due to no official API existing to check if a user is an employee.

local adminRanks = {64,71,127,254}
if table.find(adminRanks,player:GetRankInGroup(1200769)) then
    -- Employee
end

Note that this is a general method to determine if someone is a Roblox employee, and it might not work for all cases. If someone tries imposting a Roblox staff member or fake to be someone else as a Roblox staff report them to ban the impostor.

Trivia[]

This section is a trivia section. Please relocate any relevant information into other sections of the article.

  • It used to be Builders Club only while the membership was still around.
Advertisement