ramenecho ramenecho loading
I’m making a game that has a save system implemented, it works, its been used, and basically how it works is you press a key, it saves all the info, and then pulls up a list with one item in it, being the save code. Before to copy that save code you just had to drag over it to select it and copy the text, and eventually at some point the entire save code will get copied instead of the first 6 letters. I was trying to find a way to make copying it more reliable and i had discovered that Shift+Ctrl+Right Arrow selected the entire code. I then tried to copy it exactly the same again and the key combo just did not do anything, i kept trying and very rarely it would actually work and every time it does work it seems to become even more unlikely for it to select. Why is this happening? I test the exact same keybind on other websites and on other things in scratch and it works perfectly with no issues. It just doesn’t work on the project.