-
Im trying to get a Global data store
-
When I try to acsess them in any way via script or plugin I get error 403 (Forbidden)
-
I have tryed to use plugins such as “The data store editor” but I got the same error
My code
if Player then
local Key = "RSR-MESSAGES-KEY-PLAYER_".. Player.UserId
local Data = MessageDataStore:GetAsync(Key)