chicka123
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 25356 |
|
|
| 24 Jun 2013 03:05 PM |
I hooked up everything properly (because it works in test mode) But when I run the server/player, it doesn't fire. Please help? |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2013 03:16 PM |
| Could you give us your code please? |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2013 03:16 PM |
Try adding wait(.2) to the beginning of the script. A common problem with scripts is that they may load before other objects do, meaning you could have a LocalScript running before the Tool has loaded in. Of course, if the LocalScript is in the tool, this shouldn't be a problem.
Wiki Profile: http://wiki.roblox.com/index.php/User:Nelson |
|
|
| Report Abuse |
|
|
chicka123
|
  |
| Joined: 05 Jul 2008 |
| Total Posts: 25356 |
|
|
| 24 Jun 2013 03:21 PM |
Never mind, fixed. Turns out my script had to be local rather then normal. Never worked with tools before :B. |
|
|
| Report Abuse |
|
|
| |
|