#how can i rotate an entire modle using a script and not have to go part by part
39 messages · Page 1 of 1 (latest)
** You are now Level 2! **
Primary Part 
whats wrong with this code
emily.HumanoidRootPart.Orientation = CFrame.new(0,180,0)
this is my error message
Unable to assign property Orientation. Vector3 expected, got CFrame
you should have given a Vector3 value to the Orientation property instead of a CFrame value.
emily.HumanoidRootPart.Orientation = CFrame.new(0,180,0).LookVector
local newOrientation = CFrame.Angles(math.rad(0), math.rad(180), math.rad(0))
local newPosition = emily.HumanoidRootPart.Position
local newCFrame = CFrame.new(newPosition, newPosition + newOrientation.LookVector)
emily.HumanoidRootPart.CFrame = newCFrame
that dident work]
she still aint rotating
i give it
up
ima just go to something else
No
Stop
wth
hold up
Send me a video
ok
of what its doing
one sec
or like i need more context rq.