Alright guys I’m back with another issue, I’m having some trouble with using a viewport frame. So basically Im making a chest opening thingy and the chest does a little animation (slides down, tween size smaller and bigger) then its supposed to show what you got, so in I have a folder in RS called ItemThings then in there I have a folder called ArmorStuff and I have, well my Armor in there but It won’t show the thing you got in the viewport frame! Any help much appreciated!
This might be the issue, but how do I make it look at the armor (I don’t use viewport frames that often and when I did the other 2 times it worked fine)
Also it works if I replace the “part” in the script I showed with:
local part = Instance.new("Part")
part.Material = Enum.Material.Concrete
part.Color = Color3.new(0.25, 0.75, 1)
part.Position = Vector3.new(0, 0, 0)
part.Parent = viewportFrame
Put the armor into workspace, lokk at it how you want it to show in the view port, copy the camera in workspace, paste it into the viewport, then set the current camera of the view port frame to the camera