How do you copy a Gui with remote event?

how can copy a Gui especially ImageButton with Remote event and Paste into a SurfaceGui?

2 Likes

Do you know how to use Remote Events?

2 Likes

Yes I know how to use RemoteEvent

2 Likes

You would need to use Clone and set the Parent of the Clone to the Gui.

Not sure why your asking about a Remote Event. It’s just a signal that goes between a Server and Client script.

The Scripts do the Cloning and Parenting.

2 Likes

my problem is that the script placed in gui, where I set GetChildren, does not read ImageButton generated by a localscript and to get around the problem they suggested me to use a remote event but I haven’t solved the problem yet

2 Likes