About 152,000 results
Open links in new tab
  1. How do i make part rotate? - Scripting Support - Roblox

    Sep 11, 2021 · Title says everything what i need, i simple need part rotate What is the issue? Include screenshots / videos if possible! I have no clue how to make my script work. Idk if you need screenshots there because they are not need What solutions have you tried so far? Did you look for solutions on the Developer Hub? I tryed to make my object orientation, but no idea how to make it spinning with it ...

  2. How Can I Continuously Rotate A Part? - Roblox

    Jan 20, 2023 · Hey developers I feel stupid not knowing this but how can I continoulsy rotate a part around its complete 360 degrees, I am unsure what to do and the best i’ve come up with is local TweenService = game:GetService("TweenService") local Info = TweenInfo.new(5, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, -1, true, 0) local Goals = { Orientation = Vector3.new(0, 90, 0) } local tween ...

  3. How to make a part rotate towards the player - Roblox

    Aug 4, 2022 · I have been trying to make a part look at the player using a local script. HELP!

  4. Making a part rotate to specific orientation - Roblox

    Jan 16, 2021 · To rotate a part TO a specific rotation you can use CFrame.new(PART POSITION) * CFrame.Angles(NEW ROTATION). I’ve provided an example below which will change a parts rotation using CFrame to a given rotation, and then after …

  5. Best way to make parts rotate constantly without lag? - Roblox

    Feb 7, 2018 · Currently in my game i have about ~20 objects that are rotating all the time for aesthetical purposes. I am doing this by adding functions with bindtorenderstep that rotate the cframe in a localscript. However when I do this for multiple parts the scripts start to lag. What is a good alternative?

  6. How do i make a part that orbits/rotates around another part

    Apr 28, 2024 · Hello! How could i achieve this in the most optimized way possible? Because there is going to be alot of parts that will rotate around another one. Thanks!

  7. How to smoothly rotate a part with mouse position - Roblox

    Jul 19, 2020 · I’m creating a Rubiks game, that is basically a stationary camera facing a cube. I want the player to be able to rotate the cube to look around it, I don’t know how to smoothly do that. I’m moving the cube by changing it’s primary part CFrame. This is simply done by changing the cube’s LookVector to face where the mouse is. This means that every time I …

  8. How to rotate a model using scripts - Scripting Support - Roblox

    Aug 7, 2021 · Hello, I have a car model, and I want to make it rotate itself, but I don’t know how to do that with scripts. I would like some tutorials or examples. Thank you.

  9. Rotating a Part to Face the Mouse - Single Axis Only - Roblox

    Mar 28, 2022 · Hey friends: I’m trying to get a part to rotate to face the mouse, but maintain its orientation on two axis - in other words, it should spin like a hand on a clock, but not move forward or backward in and out of the clock face. Put another way, the part’s orientation should move on the X-axis only, and the Y and Z axis should stay at 0. …

  10. How do I make rotate around another part? - Scripting Support

    Aug 9, 2022 · Q: How do I make a part rotate around another part? Solutions I tried based off what I recently learned: local MovePart = script.Parent local targetPart = game.Workspace.TargetPart local rot = 0 while true do rot += …

Refresh