About 54,500 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 inside of the script local part = script.Parent while task.wait() do part.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(0,0.05,0) end --we are basically rotating the part on the y axis in a loop which makes it ...

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

    Sep 14, 2019 · 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 thrown. If anyone can help me with that, I would appreciate it very much.

  3. 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 certain point… This is my code: What could be wrong? Doing += to any other axis works fine

  4. How do i make something spin like this? - Roblox

    May 3, 2020 · How do i make something spin like this? - Roblox ... Loading ...

  5. How to make a spinning brick - Scripting Support - Roblox

    Feb 24, 2021 · Hello there I need help to know how to make a spinning kill brick I already know the script for kill brick I just need help with the spinning script part does anyone knows the script for the spinning part?

  6. Make character spin constantly - Scripting Support - Roblox

    Apr 18, 2023 · I want to make a script to constantly rotate player character using Torque. One small issue is that I found literally zero information on how this works and no examples. Script: velocity = Instance.new("Torque") velocity.RelativeTo = Enum.ActuatorRelativeTo.Attachment0 velocity.Torque = Vector3.new(0, 10, 0) attach = Instance.new("Attachment") attach.Name = "spin attachment" attach.CFrame ...

  7. Need a spinning part to carry a player - Scripting Support - Roblox

    Jun 17, 2021 · Hello! The spinning part in the video spins perfectly and everything but it doesn’t carry the player with it. If someone could help me with this issue that would be great! Thanks! (script and video below) sphere = scrip…

  8. 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 spin parts instead of using CFrames. Should I use an Animation to spin my part? Is it better?

  9. How to script Kill Bricks, Jump Bricks, and Speed Bricks - Roblox

    May 4, 2020 · Hello, if you’re really new to scripting and want to make those speed bricks from speedrun, those killbricks from obby’s and jump bricks. You’ve come to the right place! Let’s get started with the coding [insert a normal script into the block you want as the speed, kill or, jump block] script.Parent.Touched:Connect(function(hit) local h = hit.Parent:FindFirstChild("Humanoid") …

  10. How can I create a UI Spinning Wheel? - Roblox

    Aug 5, 2023 · Here is what I want to make: I want to make a UI Spinning Wheel like the one above, that works and has custom chances of spinning each prize. I don’t know how to make this because I don’t know anything about AbsolutePosition or any type of that stuff. I don’t even know if that is to be involved. I tried to ask here because I found no tutorial on the DevForum or YouTube. I do NOT want to ...

Refresh