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

I need help with filtering strings?

Asked by 3 years ago

How would I filter the numbers from one text and use those numbers and the text separately for example Item100 I want to use item as the name and 100 as the quantity

1 answer

Log in to vote
0
Answered by
haba_nero 386 Moderation Voter
3 years ago

Use string.split(). You can find info on the string library at developer.roblox.com :)

0
Thanks SynthesizeThings 7 — 3y
Ad

Answer this question