> For the complete documentation index, see [llms.txt](https://baezor.gitbook.io/sklib/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://baezor.gitbook.io/sklib/master.md).

# Overview

## Welcome

This is the documentation for the script SkLib. You can use any of these functions in your next script! You can join the discord for help!

## List of All Functions

```csharp
# Create a Hologram
sklib_createHologram(id, lines, location, inverse)

# Delete Hologram
sklib_deleteHologram(id)

# Capitalize First Letter
sklib_capitalizeFirstLetter(text)

# Capitalize First Letter in Every Word
sklib_capitalizeFirstSentence(text)

# Location to Text
sklib_locationToText(location, world)

# Text to Location
sklib_textToLocation(text)

# Text Animation Flash
sklib_animationFlash(text, color, color, color, bold)

# Text Animation Scroll
sklib_animationFlash(text, color, color, color, bold)

# Button Click Sound Effect
sklib_soundPageTurn(player)

# Page Turn Sound Effect
sklib_soundPageTurn(player)

# Bass Sound Effect
sklib_soundBass(player)

# Harp Sound Effect
sklib_soundHarp(player)

# Pling Sound Effect
sklib_soundPling(player)

# Bit Sound Effect
sklib_soundBit(player)
```
