-
What do you want to achieve? Keep it simple and clear!
For the camera to rotate around the hrp, or humanoid root part. -
What is the issue? Include screenshots / videos if possible!
I can’t figure out how to achieve this with my current code -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
yes, but all solutions i had tried had an issue with my code
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
--//Isometric Camera//--
--(note that CameraRotate can be added from to go right, or subtracted from to go left)
Camera.CFrame = CFrame.new(Vector3.new((Character.HumanoidRootPart.Position.X + CameraRotate) + zoom, Character.HumanoidRootPart.Position.Y + zoom, (Character.HumanoidRootPart.Position.Z + CameraRotate) + zoom), Character.HumanoidRootPart.Position)
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.