of     1   

TooKawaiiForSenpai
#63644298Thursday, March 01, 2012 3:02 AM GMT

From what I read in the blog post, there's a way to check if a player is an admin in a personal server. What is the method?
micol2242
#63644443Thursday, March 01, 2012 3:04 AM GMT

:HasBuildPermissions()
nate890
#63644480Thursday, March 01, 2012 3:05 AM GMT

HasBuildPermission(role) Assuming role is admin then it should work. "Bro five! Wear this to let everyone know you think they deserve a high five."
micol2242
#63644545Thursday, March 01, 2012 3:06 AM GMT

Actually, I was told HasBuildPermission() was in there before Personal Build Servers odd what
TooKawaiiForSenpai
#63644609Thursday, March 01, 2012 3:07 AM GMT

:HasBuildPermission("Admin") Like that?
grimm343
#63658832Thursday, March 01, 2012 3:51 PM GMT

http://wiki.roblox.com/index.php/HasBuildPermission_(Method) It's a method that you use on a Player, using an enumeration to see if that Player has permission to do what the enumeration is.

    of     1