Help with viewport frame

I’m trying to make afterimages for a thing im working on using viewport frames and for some reason in studio they render like this:
RobloxStudioBeta_mPd8ljcD3P
but in-game they render like this:
RobloxStudioBeta_eUZDVbTP7J
how can i render the part so that it stays to its world position? right now it kinda just sticks as a static image to my screen.
i’ve tried looking around for guides and stuff but so far i’ve got nothing so im resorting to help here.

in the local script, put this:

script.Parent.CurrentCamera = game.Workspace.CurrentCamera
1 Like

massive help, thank you!!! i really appreciate it.

1 Like

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