Studio GuideWorld SDK Guide
Log In

Increment/Decrement Player Numeric Data

Increment/Decrement Key-Value of player

You can increase or decrease the number data from the World player data.
An error will occur if you attempt to increase or change the data that is not a number.
If you enter another person's World ID, Error 403 will be printed and state that you do not have permission.

Request

NameDescriptionType
worldIdWorld IDString
playerIdPlayer IDString
keyKey of the data to be incremented/decrementedString
valueValue to be incremented/decremented
- Increase when positive value
- Decrease when negative value
Number

Response

NameDescriptionType
resultValueChanged result valueNumber
Language
Authorization
Header
Click Try It! to start a request and see the response here!