Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is is possible to have two camera types on one camera?

Asked by 10 years ago

Is there anyway to mix these two together? Or does anyone know the script for the "Attach" cameratype?

workspace.CurrentCamera.CameraType = "Attach"
workspace.CurrentCamera.CameraType = "Scriptable"

2 answers

Log in to vote
3
Answered by
Lacryma 548 Moderation Voter
10 years ago

To put it simply, no.

Ad
Log in to vote
1
Answered by 10 years ago

Well, you can't have two camera types, however you can set the camera at a certain position when it's CameraType = "Scriptable" And do other things with it as well.

0
I know. But I don't know how to script it to act like "Attach" It's hard telling the camera which position to face, to follow the character. Orlando777 315 — 10y

Answer this question