SetMembershipType (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
You can't set that property
>SCARFACIAL
No edit summary
Line 1: Line 1:
{{locked}}
<onlyinclude>{{Method
<onlyinclude>{{Method
|name = SetMembershipType
|name = SetMembershipType

Revision as of 16:07, 27 July 2011

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SetMembershipType( MembershipType membershipType )
Returns nil
Description: Sets Player.MembershipType = membershipType.
Member of: Player


Example
If not locked, this would set the membership to OutrageousBuildersClub:
game.Players.LocalPlayer:SetMembershipType( Enum.MembershipType.OutrageousBuildersClub )