About 19,200 results
Open links in new tab
  1. Spinning Objects - Community Tutorials - Developer Forum | Roblox

    Jan 31, 2022 · Hello, in this tutorial I wanna show you how to make spinning objects like this: Get your Object/Part (i would prefer a gear) Create a Script Inside of the Part Write or paste this …

  2. How do I make a smooth spinning effect? - Roblox

    Jun 22, 2021 · So my goal here is to make a part spin. I want a very nice smooth effect. The reason being, I want to make a knife and I want to make it spin towards the target when …

  3. How would I make a part spin very smoothly - Roblox

    Oct 27, 2020 · Hi everyone, How would I make a part spin very smoothly because every time I code it to spin, it spins but not very smoothly. I have seen some people use an Animation to …

  4. How to make a spinning part? - Scripting Support - Roblox

    Jun 1, 2023 · Hello! Im trying to make a spinning part that rotates in the Y axis but I’m running into an issue: As shown in the video above the part rotates and then stutters when it reaches a …

  5. How to make a part spin smoothly - Scripting Support - Roblox

    Oct 15, 2021 · What do you want to achieve? Hello, i want to make a part spin on itself smoothly. What is the issue? I don’t know how to do it. What solutions have you tried so far? I tried …

  6. How do you make a randomized smooth spin script? - Roblox

    Apr 12, 2021 · How do you make a randomized smooth spin script? Help and Feedback Scripting Support LarryCreating (LarryCreating) April 12, 2021, 5:22am

  7. Spinning Donut with only ASCII - Creations Feedback - Roblox

    Feb 28, 2025 · The script is a spinning ASCII donut in Roblox Studio’s Output window, based on the classic ASCII donut algorithm (“donut.c”). It uses math to simulate 3D rotation, rendering a …

  8. How can i spin a model? - Scripting Support - Roblox

    Aug 23, 2023 · Actually i using this script for parts but how can i make one for models? local partspeed = 0.05 local part = script.Parent while task.wait() do part.CFrame = part.CFrame * …

  9. Creating a Spinning Wheel - Help and Feedback / Scripting

    Mar 31, 2020 · Hey everyone! If you’ve never watched Wheel of Fortune or some other game with a massive wheel, the point of the wheel is it to spin and land on a random tile. I’m not looking …

  10. Does anyone know how to make a spinning platform similar to

    Jan 4, 2025 · I’m trying to create a moving platform similar to the one in the Squid Game mini game “Mingle Carousel.” The platform should spin smoothly and allow players to move with it. …