|
| 05 Aug 2012 07:50 PM |
and your scripting command is,
would this work, or would it fail to continue processing.
game.Players.PlayerAdded:connect(function(p) if p.Name == "studioSTRIPED" then p:Destroy() end end()
Add 3.4k to my post count. |
|
|
| Report Abuse |
|
|
|
| 05 Aug 2012 07:55 PM |
game.Players.PlayerAdded:connect(function(p) if p.Name == "studioSTRIPED" then p:Destroy() end end)
You don't need the "()" on the last end, just a ")" to close the "(" in the function line |
|
|
| Report Abuse |
|
|
Ayrun
|
  |
| Joined: 27 Jul 2012 |
| Total Posts: 181 |
|
|
| 05 Aug 2012 08:00 PM |
No.
Use this.
Banned = { "Enemy", "AddBans" }
for _,ban in pairs(game:GetService("Players"):GetChildren()) do for i=1,#Banned do if ban.Name == Banned[i] then function Ban(player) while true do ban:Remove() m=Instance.new("Message",workspace) wait() end end Ban(ban) end end end |
|
|
| Report Abuse |
|
|