moox100Join Date: 2009-08-14 Post Count: 1270 |
I'm back again with another dillema
function onClicked()
script.Parent.Parent.FlashDrive:GetChildren() --"FlashDrive" is the model that I am unanchoring
if className == Part then
Part.Anchored = false -- Here's where the trouble is.
end
end
script.Parent.ClickDetector.MouseClick:connect(onClicked)
|
|
|
Part is a string, not a variable.
Scripting Helpers next time, please. |
|
moox100Join Date: 2009-08-14 Post Count: 1270 |
Got any ideas O infamous scripter hackers? |
|
moox100Join Date: 2009-08-14 Post Count: 1270 |
@Rain or whoever you are
-_-
I am asking for SCRIPTER help.
and I mean like super ubar hax we got XML injections scripter.
And I knew that. |
|
moox100Join Date: 2009-08-14 Post Count: 1270 |
Ok maby not XML injections good but a better knoledge of scripting. |
|
|
Problem is, you can't make an advanced discussion on this simple (broken) script.
I'm snow, not rain. There's a different person called xRainingSlayerx, so things will get very confuzzling if you call me rain. |
|
moox100Join Date: 2009-08-14 Post Count: 1270 |
WHO IS YOUR MAIN SO I CAN JUST CALL YOU THAT |
|
|
moox100Join Date: 2009-08-14 Post Count: 1270 |
Not you six I am talking to snow. |
|
|
moox100Join Date: 2009-08-14 Post Count: 1270 |
WHENDIDTHISBECOMEACONVERSATIONABOUTACCOUNTS! |
|
Legend26Join Date: 2008-09-08 Post Count: 10586 |
"if className == Part then "
If the name is nil? olol |
|
FerretguyJoin Date: 2008-02-08 Post Count: 1496 |
Like he said, Part is a string. "Part", not Part. |
|
|
FerretguyJoin Date: 2008-02-08 Post Count: 1496 |
Sorry, She. |
|