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.