yelloball
|
  |
| Joined: 17 Feb 2010 |
| Total Posts: 2749 |
|
|
| 01 May 2014 12:52 PM |
Trying to set a part's position.
front.Position = player.Character.Torso.Position front.Position = Vector3.y - 1
I know this is just completly wrong but I can't figure out a way to make it work. Do anny of you have an idea? |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 May 2014 12:56 PM |
| front.Position = front.Position - Vector3.new(0, 1, 0) |
|
|
| Report Abuse |
|
|
|
| 01 May 2014 02:17 PM |
You can also do like the person that is above me or like this: front.Position.Y = front.Position.Y - 1 |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 01 May 2014 02:26 PM |
No you can not do it like that. The x y and z are read only |
|
|
| Report Abuse |
|
|