🔳Stype and Eval
different shapes and functions
Stype
Methods that can be used: fillrect,fr

Example
{
stype: "sr"
}
Eval
Example
//You can do whatever you want in the Eval section.
function asdas(obj,time){
if(time == 1){
console.log("Started ",obj.name)
}
if(time == 2){
console.log("Updating ",obj.name)
}
if(time == 3){
console.log("FPS time ",obj.name)
}
}
{
eval:"asdas"
}

Last updated