local AssetStats = require(game.ReplicatedStorage.AssetStatsModule)
game.ReplicatedStorage.GetVotes.OnServerInvoke = function(Player, AssetID)
local Starter = AssetStats:GetGameVotes(AssetID)
local VotesData = Starter.VotesData
local Likes = VotesData.Data.Likes
local Dislikes = VotesData.Data.Dislikes
return Starter:Abbreviate(Dislikes), Starter:Abbreviate(Likes)
end
I’m still making the module but if you have any feed back/suggestions on it then feel free to say below