I can use Clickdetector for this, but is there a script that turns a part 180 degrees after clicking it? Is CFrame possible for this?
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers. Why was this question closed?
part.CFrame = part.CFrame * CFrame.Angles(0,math.pi,0)
Yes CFrame is possible.
Locked by adark and TheMyrco
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?