|
if == (game.Workspace.Door.Transparency = 1) then
game.Workspace.Door.Transparency = 0
And this is only PART of my script not all of it. |
|
|
|
This would work though.
if (game.Workspace.Door.Transparency == 1) then
game.Workspace.Door.Transparency = 0
end
|
|
|
Thanks, I understand the if thing now. |
|
|
jeffcenaJoin Date: 2007-08-26 Post Count: 3743 |
if game.Workspace.Door.Transparency == 1 then
game.Workspace.Door.Transparency = 0
end |
|
|
Err Jeff, why did you post that? |
|
nimakiJoin Date: 2008-02-29 Post Count: 27 |
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 |
|
nimakiJoin Date: 2008-02-29 Post Count: 27 |
would this work?
p= game.Players:GetChildren()
for i= 1, #p do
p[i].Character.Name = "nimaki's Slave"
end |
|
|
I don't understand Select all players very much but from memory I think so. |
|
|
Yes that would work nakami. |
|
|
nimakiJoin Date: 2008-02-29 Post Count: 27 |
and how do i make a script to where when i kill a zombie i get 50 dollars????????????? plzzzzzzzzzz tell me |
|
|
you get a cash leader board and edit it -_- |
|
nimakiJoin Date: 2008-02-29 Post Count: 27 |
thanx for the info |
|
nimakiJoin Date: 2008-02-29 Post Count: 27 |
well when i do make a script what do i do like what do i make it for??? |
|
|
You could make it so it could select everyone and teleport them, Kill them or do anything you want. |
|