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

[SOLVED]Getting Textbox.Text from Server?

Asked by 4 years ago
Edited 4 years ago

I've made a prompt purchase then from the server it checks the players TextBox.Text, however when I do this I don't get anything from the TextBox.

    if receiptInfo.ProductId == 966142853 then
    print(player.PlayerGui.GUI.REQUEST.TheId.Text)
    table.insert(que,player.PlayerGui.GUI.REQUEST.TheId.Text)
    table.insert(request,player.Name)
    end

1 answer

Log in to vote
0
Answered by 4 years ago

I have solved this, doesn't replicated. I however can bypass by using a RemoteEvent or changing the value to a different Value holder.

Ad

Answer this question