amanda
|
  |
| Joined: 21 Nov 2006 |
| Total Posts: 5925 |
|
|
| 06 Feb 2015 10:04 PM |
I want to make a door swing open(normal speed not fast or slow) using CFrames.
I've never rotated anything with CFrame, but I would assume by default it would rotate it based off of the center of the part and not based off my chosen point.
Can anyone give me an idea on how to do this?
Any help or advice is appreciated.
I should say I am pretty much completely new to CFrames.
I can set a part to a new position using CFrames, but I've never set a rotation using it or done anything advanced at all with it.
for i = 0, 10, .1 do blah.CFrame = blah.CFrame * CFrame.new(0, i, 0) wait(.1) end
^an example of my current knowledge of cframes |
|
|
| Report Abuse |
|