.ROBLOXSECURITY resetting making my API impossible to function

I’ve written my own API endpoint which i would need for my autoranking system. However, the .ROBLOXSECURITY cookie always resets when i try to run a request on the API. My API is hosted on a Server (American). Thanks for all help in advance!

This is because of Roblox’s new security changes regarding cookies.

If someone logs into an account using a different IP address than the one that has been used when creating the account, the .ROBLOSECURITY cookie resets which makes it difficult when trying to use APIs.

A solution to that is using a VPN when creating the Roblox account so that the IP corresponds to the IP of the API Server.

ooooooooh yes, i see. Thank you very much, i’ll try it out!