r7xJoin Date: 2013-06-16 Post Count: 3253 |
the game checks if your bc or not for some reason |
|
|
Support.
-My heart doesn't beat, it wubs. |
|
SomniareJoin Date: 2013-01-10 Post Count: 500 |
Support. This would make so many things easier. |
|
|
I don't understand some plz tell what this is about? |
|
|
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. |
|
|
tamotiJoin Date: 2009-03-22 Post Count: 707 |
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()? |
|
|
@tamoti
Oh won't that be fun? |
|
sassle12Join Date: 2009-09-26 Post Count: 2382 |
I honestly think that tamoti has a good point.
If you implent this then you would implement:
IsBC()
IsTBC()
IsOBC()
IsNBC()
IsGUEST()
|
|
|
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. |
|
|
Example:
if game.Players.Player1.MembershipType == "None" then
print('Player1 is NBC')
end |
|
gigabicJoin Date: 2010-09-06 Post Count: 4344 |
And why would we need this? We already got BC games. |
|
MunimRJoin Date: 2011-06-26 Post Count: 1538 |
No support already possible
http://wiki.roblox.com/index.php/MembershipType_(Property)
Learn to wiki skids.
~Fattycat17 is here to stay so umad haters |
|
MaradarJoin Date: 2012-03-06 Post Count: 4478 |
@fatty
Simpler ways to do it, maybe? |
|
MunimRJoin Date: 2011-06-26 Post Count: 1538 |
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 |
|
MaradarJoin Date: 2012-03-06 Post Count: 4478 |
@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. |
|
MunimRJoin Date: 2011-06-26 Post Count: 1538 |
@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 |
|