i’m trying to make a character customization menu, and my issue right now is related to remote events.
(LOCAL SCRIPT)
i tried to send over the button’s instance via the remote event, but when the server script has to print the things i sent it, it only prints the player name.
i removed the player from the arguments, BUT the button still returns as my username. could it be related to the buttons being under folders in a screengui in player gui?
i’m trying to send the color names over to the server so i can make the colors seen by all players. the buttons are named the colors they have
testing ui of course