|
| 10 Sep 2013 03:39 PM |
How do I teleport a player into a seat? like make him teleport and sit on the sit, I can teleport the player over the seat but that wont be efficent I need him to teleport to a seat and sit o nit
+and as a bonus if you could tell me how I can make him not jump off |
|
|
| Report Abuse |
|
|
| |
|
73EPIC311
|
  |
| Joined: 28 Aug 2012 |
| Total Posts: 454 |
|
|
| 10 Sep 2013 03:45 PM |
Player.Character:MoveTo(workspace.Seat.Position) Player.Character.Humanoid.Sit = true |
|
|
| Report Abuse |
|
|
73EPIC311
|
  |
| Joined: 28 Aug 2012 |
| Total Posts: 454 |
|
|
| 10 Sep 2013 03:45 PM |
| btw do you know anything about cframe.angles I need help with that. |
|
|
| Report Abuse |
|
|
|
| 10 Sep 2013 03:47 PM |
| Cant get it out the top of my head sorry and thanks! |
|
|
| Report Abuse |
|
|
73EPIC311
|
  |
| Joined: 28 Aug 2012 |
| Total Posts: 454 |
|
| |
|
|
| 10 Sep 2013 03:49 PM |
Wait! I think its
part.CFrame = part.CFrame@CFrame.Angles(x,y,z)
try that! I think its something liek taht |
|
|
| Report Abuse |
|
|
73EPIC311
|
  |
| Joined: 28 Aug 2012 |
| Total Posts: 454 |
|
| |
|
|
| 10 Sep 2013 03:52 PM |
Oh yes sorry my mistake
part.CFrame = part.CFrame*CFrame.Angles(x,y,z)
whoops! |
|
|
| Report Abuse |
|
|