local population = Instance.new("IntValue")
population.Value = "0/"..settings.EconomySettings.Base.MaxPopulation
population.Name = "👤"
population.Parent = leaderstats
i know why it doesnt work, but is it even possible to make it so the value displays something like 0/X instead of just 0 WHILE keeping it an intvalue so i can update it later. If i make it a string value i wont be able to update it later so is there any solution for this.
** You are now Level 2! **