Make text non-selectable

Hey, I was wondering, how can I make it so text doesn’t do this
https://gyazo.com/2872f2f6a6284dd0d8ba8d3fd53efb3d

Or is this not possible

you could try using css:

.noSelect {user-select: none}
<h1 class="noSelect">Literally Own, Minecraft.</h1>
2 Likes