Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I transfer text from a local PlayerGui textbox to a Serverside value?

Asked by 4 years ago

I'm trying to make a script that takes text from a textbox that is inside someone's PlayerGui. I understand that you need a local script to access a PlayerGui, but transferring text from a textbox inside a player's GUI to values in ReplicatedStorage works, but is only client-side since the script is a local script. I don't know how to take text from a client-side GUI and transfer it into stringValues server-side wise. Any answers?

0
Use a remote event. DesertusX 435 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago

search up remote events on youtube

Ad

Answer this question