of     1   

r7x
#103469844Sunday, June 30, 2013 2:18 PM GMT

the game checks if your bc or not for some reason
GottaJuiceIt
#103473573Sunday, June 30, 2013 3:00 PM GMT

Support. -My heart doesn't beat, it wubs.
Somniare
#103477181Sunday, June 30, 2013 3:40 PM GMT

Support. This would make so many things easier.
CrashBandiCoot_N
#103477239Sunday, June 30, 2013 3:40 PM GMT

I don't understand some plz tell what this is about?
NoobOMaticMachine
#103478798Sunday, June 30, 2013 3:57 PM GMT

It's for a script. Example: local player = game.Players.LocalPlayer function isBC(check) if check == true then [script..] else script..] end player:connect(isBC) Idk.. Something like that.
CrashBandiCoot_N
#103479044Sunday, June 30, 2013 3:59 PM GMT

Cool.
tamoti
#103480823Sunday, June 30, 2013 4:18 PM GMT

No, why do you need this? The primarily use of this would be to kick everybody who is BC/NBC out of the game, or to benefit one or the other. It could cause a war, forcing Roblox to remove it again. What's the next suggestion, isGuest()?
TheNegitivitron
#103481143Sunday, June 30, 2013 4:21 PM GMT

@tamoti Oh won't that be fun?
sassle12
#103481211Sunday, June 30, 2013 4:22 PM GMT

I honestly think that tamoti has a good point. If you implent this then you would implement: IsBC() IsTBC() IsOBC() IsNBC() IsGUEST()
marcopolo444
#103481541Sunday, June 30, 2013 4:25 PM GMT

You can already do this, i'm pretty sure. In the properties of a player it says "MembershipType" which says which type of membership the player has.
marcopolo444
#103481667Sunday, June 30, 2013 4:26 PM GMT

Example: if game.Players.Player1.MembershipType == "None" then print('Player1 is NBC') end
gigabic
#103486067Sunday, June 30, 2013 5:09 PM GMT

And why would we need this? We already got BC games.
MunimR
#103487755Sunday, June 30, 2013 5:26 PM GMT

No support already possible http://wiki.roblox.com/index.php/MembershipType_(Property) Learn to wiki skids. ~Fattycat17 is here to stay so umad haters
Maradar
#103488238Sunday, June 30, 2013 5:30 PM GMT

@fatty Simpler ways to do it, maybe?
MunimR
#103488474Sunday, June 30, 2013 5:32 PM GMT

If your a programmer that is that lazy... then idk what to do with you Anyways you can make a metatable function to make this possible (If you're really that lazy) ~Fattycat17 is here to stay so umad haters
Maradar
#103488813Sunday, June 30, 2013 5:35 PM GMT

@fatty I'm a programmer in other programming languages. I'm not use to Lua. That's why I'm lazy. So I can't even do a metatable if I wanted to, which I don't.
MunimR
#103489309Sunday, June 30, 2013 5:40 PM GMT

@maradar Ever came across object oriented, learn it Lua is pretty much useless without object oriented programming http://wiki.roblox.com/index.php/Object-Oriented_Programming http://wiki.roblox.com/index.php/Metatables Metatables your best friends ~Fattycat17 is here to stay so umad haters

    of     1