of     1   

kcitsretsamekul
#139952800Friday, July 11, 2014 4:16 AM GMT

Does anyone have a Kick-Out Script that will kick you after a certain amount of time when you join my Poll Answering Game? I have a 1 question GUI and I change every so often. I tell people to join answer the Poll Question then leave. I want to add a limit how long they they can stay because they should all just be short answers quick adn simple. Thanks!!
systematicaddict
#139953805Friday, July 11, 2014 4:26 AM GMT

timeuntilkickout = 100 game.Players.PlayerAdded:connect(function(p) wait(timeuntilkickout) p:Kick() end)
kcitsretsamekul
#139954224Friday, July 11, 2014 4:30 AM GMT

Thanks!

    of     1