How to "enable" the < > to rotate your camera?

As the title implies, i want to figure out how to “enable” the < > keys(Not arrow keys), to rotate your character, i have this question cause i have an obby, and i want to add this feature so it makes some things easier. I have done some search, but i didn’t find anything useful, though i didn’t do search here in the forums, so, sorry if an topic about this already exists.

Solution:

2 Likes

Well, you can use the UserInputService to detect those arrow key presses, then while they are pressed down, you manipulate the character’s CFrame by using Model:SetPrimaryPartCFrame().

2 Likes