How to use EternityNum

I want to use an EternityNum on a number value so my number will go up into bigger numbers e.g. 1e3003 as 1Mi, 6.37e606 as 6.37Du etc. I’ve tried using it with a number value but the problem is I kept getting errors. I’ve seen someone using a string value for it but I don’t know how to convert it into an EternityNum. There is a topic about this but I still don’t get it. Any help would be appreciated!

*The EternityNum is created by FoundForces

1 Like

Please post your script so we can see how you are doing it.

1 Like

My script:

local eternitynum = require(game:GetService("ReplicatedStorage").EternityNum)

script.Parent.Text = eternitynum.short(game.Players.LocalPlayer.Leaderstats.number.Value, game.Players.LocalPlayer.Leaderstats.number.Value)
2 Likes

I’ve figured out how to abbreviate it but the problem is it could not go bigger than 179UCe

The output outputs

when the value is above 1k it only outputs, when the value is below 1k it won’t show anything

1 Like

I’ve managed to figure out how to use it. There’s a small error that my value caps somewhere at Fm but that’s a small problem.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.