You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionExampleModule:Init(): ()
-- Called when the module is first imported; used for setup.endfunctionExampleModule:Start(): ()
-- Called after all modules have been initialized; used for starting processes.endfunctionExampleModule.PlayerAdded(player: Player): ()
-- Called when a player joins the gameendfunctionExampleModule.PlayerRemoving(player: Player): ()
-- Called when a player leaves the gameend