http://www.roblox.com/Forum/ShowPost.aspx?PostID=126307091#126308843
That's basically the question... It's not activating!
I don't understand exactly what you're trying to do, but the easiest way to force a script to run is to toggle its Disabled property to false and then to true.
By the way, you can post hyperlinks using the toolbar above the text box, so please do so! Also, please post your entire question here when you ask a question. It makes it easier to answer your questions quickly and more accurately.
On the forum, you can't do this:
script.Disabled = false
Since the script is not running, it won't the above line/.
Just make another script that disabled the script:
local Script = put the location of script here if cnditionbeforeitrunsthescript == trur then Script.Disabled = false end --Just a seudo code generated by me > :]