|
| 08 Jul 2011 04:05 AM |
| Hai, I've scripted a tool, but it only works after you drop it. Have any ideas why? Do I need to put waits, or anything? What could cause it? |
|
|
| Report Abuse |
|
|
OBFAlt
|
  |
| Joined: 06 Jul 2011 |
| Total Posts: 35 |
|
| |
|
|
| 08 Jul 2011 04:15 AM |
| I really don't know where in the 542 lines it would be. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 08 Jul 2011 02:53 PM |
| Does the output say anything when you try to use the tool? |
|
|
| Report Abuse |
|
|
|
| 08 Jul 2011 02:56 PM |
| Nope. The script doesn't seem to break, just, not work. You don't have to replace the script, just drop it. |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 02:16 AM |
| Also, it works perfectly fine in play solo, but online and in a test server, you'll have to drop it and pick it up before it will work. If you would like to test it; I made it a model. http://www.roblox.com/MD23-item?id=54806279 |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 03:28 AM |
| Thanks for the help. xD, bump. |
|
|
| Report Abuse |
|
|
| |
|
RoAnt
|
  |
| Joined: 14 Jul 2008 |
| Total Posts: 16794 |
|
|
| 09 Jul 2011 04:58 AM |
I added a script in the tool and it worked.
local c = script.Parent.Launcher:clone() script.Parent.Launcher:Remove() wait(0.1) c.Parent = script.Parent script:Remove()
If the tool doesn't work then just reselect it. (Online)
Nice tool btw. |
|
|
| Report Abuse |
|
|
|
| 09 Jul 2011 07:57 AM |
Thanks for the help! I made a better version of it, though. I disabled the Launcher then made a script
wait(0.25) script.Parent.Launcher.Disabled = false |
|
|
| Report Abuse |
|
|