So for Joint Scripting like doors I have had to use Roblox's Animation Plugin to Position the Door and print the Joint's CFrame which is just Garbled up and i can't understand it
i do this like
Image a Joint that is already Present in Basepart and its connected to a door, i can print the C1 with Roblox's Animation Plugin but i just want to rotational axis to animate the rotation alone.
local Joint = workspace.Basepart.Joint print(Joint.C1)
Which i can then lerp within a script to rotate and position it, but i just want the rotations so i can use them with CFrame.Angles
Any method? i haven't found any ever since :/