[Release] EssentialMode base

:confetti_ball: EssentialMode 4 :confetti_ball:

New

  • FXServer compatibility
  • Native money UI option
  • Automated update checks
  • Code fixes
  • Server exports
  • Convars (no edits needed to any of the core files)
  • DB code updates

Changes

  • Player β€˜class’ has been edited to fix an issue with metatables, as I abused them in NeoLua. So the β€˜:’ has been replaced with β€˜.’ example:
user:setMoney(500)
-- needs to be
user.setMoney(500)

and to get player values

user.money
-- needs to be
user.get('money')

This isn’t a release, just an update post!


Also this :arrow_down:
#OneThousandthPosts

6 Likes