Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there a way that I can convert Numbers to Letters? [closed]

Asked by 4 years ago

Is there a way that I can convert Numbers to Letters? Cause I really need to know it for my script and for my game.

0
Please provide a better description of what you're trying to achieve. EpicMetatableMoment 1444 — 4y
0
I agree with Sinister. Are you trying to convert a float to a string or translate binary or something? Unhumanly 152 — 4y

Closed as Non-Descriptive by EpicMetatableMoment, Thetacah, and fredfishy

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 4 years ago
tostring(number) 
Ad