|
| 14 Dec 2015 05:33 PM |
I have a 'part' with a mesh and I am trying to rotate the part, it is welded to a person's torso and I want it to move with the person at a rotated angle, how can I do this. There are no registered errors it just doesn't work.
part.CFrame = CFrame.new(part.Position, part.CFrame * Vector3.FromNormalId(Enum.NormalId.Right)) |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2015 05:34 PM |
| PS: It's supposed to move at a rotated angle of 90 degrees to it's right, hence this '(Enum.NormalId.Right)'. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 15 Dec 2015 06:01 AM |
I see no errors so let's board the guess train!
- Script disabled - Script not ever coming to that line - part being the wrong part - CFrame.new(Vector3.FromNormalId(Enum.NormalId.Right))
|
|
|
| Report Abuse |
|
|