I’ve recently discovered a problem with my inventory system wich i don’t know how to fix.
The problem is that UTC-8 limits me from creating more items to be used in the inventory, wich is a HUGE problem for my game.
So i’m looking for someone who can fix this.
I will send a place file with the scripts, we can talk about payment after or before the job (Message me if you want to help)
If you are confused feel free to ask for more information.
My inventory gui works with ID’s. Every item is an ID. (Inventory works with gears).
And i can only create a maximum of 127 ID’s which is apparently caused by UTC-8.
While each generated GUID is not guaranteed to be unique, the total number of unique keys (2128 or 3.4×1038) is so large that the probability of the same number being generated twice is very small. For example, consider the observable universe, which contains about 5×1022 stars; every star could then have 6.8×1015 universally unique GUIDs.
So this is a very solid option if you need unique ids for your inventory. Not entirely sure how you’re exhausting UTC-8 with only 127 IDs though. That sounds to me like you’re doing something weird. Would help to see some code.