Trying to make a spinning wheel

You can write your topic however you want, but you need to answer these questions:

  1. **A spinning wheel that uses a physical wheel, spin it, slow it down and land it on a specific rotation point. ** Keep it simple and clear!

  2. I don’t know how to calculate how to slow down the wheel specifically that it lands on a rotation point. Include screenshots / videos if possible!

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I’ve tried various ways of slowing down, but it almost never lands on the one that I’ve actually selected, mainly because I don’t even know where to start with that.
    I have a wheel, and I have a targetRotationAngle it should reach. TweenService just tweens it backwards or forwards, and doesn’t spin fast.
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

what do you mean by spinning wheel? Like this?

Yes, except its a physical wheel, not a UI based wheel.

have you seen this post?

Yes, this doesn’t really help me. It’s for slowing down a wheel, but I can’t figure out how to stop it at a specific point. I already chose what I want it to land on, now it’s just making it land on it.

couldn’t you start the wheel on the thing you want it to land on, and spin it in a way that you know will always land in the spot you started? Like making it do 5 full rotations.

I mean, the main issue is when do i start slowing down, still there with this method