ToboboT
|
  |
| Joined: 25 Jun 2011 |
| Total Posts: 2385 |
|
|
| 04 Jun 2013 03:23 PM |
function fire() Torso = script.Parent.Parent.Torso.Position local p = Instance.new("Part") p.Name = "Bomb" p.Parent = game.Workspace p.Position = (Torso) end
script.Parent.Activated:connect(fire)
The script works what I need is a way to get the this moving and in the right direction. I have looked through a lot of scripts and compiled this...
You need a body force
And you need to know which way the body is facing.
Help?!?!?!?! |
|
|
| Report Abuse |
|
|
ToboboT
|
  |
| Joined: 25 Jun 2011 |
| Total Posts: 2385 |
|
| |
|
ToboboT
|
  |
| Joined: 25 Jun 2011 |
| Total Posts: 2385 |
|
| |
|
ToboboT
|
  |
| Joined: 25 Jun 2011 |
| Total Posts: 2385 |
|
| |
|
grimm343
|
  |
| Joined: 18 Sep 2008 |
| Total Posts: 2796 |
|
|
| 04 Jun 2013 04:44 PM |
http://wiki.roblox.com/index.php/Lookvector#Properties
Take a look at CFrame.lookVector. |
|
|
| Report Abuse |
|
|