I don’t know if it’s the right term but is there a way to rotate a part in a local axis through script? Similar to how you rotate parts in Roblox Studio.
Probably CFrame
Part.CFrame = Part.CFrame * CFrame.Angles(0, math.rad(15), 0)
9 Likes