How to add points like in zombies vs taros?

i want to add points but only for moderator and VIP

right now i use a teleportaition script and the way it works is

{
“order”: 1,
“key”: “GDihfqNrSc”,
“parent”: “9GfMbWrWRJ”,
“name”: “vip teleport”,
“actions”: [
{
“disabled”: false,
“type”: “condition”,
“conditions”: [
{
“operandType”: “string”,
“operator”: “==”
},
{
“function”: “getPlayerName”,
“entity”: {
“function”: “getOwner”,
“entity”: {
“function”: “getLastCastingUnit”
}
}
},
“KlNG”
],
“then”: [
{
“type”: “moveEntity”,
“entity”: {
“function”: “getLastCastingUnit”
},
“position”: {
“function”: “getMouseCursorPosition”,
“player”: {
“function”: “getOwner”,
“entity”: {
“function”: “getLastCastingUnit”
}
}
}
}
],
“else”: [
{
“else”: [],
“then”: [
{
“position”: {
“player”: {
“entity”: {
“function”: “getLastCastingUnit”
},
“function”: “getOwner”
},
“function”: “getMouseCursorPosition”
},
“entity”: {
“function”: “getLastCastingUnit”
},
“type”: “moveEntity”
}
],
“conditions”: [
{
“operator”: “==”,
“operandType”: “string”
},
{
“entity”: {
“entity”: {
“function”: “getLastCastingUnit”
},
“function”: “getOwner”
},
“function”: “getPlayerName”
},
“JukeRmAn”
],
“type”: “condition”,
“disabled”: false
}
]
}
],
“conditions”: [
{
“operandType”: “boolean”,
“operator”: “==”
},
true,
true
],
“triggers”: []
}

a name script that checks your name and if you have the following name , KlNG or JukeRmAn so they can teleport
but i cant get to make this work with a “VIP SHOP”
and also want to know how to add points please tell
also want to create SKINS;
also want to work out the @Mod global variable(havent made it but want to)
sry if this is too much to ask :blush:

2 Likes

i made it already by checking some other game scripts
but i still wanna make skins

2 Likes

script trigger (every movements or second ) if player variable == vip or mod do points of player +1

2 Likes

Is really hard,but other people talked

2 Likes