HasBuildPermission (Method)
From Legacy Roblox Wiki
Jump to navigationJump to search
HasBuildPermission( BuildPermission role ) | |
Returns | Boolean build permission |
Description: | Returns true if player has permission for the role. |
Member of: | Player |
Enum | Name | Description |
0 | Insert | Allows a player to insert objects from his personal collection of Models. |
1 | Delete | Allows a player to remove objects. |
2 | Resize | Allows a player to resize objects. |
3 | Move | Allows a player to move objects. |
4 | Clone | Allows a player to copy objects. |
5 | Color | Allows a player to change the color of objects. |
6 | Material | Allows a player to change the material of an object. |
7 | Surface | Allows a player to change the surface type of an object. |
8 | Configuration | Allows a player to change configurations of objects. |
9 | Moderate |