cAoSbOx10Join Date: 2012-11-21 Post Count: 905 |
http://www.roblox.com/Anti-Noob-Script-Kicks-noobs-from-your-game-item?id=214978084
Tired of these noobs with bacon hair or 3.0 Woman hair? Insert this at your game and so it will kick any noob it finds. If the noob joins again, he will get kicked again.
If it doesn't works tell me and I'll try fixing it. |
|
cAoSbOx10Join Date: 2012-11-21 Post Count: 905 |
Bump. |
|
coldkittJoin Date: 2012-01-05 Post Count: 2503 |
you are removing players if they have kate hair or pal hair?
you should of made it check the account creation date.
All toasters,toast toast. |
|
cAoSbOx10Join Date: 2012-11-21 Post Count: 905 |
Good idea. I'm gonna name it "3.0 Noob Removal" and make another that checks the creation date. |
|
|
Wouldn't this be against Roblox's sort of term type as you are kicking players based on their account creation just like you are NOT allowed to kick guests |
|
|
You shouldn't kick them. Maybe make a message apower saying your account age is too low. Then put 2 Burtons. One says "I want to leave". Other says "I want to stay in a room with other noobs". |
|
cAoSbOx10Join Date: 2012-11-21 Post Count: 905 |
I also made one that shows a GUI to a guest saying "You are logged as a guest. Some features may not work." and with a button that when clicked it removes the GUI. |
|
|
I remember looking at the rules somewhere on Roblox, and this is not allowed. |
|
cAoSbOx10Join Date: 2012-11-21 Post Count: 905 |
Is there a rule saying "No strict places"? |
|
|
You're practically being racist to guests and their race. You're saying that race isn't allowed in your game.
"I like to program." - Bosswalrus |
|
|
@OP
Roblox will punish you for having this in the game. Only exception is BC only games to being strict who can join |
|
|
for some reason a lot of guests come to my basketball game so i made a private court for guests only
and sometimes i go there & they have 1 on 1s and stuff lol |
|
HexC3DJoin Date: 2012-06-30 Post Count: 10044 |
Ad astra, ad astra.. |
|
|
All I know is astra means starry, star, stars.
"I like to program." - Bosswalrus |
|
|
"Is there a rule saying "No strict places"?"
There is a rule saying that you can't have scripts that ban people simply because of them being new to the game, same applies to guests. |
|
chimmihcJoin Date: 2014-09-01 Post Count: 17143 |
the obvious thing to do is have something completely different than what the game is about just for guests and noobs
maybe a small obby |
|
|
Why kick guests? People will assume you're mean or something then your game will receive dislikes.
[INSERT WONDERFUL SIGGY HERE] |
|
128GBJoin Date: 2014-04-17 Post Count: 8056 |
game.Players.cAoSbOx10:Kick()
noob removal yah |
|
|
@128GB I 2nd that.
"I like to program." - Bosswalrus |
|
cAoSbOx10Join Date: 2012-11-21 Post Count: 905 |
Why being mean to me just because I made a script that kicks newbies? What if you wanna do a place that is only for people who played the game for a long time? It would be useful! |
|
|
Roblox has disallowed Guest kicking.
You can do certain things to guest, but denying them access by to waste their bandwidth in a prison cell is not one of them. |
|
|
Useful for what?
And we were all noobs at one point.
Well, all except for me.
|
|
|
Make a test
they must get 100% on the test to play the game
;) |
|
|
@Haschwalth
Adding on to your thing, Ban accounts only if they exploit c;
Probably the only exception |
|
|
detect if a user is a guest
game.Players.PlayerAdded:connect(function(plr)
if plr.userId < 0 then
print 'User is a guest!'
else print 'User is not a guest!'
end
end) |
|