Winter Hub Script May 2026
function HubService:StartHubEvent(eventName) game.ReplicatedStorage.Events.HubEvent:FireAllClients(eventName) wait(30) -- event duration -- reward participants end
function HubService:StartHubEvent(eventName) game.ReplicatedStorage.Events.HubEvent:FireAllClients(eventName) wait(30) -- event duration -- reward participants end