Struggling using string.format. Can someone explain it in a simpler way?

Hello, I am struggling understanding string.format. Can someone explain this simply to me?
I mean to string.format() for those who did not understand.
Any answer is appreciated and accepted, thank you. :slight_smile:

1 Like

Greetings,

Specifically what are you searching for / trying to do?

I think he is talking about string.match() and string.format().

1 Like

Sorry for the late respond, I am looking to understand string.format(). Thank you.

Strings | Documentation - Roblox Creator Hub on this link, there are all the commands for string formats. I recall using this a longgggg time ago and barely remember it but I know for a fact I learned from that link.

Basically its a way of formatting strings and editing strings if that makes sense in dummy terms. suppose you want to remove parenthesis or spaces and numbers you would use string formats.

2 Likes