|
| 03 Jan 2014 12:12 AM |
r = game.Workspace.MannedRocket.Seat:findFirstChild(Humanoid) function onTouched(Seat) if r~=nil then game.Workspace.MannedRocket.Seat.BodyVelocity.velocity = 0,4000,0 end end RocketScript.Parent.Touched:connect(onTouched) ----------------------------------------------------------------------------------
What is wrong with this script? I think its the syntax but it looks correct to me. Maybe its the connection line? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 03 Jan 2014 12:14 AM |
Vector3.new(0,4000,0)
chgurnamepls |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2014 12:14 AM |
| I thought Vector3 was only used for coordinates? |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2014 12:15 AM |
LOL @cnt
~ℇℸℇℛηαℒℱίℛℇℇαℸℇℛ~ |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 03 Jan 2014 12:15 AM |
No, it's used for a lot of things:
Mesh.VertextColor, Part.Position, Part.Size, Part.Velocity, ... |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2014 12:16 AM |
| Wow thank you, I will try this and see what happens. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 03 Jan 2014 12:17 AM |
| force property, and a lotish more |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2014 12:17 AM |
game.Workspace.MannedRocket.Seat.BodyVelocity.velocity = Vector3.new(0,4000,0) ^^^Is this what it should be? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
| |
|
|
| 03 Jan 2014 12:23 AM |
| Script still doesn't work....>:/ |
|
|
| Report Abuse |
|
|