Hi,
I want to make model to be on players screen like when in Bubble Gum Simulator you opening eggs.
Heres what i mean:
How can i make it to be on screen? i know that it should be in workspace and be handled in local script so only 1 player can see it, but i don’t know how to make this model be on the position of the local camera
If you put a model inside a viewport frame and then set the background transparency to 1, it should give you the desired result. Just make sure to set the ‘CurrentCamera’ property so the model is viewed properly and looks good.
In which case, the following should work. It sets the CFrame of your object (in this case, workspace.Pet) to the CFrame of the camera with a forward offset of 4 studs. This needs to be done every time the camera moves so the CFrame is properly updated with the new position.
Worth noting not only that this question has been asked before and you should’ve searched before posting, but a developer for it has also commented on how they did this before.