If you bought a game or interested in it i will show you how to use it or set it up, as well as answer some questions.
I recomend you watching video to find out about Editor’s UI more
Editor link
Main tab
------------------------------
In main tab you can save,export and manage modifiers!
Customization
------------------------------
Letting you customzie appearance and more!
Note:
If you toggle locker on armor exporter will ignore armor
Loadout tab
------------------------------
Here you can edit starting loadout (inventory),Starting ammo and spawn location
Export
------------------------------
Here you can set setting of export
Press on to read what each setting does.
Note:
If if you using Use Fixed Text and you putting Converted code into folder without Add functions you need to take Add functions also or else it wont work!
Converted code
------------------------------
Here you simply can copy it and go to your server and paste
YOU NEED TO HAVE FOLLOWING FOLDER WITH CODE IN RUNHOOK ALWAYS!!!:
Code:
var tried = 1;
var attempts = 1;
var MaxAttemptsItCanMake = 20000;
if (sub(Message,1,7) == "descSet" and strfind(Value,"▬")) {
tried = 1;
var de = strsplit(Value,"▬");
var te = de[1];
var dees = de[2];
if (DoesTeamExist(te)) {
ModifyTeam(te, "SpawnText", dees);
while(GetTeamProperty(te, "SpawnText") != dees and tried < MaxAttemptsItCanMake) {
ModifyTeam(te, "SpawnText", dees);
tried = tried + 1;
wait();
}
tried = 1;
}
}
if (sub(Message,1,12) == "LoadTeamName") {
if (!strfind(Value,"▬") and DoesTeamExist(Value)) {
attempts = 1;
while(GetTeamProperty(Value, "DisplayName") != Value and attempts < MaxAttemptsItCanMake) {
ModifyTeam(Value, "DisplayName", Value);
attempts = attempts + 1;
wait();
}
attempts = 1;
}
if (strfind(Value,"▬")) {
var res = strsplit(Value,"▬");
var original = res[1];
var disp = res[2];
if (DoesTeamExist(original)) {
attempts = 1;
while(GetTeamProperty(original, "DisplayName") != disp and attempts < MaxAttemptsItCanMake) {
ModifyTeam(original, "DisplayName", disp);
attempts = attempts + 1;
wait();
}
attempts = 1;
}
}
}
Questions:
Why paid?
I’m a solo developer and I already did a lot of stuff to the game for free.
Will it be free?
Nope,never.
Will it change price?
I am satisfied with 200 robux price.
My code doesnt work what to do?
Did you add RunHook function or functions to folder you using?
You possibly using characters that Project:SCP does not accept.
How to get all badges?
That a secret but everyone can get them.