Remove popup window after purchase?

Is there a way to remove the pop up from the shop when a player buys an item?

This is a problem for players becuase when they spam buy they cant.

When they buy an item from the shop the item that they bought pops up in a window saying ,"you have bought a ladder."

if the window covers any of the items the player can not buy again intell the 3 to 4 secconds of that being up. Once the window is gone they can buy.

also if they exit out of the shop whithin the time of the window being up they can not click on their screen or move their mouse. Is there a fix for this in the coding to disable it?

hay did you find a solution to this? I'm having the same problem and would like to remove it or make it so the popup window is not on the screen for so long

Find:

popupMessages.Add(player.userID, timer.In(3.5f, () =>​

and modify the value 3.5f to what u want