|
| 28 Jan 2012 10:14 AM |
| Play my game "Script Tests" |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 28 Jan 2012 10:32 AM |
Bump Sorry D: I just want feedback on my script D: |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 28 Jan 2012 10:38 AM |
game.Players.PlayerAdded:connect(function(newNoob) if newNoob.Name then m = Instance.new("Message", workspace) m.Text = newNoob.Name .. " is a noob who made us all die!" wait(3) m:remove(2) for i,a in pairs(game.Players:GetChildren()) do if a then a.Character.Humanoid.MaxHealth = 0 return true --Lets make it every time player enters end end end end) |
|
|
| Report Abuse |
|
|
| |
|
| |
|