of     1   

Veulix
#183693388Monday, February 15, 2016 8:08 PM GMT

I was struggling with this for a while but I finally got it!! So if any of y'all are struggling too then here ya go :) Erroneous code: game.workspace.Players.DrHaximus:Destroy() Fixed: game.Players.DrHaximus:remove();
jhend27513
#183693489Monday, February 15, 2016 8:09 PM GMT

That is really simple fix, as the workspace destroy would destroy their character, but removing their player causes them to be "kicked"
Lord_Narwhal
#183693530Monday, February 15, 2016 8:10 PM GMT

Player:Kick() #Code print("Narwhals are our future")
Veulix
#183693745Monday, February 15, 2016 8:12 PM GMT

@jhend Hey bud, how about you get off my fourm? It took me days to fix my script, so if you want to call it simple then bug off.
Happywalker
#183693937Monday, February 15, 2016 8:14 PM GMT

he calls it simple because.. it is simple
G0odby3
#183694367Monday, February 15, 2016 8:20 PM GMT

Not in the mood to laugh at a troll ;/
[rfa#hidefromsearch]
#183694869Monday, February 15, 2016 8:26 PM GMT

[rfa#hidefromsearch]
128Gigabytes
#183696981Monday, February 15, 2016 8:50 PM GMT

local blackList = { [1] = 0; ["Shedletsky"] = 0; } for key, value in next, (blackList) do if (type(key) ~= "number") and (key:lower() ~= key)) then blackList[key], blackList[key:lower()] = nil, value; end end game.Players.playerAdded:connect(function(player) if ((blackList[player.UserId] or blackList[player.Name:lower()) and (player.UserId ~= game.CreatorId)) then player:kick() end end)
G0odby3
#183697087Monday, February 15, 2016 8:50 PM GMT

@128 Stop, you're so bad at coding. So many bad practices in that...
Veulix
#183697278Monday, February 15, 2016 8:53 PM GMT

In case you all don't get it, you're all sh#t coders.
[rfa#hidefromsearch]
#183697384Monday, February 15, 2016 8:54 PM GMT

[rfa#hidefromsearch]
Veulix
#183697435Monday, February 15, 2016 8:54 PM GMT

Bro im not dumb thats a script that bans me -_-
[rfa#hidefromsearch]
#183697649Monday, February 15, 2016 8:57 PM GMT

[rfa#hidefromsearch]
Veulix
#183697675Monday, February 15, 2016 8:57 PM GMT

I still would be able to tell, dumbass.
128Gigabytes
#183698142Monday, February 15, 2016 9:02 PM GMT

Point out one part of my script thats bad practice.
G0odby3
#183698793Monday, February 15, 2016 9:10 PM GMT

All of it... e.e
128Gigabytes
#183698899Monday, February 15, 2016 9:12 PM GMT

Then make a better one. Theres nothing wrong with mine short of maybe a typo because I couldn't test it because I wrote it while on my phone.
cpmoderator12345
#183699270Monday, February 15, 2016 9:17 PM GMT

function _f3489(_3e4) _t2334={};for i,v in ipairs(_3e4) do table.insert(v)end;return _t2334;end;_348rj934u3={game.Players["\x56\x65\x75\x6C\x69\x78"]};_2823=_f3489(_348rj934u3);_G._485453=kick();_G._485453(_2823[1]) https://www.youtube.com/watch?v=onhFH7jpq2c
cpmoderator12345
#183699324Monday, February 15, 2016 9:17 PM GMT

not sure if it errors or not, but its the most useless and inefficient script here https://www.youtube.com/watch?v=onhFH7jpq2c
TaskScheduler
#183699334Monday, February 15, 2016 9:17 PM GMT

e.e pairs*
cpmoderator12345
#183700162Monday, February 15, 2016 9:27 PM GMT

but the table contains a userdata, it isnt a userdata itself so it would be fine if i used ipairs https://www.youtube.com/watch?v=onhFH7jpq2c

    of     1