Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
2: are you typing the commands in right?
3: try pressing ctrl to toggle remote mode and trying it with and without remote mode on
4: is the person typing the commands in hosting?
c_spawn("", amount)
REMOVE PREFAB:
c_select():Remove()
GIVE PREFAB:
c_give("", amount)
SET RUN SPEED:
c_speedmult(value)
TELEPORT TO:
c_gonext("")
GLOBAL REMOVE:
c_removeall("")
COUNT PREFAB:
c_countprefabs("")
ANNOUNCE MESSAGE:
c_announce("")
METEOR STRIKE:
c_spawn("shadowmeteor",3)
ROLLBACK:
c_rollback(1-3)
KICK PLAYER:
TheNet:Kick(AllPlayers[2].userid)
DESPAWN CHARACTER:
c_despawn(AllPlayers[number])
SPAWN WORMHOLE:
Sadly no one line command, follow steps instead.
Spawn wormhole 1 using this command: worm1 = c_spawn("wormhole")
Spawn wormhole 2 using this command: worm2 = c_spawn("wormhole")
Create connections forth: worm1.components.teleporter.targetTeleporter = worm2
And back: worm2.components.teleporter.targetTeleporter = worm1
DONE!