About 25,700 results
Open links in new tab
  1. How do I change the player's camera CFrame to be at a part's ... - Roblox

    Feb 11, 2021 · The player camera’s CFrame also have the same CFrame as the part but the player camera is nowhere near the part so that is weird, does anyone know why this is happening and how …

  2. How do I set camera cFrame to a part, and move that part ... - Roblox

    Mar 31, 2025 · Hello all! I am extremely new to scripting but I’m seeing some progress on niche projects, and this has stumped me on how the script would work. What I wish to achieve is a camera that …

  3. Camera CFrame doesn’t set correctly - Roblox

    Jan 30, 2023 · Basically what this code is meant to do is set the camera type to scriptable and set the camera cframe to a part’s cframe. The issue is that instead of setting the camera’s cframe to the …

  4. Cant seem to set camera cframe - Scripting Support - Roblox

    Aug 12, 2020 · Im trying to set the camera to scriptable but too no avail any reasons why its not working, ive tried methods that I know of still doesnt want to work local function setCFrame(cframe) repeat …

  5. Getting the camera's Y orientation CFrame - Roblox

    Dec 9, 2022 · Orientation is derived from the CFrame, it isn’t a real property itself, so changing it directly is unlikely to do what you want. If you want to rotate a part relative to the camera, you can use the …

  6. Resetting Camera CFrame - Scripting Support - Roblox

    Feb 19, 2025 · Camera mode is a user choice by default, set in the Roblox ESC menu. You can force players to use a specific camera type, but this is generally frowned upon, and it’s better to just …

  7. Camera CFrame will not change - Scripting Support - Roblox

    Feb 22, 2022 · I am making a game that requires the camera to be changed a lot. Everything is working fine from the custom camera it made to the security camera system. There is supposed to be jump …

  8. How to add a parts cframe position - Roblox

    Mar 9, 2024 · for example; part1.cframe = 2,2,2 camera.cframe 1,1,1 camera.cframe = part1.Cframe + camera.cframe camera.cframe = 3,3,3 how could you achieve this? im trying to get the camera to …

  9. Positioning the camera to the head - Scripting Support - Roblox

    Dec 1, 2023 · The camera is manually positioned to Character.Head’s CFrame on RenderStepped - this makes the camera follow the perspective of the head correctly and rotate/tilt with each of the …

  10. How to make a camera using CFrame:Lerp ()? - Roblox

    Jul 5, 2021 · Hey all, I’m trying to create a car camera that will look something like this: But, I cannot seem to figure out how to add the weight behind the camera. People have told me to use …