kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 12 Nov 2013 05:21 PM |
Becuase when I use it here with no errors nothing happens. Also this is not my entire script. Everything is defined, as I said no errors.
target = Instance.new("Part") target.CFrame = seat.CFrame target.Anchored = true target.Parent = Workspace target.CanCollide = false target.Transparency = 1 target.Name = "Target" seat.RocketPropulsion.Target = target we = Instance.new("Weld") we.Part0 = target we.Part1 = seat we.Parent = target seat.RocketPropulsion:Fire()
|
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 12 Nov 2013 05:32 PM |
target.CFrame = seat.CFrame
Where is the target? at seat, amirite?
seat.RocketPropulsion.Target = target Now the seat wants to get to target, amirite?
seat.RocketPropulsion:Fire()
Now lets go to target! Oh wait, we're alrdy there! |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 12 Nov 2013 07:03 PM |
| Oh. I forgot to change its position. Thank you. |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
|
| 12 Nov 2013 07:18 PM |
I changed it to this, the script is in a local script inside a hopperbin, I dont know how to get the mouse...
target.CFrame = game.Players.LocalPlayer.Mouse.Hit |
|
|
| Report Abuse |
|
|
kingmatt2
|
  |
| Joined: 20 Aug 2011 |
| Total Posts: 6494 |
|
| |
|
|
| 12 Nov 2013 07:32 PM |
| local mouse = game.Players.LocalPlayer:GetMouse() |
|
|
| Report Abuse |
|
|