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

how do i make my model rotate with cframe?

Asked by 3 years ago
Edited 3 years ago

X=script.Parent while true do--Infinite loop local primaryPartCFrame = X:GetPrimaryPartCFrame() local newCFrame = primaryPartCFrame * CFrame.new(0, -0.3, 0) Model:SetPrimaryPartCframe(newCFrame) local currentPivot = X:GetPivot() X:PivotTo(currentPivot * CFrame.new(0, 10, 0)) wait(7) end

0
that's just position in the cframe, mind taking all the values in the cframe? WINDOWS10XPRO 438 — 3y
0
partCFrame*CFrame.Angles(0, 0, 0) tuanorn 6 — 3y

Answer this question