I am using Data Stores and this is my first time using it. does anyone know what is happening? this is my script
local success, errorMesage = pcall(function() GravelColor:SetAsync(player.UserId.."-color", ColorOfG.Value) end) if success then print("Player Data Succesfully Saved") else print("There was an error when saving Data") warn(errorMesage) end