/just_alphabet

Fivem Minigame created by JustCodeIT inspired by newest NoPixel 4.0

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

just_alphabet

Fivem Minigame created by JustCodeIT inspired by newest NoPixel 4.0

Preview

Preview

FAQ

Can I use it in robberies, for example?

Of course you can, most things are possible in this script

Will the script ever be updated?

We are not sure yet, everything about new updates will be on our discord : https://discord.gg/QVgbKSTHMz

Usage/Examples

Export

    local success = exports['just_alphabet']:StartGame()
      if success == true then
          print('Completed')
      else
          print("Failed")
      end
    end)