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

Why does this not continually go in a cirlce, why does it slowly spread apart?

Asked by 6 years ago
while(wait())do
    script.Parent.CFramePart.CFrame = script.Parent.CFramePart.CFrame * CFrame.Angles(0, math.rad(-1), 0) -- Here are your rads
    script.Parent.MiniTsunamis:SetPrimaryPartCFrame(script.Parent.CFramePart.CFrame)
end

I don't know how to fix it!

0
I may not be correct, but try using FromEulerAngels, it rotates on its self. Mr_MilkysButler 47 — 6y
0
Make sure the primarypart is in the center also!!! Mr_MilkysButler 47 — 6y

Answer this question