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

How to make item spin and rotate on all sides?

Asked by 2 years ago

I wanna make a GUI Gamepass store where you can see the item and rotate it around to see it from all sides. The thing is, I have NO clue where to even start. Could someone guide me?

1 answer

Log in to vote
0
Answered by 2 years ago
Edited 2 years ago

Maybe this? Change time if needed

while wait() do
    script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(rorationsXperSec,rotationsYperSec,rotationsZperSec)
end
Ad

Answer this question