So i have a part the needs to rotate counter clockwise. however, it is also slanted at a 45 degree angles, so when i try to use this script to rotate it:
while task.wait(.01) do
script.Parent.CFrame = script.Parent.CFrame * CFrame.Angles(0,math.rad(1),0)
end
it rotates around the center of the point instead of the place that you rotate when you use the rotate tool in studio.
I dont want to use hinges or constraints because i dont want to deal with physics. any ideas? (also please dont hesitate to tell me if i made this confusing.)