Today, I received a message from ROBLOX in my private messages that I have to remove a certain individual from my game’s DataStore which I will do in a second, but why does this happen?
Am I gathering data incorrectly? This is how I normally do so, and the game hasn’t error’ed since then.
local BetaStats = game:GetService("DataStoreService"):GetDataStore(newPlayer.userId.."THEKEY[Beta]")
local PlayerSavedStats = BetaStats:GetAsync("PlayerStats")
The only information I can really gather upon is this link, which is a update in the terms of service in May: Update to Terms of Use, Privacy Policy, and Community Rules