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.
(SERVER SCRIPT)
(OUTPUT)
2 Likes
on the local do not add player to the args, roblox does it automatically
1 Like
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?
can i see the new scripts?
(chars limit)
in the local script, it is now PE:FireServer(v), for the server script, i removed “print(Player)”
oh no, you can still print player, what im saying is only do it in the local script
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
cool, anything in the console
(you gotta give me more to work with)
you mean output? it just prints my name (which is supposed to be the button’s name…) and no errors.
i think it may also have to be v in the serverscript so
player,v
SafeRemain
(FazeRemain)
July 19, 2023, 11:41pm
#11
tried that, nothing changed (i need to have 30! characters)
yeah idk man, I’ve never seen tables and remotevents being used together, maybe look around the dev forums for something like that
SafeRemain
(FazeRemain)
July 19, 2023, 11:43pm
#13
well im not putting an entire table in the remote event argument, its just the button’s instance
SafeRemain
(FazeRemain)
July 20, 2023, 11:03pm
#14
still experiencing this issue by the way. if anyone knows why that’d be useful
SafeRemain
(FazeRemain)
July 20, 2023, 11:05pm
#15
NEVERMIND… literally jsut fixxed it by randomly swapping up the arguments
system
(system)
Closed
August 3, 2023, 11:06pm
#16
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.