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
I have solved this, doesn't replicated. I however can bypass by using a RemoteEvent or changing the value to a different Value holder.