Intellau_Celistic
5'3 KHHV Mentalcel
-
- Joined
- Aug 26, 2021
- Posts
- 166,468
AnonyAnonymous Join Date: 2013-06-23 Post Count: 6332 | #139809039Wednesday, July 09, 2014 6:13 PM CDT An example would be,NumTab = {"One","Two,"Three"}table.remove(NumTab,3)That would remove "Three" because "Three" is corresponding to the third "Child" in numerical order of the table "NumTab". |
AnonyAnonymous Join Date: 2013-06-23 Post Count: 6332 | #140690710Thursday, July 17, 2014 8:46 PM CDT Alright, an example would be something such as,for Anything,AnythingElse in pairs(Workspace:GetChildren()) doprint(AnythingElse)end"Workspace" is really just a table.":GetChildren()" retrieves the entire table."Anything" is the numerical order of the children within the table while "AnythingElse" is the actual child within the table. |
AnonyAnonymous Join Date: 2013-06-23 Post Count: 6332 | #180838207Friday, January 01, 2016 12:00 PM CST "Player is not a valid member of players it says"The Lua expression that I provided was just an example."Player" refers solely to the name of the player that you would like to modify.You may want to ensure that the player is in existence by using an expression such as the followinglayer = game.Players:WaitForChild("PlayerName");Such an expression would wait for an object with the name of the player you are seeking to appear within the Players table. "Child" simply refers to the player. |
AnonyAnonymous Join Date: 2013-06-23 Post Count: 6332 | #180839320Friday, January 01, 2016 12:16 PM CST "sorry.. I'm not that advanced in scripting as you can tell."Actually, it is my fault for improperly analyzing your Lua expressions."game.Players:WaitForChild()" functions by waiting for any object with the specified name inside the parentheses to appear within the Players table."game.Players:WaitForChild().Character" will attempt to access the character of the given object(Assuming it is an actual player).Here is an example:"Character = game.Players:WaitForChild("Player1").Character;"This line would wait for a child known as "Player1" to appear within the Players table, and attempt to access the character of Player1.Inform me of any remaining confusion you may have. |
AnonyAnonymous Join Date: 2013-06-23 Post Count: 6332 | #181489857Monday, January 11, 2016 5:11 AM CST "I love how people get caught lying"Pitiful child. That was a legitimate link.It is truly baffling that an adolescent schoolchild such as yourself would think we desire your virtual content. |
Report to the 43rd.
I will remind you at a later convene.Maybe later.
I have other matters right now. Maybe later.
She keeps getting fatter and uglier.
So that's a nice cope 4 u
Re: Dissapearing Brick Script Error
| ||
Re: When wearing this armor, I can't buy things anymore.
| ||
Re: Having trouble with the code for my Plugin
|
Re: Making a Terminal
| ||
Re: Changed text in textbox- How do you test for it?
| ||
Re: Can someone explain the use of "if" and "then" and "elseif"
|