|
| 31 Jul 2011 04:47 PM |
local current = script.Parent.Parent:FindFirstChild("F-16") local copy = current:Clone()
function add() if current.Parent then current.Parent = game.Workspace end local c = copy:Clone() c.Parent = script.Parent.Parent c:MakeJoints() current = c end
while true do wait(5) if script.Parent.Parent:FindFirstChild(current.Name) == nil or (current:FindFirstChild("Nose") and (script.Parent.Position - current.Nose.Position).magnitude > 20) then add() end end
Output says it's running fine, but it isn't respawning. Yes, I know, it's anaminus's script for the regen that was in his arrow-keys plane. It's pretty old, so there were some things I had to fix. It might just be that I missed some stuff. |
|
|
| Report Abuse |
|
| |