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
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
I think the temporary content id is only available on that client. The user needs to actually save it for it to be useable.
How to save to save the image in serverside
Maybe look into editable images? As you could save the image data then redraw it
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
I don’t think they were replicated so you would need to send the pixel data to the server