> For the complete documentation index, see [llms.txt](https://wiki.tiltedphoques.com/tilted-online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tiltedphoques.com/tilted-online/guides/scripting/services.md).

# Services

## CalendarService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Calendar service instance</td><td>CalendarService:get()</td></tr><tr><td>GetTimeScale()</td><td>Get the world's current time scale</td><td>CalendarService:get():GetTimeScale()</td></tr></tbody></table>

***

## CharacterService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Character service instance</td><td>CharacterService:get()</td></tr></tbody></table>

***

## PartyService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Party service instance</td><td>PartyService:get()</td></tr><tr><td>IsPlayerInParty(ConnectionId)</td><td>True if the player is in a party, false if no player was found or the player is not in a party</td><td>PartyService:get():IsPlayerInParty(player:GetConnectionId())</td></tr></tbody></table>

***

## PlayerService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Player service instance</td><td>PlayerService:get()</td></tr></tbody></table>

***

## QuestService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Quest service instance</td><td>QuestService:get()</td></tr></tbody></table>

***

## ScriptService

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th><th>Usage</th></tr></thead><tbody><tr><td>get()</td><td>Get the Script service instance</td><td>ScriptService:get()</td></tr></tbody></table>
