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?
Maybe this? Change time if needed
while wait() do script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(rorationsXperSec,rotationsYperSec,rotationsZperSec) end