Hello dear dev community, I am trying to make a 911 system but the RemoteEvent only sends the pure strings, not the variables. I have already tried several methods but nothing worked.
Your send button script should be in a LocalScript, no? Unless you are sending it from Server to Client. But then I don’t see why you would use the send button for that. Correct me if I am wrong though.
Editing text through typing does not replicate to the server, so the server still sees those “variables” as what they were at the start. You’d have to send those variables to the server through OnServerEvent and FireServer.