About 1,530 results
Open links in new tab
  1. CFrame | Documentation - Roblox Creator Hub

    The CFrame data type, short for coordinate frame, describes a 3D position and orientation. It is made up of a positional component and a rotational component and includes essential arithmetic operations …

  2. CFrames | Documentation - Roblox Creator Hub

    A CFrame, short for Coordinate Frame, is a data type used to rotate and position 3D objects. As either an object property or a standalone unit, a CFrame contains global X, Y, and Z coordinates as well as …

  3. CFrame | Roblox Wiki | Fandom

    Usage CFrame, along with Vector3, is used by properties in Roblox API that determine the location and orientation of objects, such as parts, Attachments and Cameras. To avoid gimbal lock, CFrame is …

  4. Understanding CFrame with Matrices! - Roblox

    Feb 12, 2023 · Everyone that programs in Roblox, use CFrame for the position and orientation of the objects in our 3D space, but if we learn about this, we can optimize this and increment the posibilities.

  5. Comprehensive Beginner's Guide to CFrames and How to Use Them ... - Roblox

    Jul 7, 2021 · CFrame stands for ‘Coordinate Frame’, and this is a mathematical tool we use whenever we want to specify how something is positioned in space. A coordinate frame is made up of a point in …

  6. CFrame Manipulation - Community Tutorials - Developer Forum | Roblox

    Jul 23, 2025 · Even though there are many tutorials about CFrame, I have yet to learn more about CFrame manipulation by teaching CFrame techniques that I had never knew before.

  7. How to think about CFrames - Community Tutorials - Roblox

    Jan 3, 2015 · #CFrames are how ROBLOX represents the 3D position and orientation of objects in the game world. Understanding how these work can lead to easier to write, easier to read, and overall …

  8. How does the new CFrame System work? - Roblox

    Jun 3, 2023 · A CFrame value contains both an object’s positional and rotational values, so by doing obj.CFrame = CFrame.Angles(...) you override an object’s both positional and rotational value and …

  9. Roblox: CFrames Cheat Sheet by Ozzypig - Cheatography.com

    Jan 24, 2017 · What is a CFrame? A CFrame is a mix of a position and rotation. CFrames are used to define the positi­on/­ori­ent­ation of bricks, cameras, and many other objects in Roblox places. Think of …

  10. Community Guide | Share your knowladge and Learn with me! - Roblox

    Jun 19, 2025 · Recently i found the urge to learn how to precisely use CFrames in a project i’m working on. This topic is meant to be a place to share your knowladge and learn new things about CFrames!