Gif Items Image

I Played Verdant Enigma and I saw this item icon spining, How dev can make like this


Item “Note” icon is spining like GIF
I think is dev using “while true do” with ID decal that spining
but Idk how to start scripting?
can someone explain me?

This is using roblox’s backpack, which means it’s also using TextureId,
The game has multiple images of the tool at different rotations, and is setting the TextureId of the tool in a loop.

1 Like

Seems like it is using roblox’s default backpack so texture id’s would probably work. But another way could be to make your own custom backpack system and use viewport frames with the item inside and script them to rotate, that way you might get a more consistent rotation animation and you can configure it easily, much easier than taking screenshots and uploading it to roblox over and over again for evey item.

4 Likes

I test on “Classicsword” and local starterpack but i think not how it work so I think is local backpack?
but problem thing Idk local backpack for player


Testing Script


Try local Player backpack but Idk how

Btw the script I put it inside items

Update, I did it, kinda of


3 frame