of     1   

RomDino
#215842259Wednesday, May 03, 2017 9:52 AM GMT

How do you do it? I tried this but it doesn't work! part.Rotation = CFrame.new(0,90,0)
Naco88
#215842394Wednesday, May 03, 2017 10:00 AM GMT

Maybe try CFrame:toAxisAngle() or CFrame.Angles(number rX, number rY, number rZ) #############################################
Naco88
#215842404Wednesday, May 03, 2017 10:00 AM GMT

I posted a link to CFrame on the wiki but it was hashtagged so just search for it on Google.
Disillusions
#215842438Wednesday, May 03, 2017 10:02 AM GMT

part.CFrame = part.CFrame * CFrame.Angles(0,math.rad(90),0)
RomDino
#215842559Wednesday, May 03, 2017 10:08 AM GMT

script.Parent.Rotation = script.Parent.Rotation * CFrame.Angles(0,math.rad(-90),0) Like that?
Disillusions
#215842581Wednesday, May 03, 2017 10:09 AM GMT

Did you not read the line I posted? part.CFrame
RomDino
#215842619Wednesday, May 03, 2017 10:11 AM GMT

Thanks I thought the first part.Cframe was supposed to be part.Rotation
Isosta
#215843751Wednesday, May 03, 2017 10:54 AM GMT

you're inept.

    of     1