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

How do i make a rotating part that carries you around? (Reference link in post)

Asked by 3 years ago

Yep, you heard the title.

How do i make a rotating part (a.k.a rotating donut)? Reference here:

This is the script that doesn't make the part carry me around just in case if you need it:

while true do
    script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(-0.01,0,0.0,0) wait()
end

1 answer

Log in to vote
0
Answered by 3 years ago

Use RotVelocity! (only used if unanchored)

0
i have no experience with roblox studio and it is anchored OreyTheOre 52 — 3y
Ad

Answer this question