of     1   

Synthesis29
#711452Saturday, April 05, 2008 11:50 AM GMT

if == (game.Workspace.Door.Transparency = 1) then game.Workspace.Door.Transparency = 0 And this is only PART of my script not all of it.
AgentBloxxer
#711522Saturday, April 05, 2008 12:09 PM GMT

No.
AgentBloxxer
#711525Saturday, April 05, 2008 12:09 PM GMT

This would work though. if (game.Workspace.Door.Transparency == 1) then game.Workspace.Door.Transparency = 0 end
Synthesis29
#711545Saturday, April 05, 2008 12:13 PM GMT

Thanks, I understand the if thing now.
AgentBloxxer
#711547Saturday, April 05, 2008 12:14 PM GMT

And ifs need an end.
jeffcena
#711713Saturday, April 05, 2008 12:45 PM GMT

if game.Workspace.Door.Transparency == 1 then game.Workspace.Door.Transparency = 0 end
AgentBloxxer
#711735Saturday, April 05, 2008 12:51 PM GMT

Err Jeff, why did you post that?
nimaki
#712635Saturday, April 05, 2008 3:50 PM GMT

i dont understand it i only understand.......well nothing i need help finding cool lua scripts and i need help on making my own script can some one help me please
nimaki
#713792Saturday, April 05, 2008 6:22 PM GMT

would this work? p= game.Players:GetChildren() for i= 1, #p do p[i].Character.Name = "nimaki's Slave" end
Synthesis29
#714062Saturday, April 05, 2008 7:05 PM GMT

I don't understand Select all players very much but from memory I think so.
AgentBloxxer
#714999Saturday, April 05, 2008 8:43 PM GMT

Yes that would work nakami.
AgentBloxxer
#715007Saturday, April 05, 2008 8:43 PM GMT

nimaki* sorry.
nimaki
#715320Saturday, April 05, 2008 9:25 PM GMT

and how do i make a script to where when i kill a zombie i get 50 dollars????????????? plzzzzzzzzzz tell me
DerProgrammierer
#715325Saturday, April 05, 2008 9:26 PM GMT

you get a cash leader board and edit it -_-
nimaki
#715355Saturday, April 05, 2008 9:30 PM GMT

thanx for the info
nimaki
#715372Saturday, April 05, 2008 9:31 PM GMT

well when i do make a script what do i do like what do i make it for???
Synthesis29
#718562Sunday, April 06, 2008 10:56 AM GMT

You could make it so it could select everyone and teleport them, Kill them or do anything you want.

    of     1