mollersuite / mollermethod

A utility script from the future.
https://mollermethod.pages.dev
8 stars 1 forks source link

Providers #68

Open Jack5079 opened 1 year ago

Jack5079 commented 1 year ago

A way for plugins to provide scores and also mollerpotence

Providers = {
  Serverside = function (code)
    game.ReplicatedStorage.SS:FireServer(code)
  end,
  Screensaver = {
    Gold = function ()
      if game.PlaceId ~= 537413528 then return end
      return game.Players.LocalPlayer.Variables.Gold.Value
    end
  }
}