|
| 26 May 2013 03:57 PM |
I don't get it. I followed the steps on Lua.bz but it won't work. Please put correct script in your post.
while true do myPart=Workspace.Part myPart.Transparency=1 wait(5) Workspace.Part.Locked=true -- Makes this part locked wait(3) myPart.Transparency=0 print("I did it!") end |
|
|
| Report Abuse |
|
|
Desperian
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 3371 |
|
|
| 26 May 2013 03:59 PM |
| There's nothing wrong with it? Or at least I can't see anything on a glance... |
|
|
| Report Abuse |
|
|
|
| 26 May 2013 04:00 PM |
| I can't see anything wrong either. I want it to loop the lock, transparency and print but it just loops the "I did it!" part. |
|
|
| Report Abuse |
|
|
Desperian
|
  |
| Joined: 07 Feb 2012 |
| Total Posts: 3371 |
|
|
| 26 May 2013 04:00 PM |
| Add a wait after the print, otherwise it'll instantly go back to the beginning so you won't see the transparency change. |
|
|
| Report Abuse |
|
|
| |
|