News: Welcome back to Bullworth! If you haven't already, you will need to reset your password..


Author Topic: HELP with math.random and table.insert code plsss  (Read 4291 times)

0 Members and 1 Guest are viewing this topic.

Offline DarbyDarby

  • Jr. Member
  • **
  • Posts: 2
    • View Profile
HELP with math.random and table.insert code plsss
« on: June 25, 2020, 09:08:23 PM »
sorry for the question that is a little silly, but i am starting to modding now and it really brings me doubts. What does the math.random and table.insert code do ??

Offline J_Striker_A

  • Jr. Member
  • **
  • Posts: 29
    • View Profile
Re: HELP with math.random and table.insert code plsss
« Reply #1 on: January 17, 2021, 09:18:56 AM »
Math.random can make you do a random move from any amount of moves you put under it and table.insert is to insert an item to a table that you should've already created before,