spynaz
|
  |
| Joined: 17 Feb 2011 |
| Total Posts: 1326 |
|
|
| 14 May 2014 12:22 PM |
| Is there a way to wait a certain amount of time before a tool is equipped? |
|
|
| Report Abuse |
|
|
|
| 14 May 2014 12:47 PM |
| It is probably in a core script somewhere.I would tell you which one, but I guess I deleted my list of Core Scripts and their corresponding Ids. |
|
|
| Report Abuse |
|
|
spynaz
|
  |
| Joined: 17 Feb 2011 |
| Total Posts: 1326 |
|
| |
|
spynaz
|
  |
| Joined: 17 Feb 2011 |
| Total Posts: 1326 |
|
| |
|
|
| 15 May 2014 12:27 PM |
you can do this:
x = "whatever the tool's name is" wait(the amount of time) x.Parent = "whatever the guy's name is"
Parenting the tool to the character forces the character to equip a tool. |
|
|
| Report Abuse |
|
|
spynaz
|
  |
| Joined: 17 Feb 2011 |
| Total Posts: 1326 |
|
|
| 15 May 2014 05:00 PM |
| Ok I think I got an idea how to do it. |
|
|
| Report Abuse |
|
|