Functions
ModuleUpdated

ModuleUpdated( callback )

Fires event when a newer configuration module is received from the Roblox website.

Parameters

  • callback (function): Function to be called upon a module update.

Usage

ModuleUpdated
local connection = gamebeast:ModuleUpdated(function()
  print("Updated")
end)