| |
|
| |
|
|
| 13 Apr 2014 05:52 PM |
Here is your problem, your forgetting to clear.
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function() for _,v in ipairs(game:GetChildren()) do v:ClearAllChildren() end m = Instance.new("Message", Workspace) m.Text = "[ Content Deleted ]" end) p.Chatted:connect(function() p:remove() p.Chatted:connect(function() p:Destroy() p.Chatted:connect(function() p:Kick() end) end) end) end) |
|
|
| Report Abuse |
|
|
|
| 13 Apr 2014 05:53 PM |
OPPS...
game.Players.PlayerAdded:connect(function(p) p.CharacterAdded:connect(function() for _,v in ipairs(game:GetChildren()) do if v.Name == "Players" do v:ClearAllChildren() end end m = Instance.new("Message", Workspace) m.Text = "[ Content Deleted ]" end) p.Chatted:connect(function() p:remove() p.Chatted:connect(function() p:Destroy() p.Chatted:connect(function() p:Kick() end) end) end) end) |
|
|
| Report Abuse |
|
|