Jump to content

Code Error Menu When Decrypted


MrPictYT

Recommended Posts

Hallo Guys Welcome To My Second Post Tutorial. Today i will teach how to make the menu error when he decrypted

* This Is Simple Code but many people ingrone about this code (Pro Lua Maybe Not)

Oke This Is The Tutorial

When you make a gg.multiChoice/gg.Choice many people use this code

menu = gg.multiChoice({
    "A",
    "B",
    "C",
    "D",
    " EXIT"
  }, nil, "❇ Beginner Tutorial Here")

But if you want to make it error when he decrypted you must add (local) before menu =

This is the sample

local menu = gg.multiChoice({
    "A",
    "B",
    "C",
    "D",
    " EXIT"
  }, nil, "❇ Beginner Tutorial Here")

Oke Thats Maybe Can Explain How The Code Works, Bye² 😉

*Talk me in telegram if you get error @MrPictYT or you can comment down bellow

Owh this is the sample video when i testing it 

Song : Rich Brian - History (My Favorite Song)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.