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

lookVector Rotation

Asked by
Lineout 10
10 years ago

Ok well i'm am pretty good with look vector, but I was wondering if there is a way to access a 90 degree angle based off of look vector. I would use this to "look to the right" of a players look vector. Is there anyway to do this? Thank you for reading and have a great day.

1 answer

Log in to vote
1
Answered by
MrNicNac 855 Moderation Voter
10 years ago
local rightVector = Workspace.Part.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))
Ad

Answer this question