ZJDJx2002
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 1263 |
|
|
| 16 Jul 2015 11:05 PM |
1. can tables be used for putting people on lists or something like that? 2. How do i put a ban timer on someone, this thread explains it: http://www.roblox.com/Forum/ShowPost.aspx?PostID=167508041
can someone help me with this? |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2015 11:05 PM |
| Post this on the scripters sub-forum. |
|
|
| Report Abuse |
|
|
ZJDJx2002
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 1263 |
|
| |
|
legocd
|
  |
| Joined: 10 Apr 2012 |
| Total Posts: 4455 |
|
|
| 16 Jul 2015 11:09 PM |
Go to the scripters forum
bulletproof |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2015 11:09 PM |
well, i know how to ban someone from the game, or just that server
banned = {"Name","OtherName"}
game.Players.PlayerAdded:connect(function(player) for i,v in pairs (banned) do if player.Name == v then player:Remove()
end
end end) |
|
|
| Report Abuse |
|
|