Help me with capture service

I want to make rbxtemp image send to other client but it not show

i tired to send the image to server and server send the image to all client
but it’s not show

i want to make it show to every client

1 Like

I think the temporary content id is only available on that client. The user needs to actually save it for it to be useable.

1 Like

How to save to save the image in serverside

1 Like

Maybe look into editable images? As you could save the image data then redraw it

1 Like

so i have to use ReadPixels right? but the image max resolution is 1024x1024 it crash when i use ReadPixels and when i use CreateEditableImageAsync in client then i send the data to server the sever got nil

1 Like

I don’t think they were replicated so you would need to send the pixel data to the server