of     2   
chevron_rightchevron_rightchevron_right

Pennyz
#27998196Friday, June 25, 2010 4:22 AM GMT

function onEntrance() wait(180) local zombies = game.Lighting.zombies for i = 6 #zombies do local copy = zombies[i]:clone() copy.parent = game.Workspace copy:MakeJoints() end end
Blizzard9890
#27998230Friday, June 25, 2010 4:23 AM GMT

Is that the whole script?
Pennyz
#27998269Friday, June 25, 2010 4:24 AM GMT

Um that's as far as I could go
slayer9365
#27998341Friday, June 25, 2010 4:26 AM GMT

local zombies = game.Lighting.zombies local i = 1 while true do repeat wait(180) z = zombies[i]:clone() z.Parent = game.Workspace z:MakeJoints() i = i + 1 until i = 7 end
labtop653
#27998363Friday, June 25, 2010 4:27 AM GMT

lol HOLAAA
Blizzard9890
#27998369Friday, June 25, 2010 4:27 AM GMT

idk if this will work or not. function onEntrance() wait(180) local zombies = game.Lighting:GetChildren() for i = 1, #zombies do if zombies[i].Name = "zombies" then local copy = zombies[i]:clone() copy.parent = game.Workspace copy:MakeJoints() end end game.Players.PlayerAdded:connect(onEntrance)
slayer9365
#27998412Friday, June 25, 2010 4:28 AM GMT

blizzard that should work, I am not sure exactly what he wanted to I just guessed.
Blizzard9890
#27998446Friday, June 25, 2010 4:29 AM GMT

I don't know I think it was a zombie spawn 3 minutes after someone joins.
slayer9365
#27998534Friday, June 25, 2010 4:31 AM GMT

What ever he has two scripts that should work.
ElectricAxel
#28001919Friday, June 25, 2010 6:29 AM GMT

slayer, yours won't "until i = 7" :P
yoyoguy20
#28002335Friday, June 25, 2010 6:44 AM GMT

I dunno if it matters, but its 'Entered', not 'Entrance' And you need something to end the function.
ElectricAxel
#28029652Friday, June 25, 2010 8:16 PM GMT

yoyoguy, the function can be called anything, its a variable. And he did end it. <.<
yoyoguy20
#28186069Monday, June 28, 2010 10:50 AM GMT

Oh, I'm so sorry that I'm so crappy at LUA.
yoyoguy20
#28186097Monday, June 28, 2010 10:51 AM GMT

Oh, wait. I was looking at the top one you noob. You could of asked which one I was looking at.
muhis
#28189016Monday, June 28, 2010 1:20 PM GMT

function onEntrance() wait(180) local zombies = game.Lighting.zombies for i = 6 #zombies do local copy = zombies[i]:clone() copy.parent = game.Workspace copy:MakeJoints() end end its works!
ElectricAxel
#28208287Monday, June 28, 2010 6:49 PM GMT

Me noob? For your info, none of them had the problem you are talking about. :P
yoyoguy20
#28212256Monday, June 28, 2010 7:50 PM GMT

Ok, the script that needed fixing. Wheres the end of the 'function'?
ElectricAxel
#28212386Monday, June 28, 2010 7:53 PM GMT

True, its missing... but not in the original one, just in the one where he added the if statement.
yoyoguy20
#28275211Tuesday, June 29, 2010 7:24 PM GMT

Yh. Sorry for calling ya a noob. You're a way better scripter than me. 1 = ElectricAxel 2 = Bunneh 3 = Cheese 4 = yoyoguy20 5 = BanHammer 6 = ElectricAxel-Pwns 7 - :3 if ElectricAxel == Cheese then print("Orly?") else print("ElectricAxel doesn't like cheese.") wait(0.01) if Cheese + yoyoguy20 = :3 then print("yoyoguy20 LOVES cheese.") wait(0.01) if ElectricAxel + Bunneh = Cheese then print("Orly? ...Ya, rly.") wait(0.01) if ElectricAxel + BanHammer = ElectricAxel-Pwns then print("ElectricAxel pwn teh narbs of ROBLOXIA! end I don't know if that will work, lol.
yoyoguy20
#28275295Tuesday, June 29, 2010 7:25 PM GMT

1 = ElectricAxel 2 = Bunneh 3 = Cheese 4 = yoyoguy20 5 = BanHammer 6 = ElectricAxel-Pwns 7 - :3 if ElectricAxel == Cheese then print("Orly?") else print("ElectricAxel doesn't like cheese.") wait(0.01) if Cheese + yoyoguy20 = :3 then print("yoyoguy20 LOVES cheese.") wait(0.01) if ElectricAxel + Bunneh = Cheese then print("Orly? ...Ya, rly.") wait(0.01) if ElectricAxel + BanHammer = ElectricAxel-Pwns then print("ElectricAxel pwn teh narbs of ROBLOXIA!") --Forgot The ") xD end
ElectricAxel
#28304027Wednesday, June 30, 2010 2:50 AM GMT

It will not, its missing many ends, it needs double equal sign.
Evangon
#28308648Wednesday, June 30, 2010 4:07 AM GMT

funtion ReadTheOutPost() load(Outpost.lua) getRefference(WikiRoblox) getText(Outpost) Slayer(PleasrPostWhatOutputSaid) Tuesday, June 29, 2010 -- Failed to obtain Output data. Tuesday, June 29, 2010 -- Slayer is not posting Output. Please do. Failed to get script_Problem
yoyoguy20
#28390578Thursday, July 01, 2010 3:29 PM GMT

Elect, whats wrong with it?
yoyoguy20
#28390679Thursday, July 01, 2010 3:31 PM GMT

Does it need 8 ends? Cuz there are 4 if's, and 4 do's?
yoyoguy20
#28390742Thursday, July 01, 2010 3:32 PM GMT

I meant 4 if's and 4 do's

    of     2   
chevron_rightchevron_rightchevron_right