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

Is there anyway to use SetRoll() on the default player camera?

Asked by
ItsMeKlc 235 Moderation Voter
7 years ago

Is there anyway to use SetRoll() on the default player camera? Any workaround?

0
game.Workspace.CurrentCamera:SetRoll(math.rad(60)) if you meant this. superalp1111 662 — 7y
0
You can't use it unless it's on Scriptable. I want to be able to use it while on Custom ItsMeKlc 235 — 7y
0
I don't believe there is a way to do that other than if its set to Scriptable. Why do you want to use it on Custom though? Qweeble 5 — 7y
0
Because I want to be able to use the regular camera just with SetRoll() along with it >_> ItsMeKlc 235 — 7y

1 answer

Log in to vote
-1
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
7 years ago

You can't. SetRoll() is a function only available for Scriptable cameratypes. Same for setting CFrames, they're not available on Custom type camera.

Ad

Answer this question