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!
# 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)