Model spinning on gui

I’m trying to make a weapon gui where you will be able to buy products, but I want it be so when you select a weapon it shows the weapon spinning around, like the character does for ROBLOX avatars. If anybody could give me some advice or help, thanks.

2 Likes

You can click on this article explaing viewports Makes 3D objects in a 2d space such as GUI
ViewPorts

Read this post:

Viewport Frames

Bear in mind to make it Rotate you need to do some math in the view port to make it rotate

I’m presuming for the part, I can clone my tool/model and make the parent the viewportFrame?

Yes you can. On game start use a loop cloning all the items into the view ports you desire

Okay, so my tool doesn’t appear to be working. It has a few parts and unions in, any solution to this?

I set the position to one of the parts positions so it shouldn’t be that.

Sorry it is but very small. image

Change the Camera CFrame to match the model This Video Helps with that

2 Likes