MembershipType in old games

Hi there fellow developers. I’ve had this question for ages and now I’m looking for answers.
Ever since the discontinuation of Builders Club and the introduction of Premium. In older games that have BC only features using MembershipType to check for BC. Will the old scripts still function correctly. I.e. If the script was checking if MembershipType = BuildersClub or TurboBuildersClub or OutrageousBuildersClub will they all now return true if the players MembershipType = Premium? Basically for backwards compatibility.

1 Like

No, it will not (unless they still have builder club idk how). Nowadays, BC is Premium. So you will have to use Enum.MembershipType.Premium instead of Enum.MembershipType.BuilderClub

1 Like