kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 14 Feb 2015 02:35 AM |
I Was Wondering how i could be able to set a Position for a Model or this is even was possible or not m8
thnx |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 14 Feb 2015 02:42 AM |
| MoveTo or using the PrimaryPart |
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 14 Feb 2015 03:47 AM |
| ya thnx, gonna try if work or nah |
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 14 Feb 2015 03:52 AM |
and it is the same if i want to Position it as a Brick Position?
that sort of thing : Model.Position = Brick.Position |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 14 Feb 2015 03:53 AM |
| There is no model.Position |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 14 Feb 2015 03:57 AM |
model:MoveTo(Vector3.new(X,Y,Z)) -- moves the model from the center axis
model:SetPrimaryPartCFrame(CFrame.new(X,Y,Z)) -- moves the model from the center axis of the primary part |
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 14 Feb 2015 04:39 AM |
model:MoveTo(Vector3.new(script.Parent.BuildZone.Position)) is dis gonna work ? |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 14 Feb 2015 04:43 AM |
Position is already a Vector3
So you are doing
Vector3.new(Vector3.new(x, y, z)) |
|
|
| Report Abuse |
|
|