string GetRandomCode()
{
var Output = Core.Random.Range(0, 9999).ToString();
return Output;
}Otherwise players will not be able to lock.
string GetRandomCode()
{
var Output = Core.Random.Range(0, 9999).ToString();
return Output;
}Otherwise players will not be able to lock.
birthdates
It is four digits...
No, it might not be a four-digit number.....
You can change it to
var Output = Core.Random.Range(0, 9999).ToString("D4");