Add Stat

Adds value to the user's stats.

PATCH https://api-sidemod.sidetechroblox.com/v3/stats/addstat

Body Format:

Headers

Name
Type
Description

Authorization*

String

QBLn8GyVpaOHIdWO2iDE

Request Body

Name
Type
Description

userid*

String

1

(Roblox UserId)

amount*

String

5 (Amount)

stat*

String

Points (Name of stat)

If the authorization token is invalid:

{ "status": "401", "message": "Authorization token is not valid. Please provide a valid authorization token to proceed." }

If the authorization token is missing:

{ "status": "401", "message": "Authorization token is required for access. Please provide a valid authorization token to proceed." }

Last updated