Tabletop Simulator

Tabletop Simulator

GenericName24's Ultimate The Box Setup Redux V2.10
Menampilkan21-30 dari 64 kiriman
< 1  2  3  4  5  6  7 >
Pembaruan: 5 Jul 2024 @ 4:32pm
berdasarkan GenericName24

Pembaruan: 26 Jun 2024 @ 7:43pm
berdasarkan GenericName24

Pembaruan: 21 Jun 2024 @ 6:14pm
berdasarkan GenericName24

Pembaruan: 14 Mar 2024 @ 7:59pm
berdasarkan GenericName24

Pembaruan: 5 Feb 2024 @ 1:38am
berdasarkan GenericName24

Pembaruan: 5 Feb 2024 @ 1:38am
berdasarkan GenericName24

Pembaruan: 30 Jan 2024 @ 11:06pm
berdasarkan GenericName24

Pembaruan: 30 Jan 2024 @ 1:19pm
berdasarkan GenericName24

Pembaruan: 24 Jan 2024 @ 6:14pm
berdasarkan GenericName24

Pembaruan: 21 Des 2023 @ 1:12am
berdasarkan GenericName24

The community commands update:
Hate manually doing something? Now you can make your own commands!

Simply make any object with a function named "commandNAME" with the phrase players will type in ALL CAPS, then give that object the tag "CommandHolder".

Unfortunately due to tabletopsimulator api you will have to unpack the table passed to your function by yourself, here is an example.

function commandNAME(table) luaPlayer = table[1] arguments = table[2] end