How do I make a click to spin brick?

(EDIT: I got it working!)

Ello! So I’m trying to make a challenge wheel (or as others call it wheel of fortune) and I got it all but I cant get it to spin when i click it, I did have a script but I trashed it

image

You can use tweenservice to rotate the part, just in a loop keep tweening the cframe by an angle of math.rad(120) (my recommendation).