How can i fit a model perfectly to a ViewportFrame?

Hey. I spent alot of time figuring out how to fit a model to a ViewportFrame , but i had no success. How can i fit it in?

1 Like

Use this module script: https://create.roblox.com/store/asset/2615023691/Module3D-V6%3Fkeyword=&pageNumber=&pagePosition= this module script automaticly creates ViewportFrame

1 Like
function Module3D:Attach3D(Frame,Model)

Do i put Viewportframe as a first arg, or a regular frame?

I have read the script a bit, and i found that there is no parent for VPF

you need to set parent for VPF frame, script automaticly create VPF

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.