I made a leaderboard for amount of time you play in minutes but it only shows like 10 is there a way I can make it show 10m instead of 10.
1 Like
Make the value StringValue
and make it like
Value.Value = amount.. "m"
1 Like
Well that worked well. Thank You.