Skip to content

Files

Latest commit

fabc198 · Aug 19, 2024

History

History
45 lines (18 loc) · 1.76 KB

services.md

File metadata and controls

45 lines (18 loc) · 1.76 KB

Services

CalendarService

NameDescriptionUsage
get()Get the Calendar service instanceCalendarService:get()
GetTimeScale()Get the world's current time scaleCalendarService:get():GetTimeScale()

CharacterService

NameDescriptionUsage
get()Get the Character service instanceCharacterService:get()

PartyService

NameDescriptionUsage
get()Get the Party service instancePartyService:get()
IsPlayerInParty(ConnectionId)True if the player is in a party, false if no player was found or the player is not in a partyPartyService:get():IsPlayerInParty(player:GetConnectionId())

PlayerService

NameDescriptionUsage
get()Get the Player service instancePlayerService:get()

QuestService

NameDescriptionUsage
get()Get the Quest service instanceQuestService:get()

ScriptService

NameDescriptionUsage
get()Get the Script service instanceScriptService:get()