About 10,800,000 results
Open links in new tab
  1. 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 …

    Missing:

    • Roblox Studio

    Must include:

  2. 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 …

  3. Comprehensive Beginner’s Guide to CFrames and How to Use ... - Roblox

    Jul 7, 2021 · CFrame is a property which encodes the position and orientation of a coordinate frame with respect to the workspace’s coordinate frame. This is why the Workspace doesn’t …

    Missing:

    • Roblox Studio

    Must include:

  4. Understanding CFrame with Matrices! - Community Tutorials - Roblox

    Apr 21, 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 …

  5. What Is CFrame? | Roblox CFrame Tutorial | LookVector, Angles …

    In this tutorial you’ll learn CFrame basics such as CFrame Angles and LookVector so that you can rotate and position not only objects but also the camera! We also go through useful functions...

  6. BasePart.CFrame | Documentation - Roblox Creator Hub

    The CFrame property determines both the position and orientation of the BasePart in the world. It acts as an arbitrary reference location on the geometry, but ExtentsCFrame represents the …

    Missing:

    • Roblox Studio

    Must include:

  7. 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 …

  8. Tutorial:All About CFrames | Roblox Wiki | Fandom

    A CFrame, or coordinate frame, is a set of 12 numbers defining the position and orientation of a part. You will notice that the CFrame property of a part is not in the Properties window, but are …

  9. CFrame | Roblox Wiki | Fandom

    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, …

  10. ROBLOX Cframe How do I do it? - Stack Overflow

    Nov 30, 2010 · Use the CFrame library and object members in order to control the CFrame value. For example: Will create a new CFrame whose matrix is set to the identity matrix. You can set …