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

How can I create a roleplay name function/gui that is filtered?

Asked by 4 years ago

I've been wanting to implement a roleplay naming system into my game for quite some time now, but I can't figure out how to filter the input so that it goes along with Roblox's "hashtag system" or whatever it's called. Can anybody provide some tips?

0
i recommend you make your own hashtag system because the robloxs system is trash Dan_PanMan 227 — 4y
0
make a table of words and iterate through it using string.match() against the player's input string, if the match is nil, then the name is valid SerpentineKing 3885 — 4y

Answer this question