so right now I can combine both pattern, even though it’s useless and make it less readable, but now I can do it like “Hello {Name}, you are a ?”?
It depends on how you use it, but yeah.
You could make use of the fact that PlaceholderAPI’s placeholders are dynamic and can be change from within in-game, so theoretically u could do
and use it later forthis;
which would result in
Alternatively you can look for which placeholders are there by default in the format function, which includes more stuff such as a d6 (papi_dice), d20 (papi_d20), d100 (papi_randomnumber), etc.
but yeah, i understand where the ‘useless’ part comes from.
Hello everyone in the thread (who still follow this system for some reason)!
I have updated Redefine:A with a few new updates, so I’ll just give a general view over the new stuff.
- Redefine:A’s UI is no longer hard-coded. In fact, you can now use themes to change how the system works entirely!
- Better default banning system! (which honestly, makes the
env:RegisterCommand()
function actually worthwhile. - New misc. module;
env.DiscordEmbedder
- Shared functions now load after user-provided ones.
There are much more changes, but you can only see them in the Discord Server, which I’d appreciate if you join.
For the nerds;
Side notes;
You may have noticed that Redefine:A has been taken off entirely from the Creator Marketplace. It is not by error. In fact, you can only blame Roblox for that. actually, the whole reason for it was because the loader has a require() in it, which is a stupid reason to take the module down…
Starting from Build 121, the only way(s) to get the loader is to either get it from the discord server, or by getting it directly from the GitHub Releases page.