|
| 29 Sep 2012 10:11 PM |
while true do -- this script is for a body under a flashing light and whoever looks at the body the body disappears and appears(flashing with the flashing light) game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.Head.Transparency = 1 -- the DumbTesterWalkerLevi is the model with all the body parts game.Workspace.DumbTesterWalkerLevi.But.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.But2.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.Torso.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.LeftLeg.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.RightLeg.Transparency = 1 game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(2) game.Workspace.DumbTesterWalkerLevi.Head.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.But.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.But2.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.Torso.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.LeftLeg.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.RightLeg.Transparency = 0 game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(2) game.Workspace.DumbTesterWalkerLevi.Head.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.But.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.But2.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.Torso.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.LeftLeg.Transparency = 1 game.Workspace.DumbTesterWalkerLevi.RightLeg.Transparency = 1 game.Workspace.yellow.Transparency = 0.5 wait(1) game.Workspace.yellow.Transparency = 1 wait(1) game.Workspace.yellow.Transparency = 0.5 wait(2) game.Workspace.DumbTesterWalkerLevi.Head.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.But.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.But2.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.Torso.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.LeftLeg.Transparency = 0 game.Workspace.DumbTesterWalkerLevi.RightLeg.Transparency = 0
end -- uh how many ends do you put here??? Is this script right for a flashing zombie/ghost guy lying under a flashing light dead? |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2012 10:13 PM |
| You put one end, and you might have too many wait()s in there, so it may not work as you think it will (such as the light flashing and the body disappearing at different times). It will just take some debugging. |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2012 10:14 PM |
| can u give me a short version of the script? cause i suck at scripting |
|
|
| Report Abuse |
|
|
|
| 29 Sep 2012 10:16 PM |
| nvm the script works fine :D im so happy its my first script |
|
|
| Report Abuse |
|
|