|
| 25 May 2013 08:03 PM |
| I have this boldozer and it is a standard car. How do I get it to push this very large brick. The brick is anchored. BodyVelocity? but how? |
|
|
| Report Abuse |
|
|
|
| 25 May 2013 08:03 PM |
| You can't mechanically move an anchored brick. |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 25 May 2013 08:03 PM |
| Make the brick unanchored... Duh, |
|
|
| Report Abuse |
|
|
|
| 25 May 2013 08:06 PM |
| Sorry, the brick is NOT anchored. |
|
|
| Report Abuse |
|
|
|
| 25 May 2013 08:11 PM |
You can reduce the weight of the brick by half using this script:
mass = script.Parent:GetMass() BV = Instance.new("BodyVelocity") BV.velocity = Vector3.new(0,1/2*mass,0) BV.Parent = script.Parent
|
|
|
| Report Abuse |
|
|
MrChubbs
|
  |
| Joined: 14 Oct 2010 |
| Total Posts: 4969 |
|
|
| 25 May 2013 08:22 PM |
| Or just increase the torque in the seat. Now leave. |
|
|
| Report Abuse |
|
|
|
| 25 May 2013 08:27 PM |
| Thats not what torque does. Already tried that. |
|
|
| Report Abuse |
|
|