Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Click a part/brick and it will turn 180 degrees? [closed]

Asked by 9 years ago

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?

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?

2 answers

Log in to vote
2
Answered by
Azarth 3141 Moderation Voter Community Moderator
9 years ago

part.CFrame = part.CFrame * CFrame.Angles(0,math.pi,0)

0
Thanks! This will help. Wheel326 0 — 9y
Ad
Log in to vote
-2
Answered by 9 years ago

Yes CFrame is possible.