Jump to content
  • 0

how to create a script for newbie


lucky_you

Question

5 answers to this question

Recommended Posts

Posted
On 11/8/2023 at 10:03 AM, lucky_you said:

As the title says, how to create a script for beginners. Thank you

Start by using game guardian record script feature , that should help you start to learn the basics of scripting 

Posted

Hi @lucky_you, here's my approach on how you can learn to create script, this not limited to lua only:

  • - Always remember Language functions and syntax. On lua the syntax is: "do", "end", "if", "else", "elseif", "then".
  • - Always learn from examples or open source project/script.
  • - Familiar yourself with reading documentation.
  • - Always do script testing.
  • + Train yourself in debugging / reading others code. Disect them.

Here's list of reference that you should read and experiment with:

Above commenters has provide great reference, I only made detailed point.

Posted
On 11/9/2023 at 12:03 AM, lucky_you said:

As the title says, how to create a script for beginners. Thank you

See youtube many video share about make script for newbe 

Script gameguardian

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.