Keep getting error HTTP 403 (Forbidden) when trying to GetAsync()

  1. Im trying to get a Global data store

  2. When I try to acsess them in any way via script or plugin I get error 403 (Forbidden)

  3. I have tryed to use plugins such as “The data store editor” but I got the same error

Png
My code

if Player then
		local Key = "RSR-MESSAGES-KEY-PLAYER_".. Player.UserId
		local Data = MessageDataStore:GetAsync(Key)

Are API services enabled in game settings?

1 Like

oh boy I feel abit clumsy now thanks I forgot to check that :man_facepalming:

1 Like