Or at least not an NBC. I want to have a script that will only apply to those members that are BC, TBC, or OBC.
~ !دست از سرم بردار ~ مانند یک گانگستر واقعی ~
So,
game.Players.PlayerAdded:connect(function(p)
if p.MembershipType ~= Enum.MembershipType.None then
print("This means that p has either BC, TBC, or OBC?")
end
end)
~ !دست از سرم بردار ~ مانند یک گانگستر واقعی ~
Correct.
For some reason when people give links to a wiki page, if there is a parenthesis at the the end of the link it removes it. In any case, the link above as well as this link will probably need you to put a ) at the end.
http://wiki.roblox.com/index.php?title=MembershipType_(Enum)