Cameras do not replicate to the clients

image
so a created this ImageFrame that clients are going to clone and parent to a screengui when necessary

but when the game starts the cameras do not replicate for the clients, so when i clone them the viewportframe is blank

image

is there a way to replicate then to all the clients? and how can i achive this effect?

The GUI is local so one per client. You need to save the view somewhere where each client can then get to it.
You may wish the look at using viewports or maybe clone the camera to Replicated Storage.