|
| 16 Apr 2013 07:32 PM |
Output: 20:31:23.933 - Workspace.Part.Script:6: attempt to index global 'part' (a nil value) 20:31:23.934 - Script "Workspace.Part.Script", Line 6 20:31:23.935 - stack end
Script:
while true do part.Transparency = 1 wait(5) part.Anchored = true wait(3) part.Transparency = 0 print("I did it!") end |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2013 07:35 PM |
"Part" is nil because it was never declared as a variable.
http://www.roblox.com/Innocent-place?id=56780928 ~ Innocence |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2013 07:38 PM |
| Oh, thanks! :D I'll try that now! |
|
|
| Report Abuse |
|
|
|
| 16 Apr 2013 07:40 PM |
| That is epic! Thank you! I didnt even see the script work, I wasent looking, but I know it works cuz it says in the output: I did it! |
|
|
| Report Abuse |
|
|