How can I use and manage numerals bigger than the max int/float/etc. value that can be stored.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Frozenrocket

So im creating a idle clicker game where you are supposed to “click and get points”.
The game needs to store integer values bigger than the game engine types can store.
The value goes nuts after you reach a specific huge value.

Is there any way that you can store and manage bigger integer values?