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

How do I make myself rotate with this part?

Asked by 6 years ago
Edited 6 years ago

So this is the spin script:

spinning = script.Parent Speed =4.5

while true do spinning.CFrame = spinning.CFrame * CFrame.fromEulerAnglesXYZ(0, math.rad(0), 0.001) wait(0.00) end

And it spins, but when I stand on it, I stay in place while it spins on it's own. How do I make it so I spin with it? Sorry if this is vague. Thanks.

0
Can't you copy it's rotation to the HRP? User#20388 0 — 6y

Answer this question