|
| 29 Jun 2014 10:22 AM |
So I have this code in a Camera Script (within a loop that increases the angle to make the camera spin around the part):
camera.CoordinateFrame = CFrame.new(base.Position)*CFrame.Angles(0, angle, 0)*CFrame.new(0, 20, -20) camera.Focus = CFrame.new(base.Position)
The problem is when I set the CameraType to Scriptable with this, the Camera doesn't look at the base anymore, but it seems to work when I set the Focus with the second argument to CFrame.new(), but since this is a complex CFrame statement, I have no idea how to rearrange this so that it has the second argument of the base. Please help! |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
| 16 Jul 2014 09:41 AM |
| Lol I'm still the only one on this forum so far. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|