https://devforum.roblox.com/t/i-need-help-figuring-out-how-to-properly-cframe-the-camera/836562
I need help figuring out how to properly CFrame the camera - Scripting Support - Developer Forum |...
Oct 25, 2020 - When using VR the camera maintains a stationary position and your view is offset from the camera object so when I try to run the code below it acts as if it...
https://devforum.roblox.com/t/cameracframe-goes-crazy-on-high-fps-regardless-of-factoring-in-deltatime/2765445
camera.CFrame goes crazy on high FPS regardless of factoring in deltaTime - Scripting Support -...
Dec 26, 2023 - --code snippet local recoilcf = cfnew() local camrecoilcf = cfnew() local to_recoilcf = cfnew() local to_camrecoilcf = cfnew()...
https://devforum.roblox.com/t/how-can-i-tween-both-the-orientation-and-position-using-cframe/2760285
How can I tween both the orientation and position using CFrame - Scripting Support - Developer...
Dec 22, 2023 - How do I make this script tween both orientation and position (using :lerp() is not an option due to it causing lag) local TweenService =...
how can i
https://devforum.roblox.com/t/football-throwing-system-cframe/2782252
Football throwing system (CFrame) - Scripting Support - Developer Forum | Roblox
Jan 6, 2024 - Okay so i have this american football system but the problem is the ball is supposed to be facing its velocity and i tried doing it by getting the middle point...
support developerfootballthrowingsystemscripting
https://devforum.roblox.com/t/is-there-a-way-to-tween-a-cframes-orientation-without-changing-the-position/3659641
Is there a way to tween a CFrame's orientation without changing the position? - Scripting Support -...
May 21, 2025 - Just to make it clear what I mean: I do NOT mean CFrame = part.CFrame * CFrame.Angles Imagine a part is already moving/being tweened, is there a way to make a...
https://devforum.roblox.com/t/adding-two-cframe-angles/3166442
Adding Two CFrame Angles - Scripting Support - Developer Forum | Roblox
Sep 21, 2024 - I need to add two CFrame angles together, but when I do, It does not do what I expect. local StartingAngle = CFrame.Angles(math.rad(73),0,math.rad(116)) local...
support developeraddingtwoanglesscripting
https://devforum.roblox.com/t/send-whole-cframe-to-remoteevent-or-components/4263914
Send whole CFrame to RemoteEvent or components? - Scripting Support - Developer Forum | Roblox
Jan 17, 2026 - Hello. I have a simple question: Which is better for network speed, sending a whole CFrame to a RemoteEvent, or sending the CFrame components as number...
https://devforum.roblox.com/tag/cframe
Topics tagged cframe
Topics tagged cframe
topicstagged
https://devforum.roblox.com/t/if-you-see-this-report-this-as-a-bug-nan-calc-world-cframe-utilities272/4546769
"If you see this report this as a bug, (NaN Calc world cframe) - Utilities:272" - Studio Bugs -...
Mar 29, 2026 - Was making some physics-based flight powers and ran into this error
https://devforum.roblox.com/t/how-to-rotate-a-cframe-on-only-the-x-and-z/1742225
How to Rotate a CFrame on only the X and Z - Scripting Support - Developer Forum | Roblox
Apr 3, 2022 - I have a mob chasing a player and part of that chase code has the mob turn toward the player, like so: mobPart.CFrame = CFrame.new(mobPart.Position,...
https://devforum.roblox.com/t/how-can-i-set-the-cframe-of-a-part-to-the-players-humanoidrootpart-and-then-add-to-studs-to-the-cframe/1939301
How can I set the CFrame of a part to the players HumanoidRootPart, and then add to studs to the...
Aug 25, 2022 - How can I set the CFrame of a part to the players HumanoidRootPart, and then add to studs to the CFrame?
https://devforum.roblox.com/t/why-do-we-have-a-cframe-and-origin-properties-in-a-basepart/3151937
Why do we have a CFrame and Origin properties in a BasePart? - Building Support - Developer Forum |...
Sep 9, 2024 - This is self-explanatory, why do we have CFrame and Origin for every BasePart, when both do the same thing?