#modules

1 messages · Page 6 of 1

mild sage
#

hmmm

#

thanks!

#

but when the script is loaded

#

and someone joins the tribe house

#

while the script is on

#

they cant spawn

#

is there a way to fix that?

hidden trail
#

can do the same tric

#

eventNewPlayer = tfm.exec.respawnPlayer

#
  • if you dont have anything inside those events
#

or

mild sage
#

thanks

hidden trail
#
eventPlayerDied = function(name)
  -- other stuff
  tfm.exec.respawnPlayer
end

-- same for eventNewPlayer
mild sage
#

IT WORKS

mild sage
#

how to make particles spawn when you press the arrow keys?

#

i want the effect to be redglitter

#

aka id 13

#

@hidden trail help?

hidden trail
#

can u explain more please

#

where do u want to spawn

mild sage
#

well

#

i want when you press the arrow keys some particles will appear on your mouse

#

this is my script im workin' on

#


god = "Lunathemouse#4489"





for name in pairs(tfm.get.room.playerList) do

for keys, k in pairs({38, 37, 40, 39}) do

tfm.exec.bindKeyboard(god, k, true, true)
end
end



function eventKeyboard(god, key, down, x, y)
if key == 38 then

tfm.exec.movePlayer(doll, 0, 0, true, 0, -70, false)
elseif key == 40 then

tfm.exec.movePlayer(doll, 0, 0, true, 0, 70, false)
elseif key == 37 then

tfm.exec.movePlayer(doll, 0, 0, true, -70, 0, false)
elseif key == 39 then

tfm.exec.movePlayer(doll, 0, 0, true, 70, 0, false)
end
end

tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAutoScore(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAfkDeath (true)
eventPlayerDied = tfm.exec.respawnPlayer
eventNewPlayer = tfm.exec.respawnPlayer

tfm.exec.newGame("@7722098")
tfm.exec.setGameTime(99999, true)

print("<font color='#00FFF9'>"..doll.."<font color='#B6B6B6'> Is now under control of Forzzy.")
hidden trail
#

can you paste your code in code blocks next time :P

#

anyway..

mild sage
#

so..

hidden trail
#

tfm.exec.displayParticle(13, x, y)

mild sage
#

but i need to put the keys

hidden trail
#

add that inside your eventKeyboard

mild sage
#

ok

hidden trail
#

just add after 1 line of the function since you don't have any other key binded

mild sage
#

but not that kind of particle

#

it spawns only one particle

#

at a time

hidden trail
#

use that function many times with different x anf y values

#

like

mild sage
#

in this script if you press f it spawns many particles

hidden trail
#
tfm.exec.displayParticle(13, x , y - 2)
tfm.exec.displayParticle(13, x  + 5, y + 2)
tfm.exec.displayParticle(13, x  + 10, y - 10)
#

same thing (but with random values) have being used in the example you provided

#

you can copy paste that too

mild sage
#

uhhh

#

it doesnt work

hidden trail
#

any errors?

mild sage
#

let me try something

#

lua
tfm.exec.displayParticle(name, x , x - 2)
tfm.exec.displayParticle(name, x + 5, x + 2)
tfm.exec.displayParticle(name, x + 10, x - 10)

i am puttin the message you wrote and it doesnt work

#

@hidden trail

#

sorry if im annoying, im just new

hidden trail
#

any errors?

mild sage
#

the particles wont show up

vital slate
#

why theres name as 1st agrument

#

it should be particle id

mild sage
#

w a t

#

tfm.exec.displayParticle(13, x , x - 2)
tfm.exec.displayParticle(13, x + 5, x + 2)
tfm.exec.displayParticle(13, x + 10, x - 10)

#

like this?

vital slate
#

yes

mild sage
#

when i put it looks very strange

#

and sometimes it doesnt appears

#

appear*

hidden trail
#

oh sorry my bad 😅

gentle thorn
#

bruh

hidden trail
#

I updated my answer

gentle thorn
#

your my sensei?

hidden trail
#

you're*

#

kek

gentle thorn
#

ops

mild sage
#

THANKS

gentle thorn
#

sometimes people make mistakes

mild sage
#

but with the haunted doll script, how can i make ALL people controll themselves?

plucky tendon
#

@modest mason Flash is already out of Google Chrome

#

I can't enable it

sick arch
plucky tendon
#

hm

#

I tried a page

#

and the browser didn't allowed me to

#

Maybe there is some factor that allows to enable Flash or not

modest mason
#

clic the lock next to the url and you'll find a way to re-enable it

plucky tendon
#

There was no lock

#

Probably pages with no lock are not allowed to enable Flash

civic burrow
#

😱

plucky tendon
#

Maybe it was Chrome weird stuff that happens randomly

#

I reloaded page and lock returned

#

But I should test on non-secure pages

hearty flint
#

firefox is waiting for you

jolly zinc
sick root
#

Maybe there is some factor that allows to enable Flash or not
@plucky tendon Is Chrome locking Flash by default, aren't you?

mild sage
#

how can i make all rats controll themselves with the haunted doll script?

mild sage
hearty flint
#

Sad

real vapor
#

does anyone know what is the sprint of conect 4? for tribe house?

hearty flint
#

spri what

cobalt saffron
mild sage
#

@cobalt saffron gg

civic burrow
#

lol

foggy gulch
#

a

#

cool

jolly zinc
#

Nice

mild sage
#

Loving the synthwave aspects!

inland barn
#

Thats eye candy to look at

mild sage
#

but with the haunted doll script, how can i make ALL people controll themselves?
@mild sage

cobalt saffron
#

There will be more

autumn wigeon
#

algun lua???

#

@mild sage

#

no me pasas algun lua?

mild sage
#

No soy experta en eso u_u

autumn wigeon
#

Ay. Necesito para hacer un torneo

#

pero no encuentro ninguno. :;

#

El elimination no me funciona. :;

#

No me aparece comenzar.

#

@mild sage ¿No sabes de alguien que me explique? :;

mild sage
#

Nop

civic burrow
#

I made the script of the screenshot :P

#

You can contact Baltar#1986(discord), he may or may not agree in sharing it with you

gentle thorn
#

script should work the way you wanted it

mild sage
#

thanks

#

@gentle thorn • # [*Fluffy Cats] Init Error : [string "Forceplayz#1169.lua"]:1: unexpected symbol

#

oh

#

it works now

mild sage
#

@gentle thorn my friend moves and it doesnt work

#

only if i move

#

it works

#

only form me

#

for*

#

oh it works

#

if i restart the script

#

how can i make the script work for other poeple while they came in the room while the script is on?

gentle thorn
#

@mild sage
add this at the top

function eventNewPlayer(name)
  tfm.exec.bindKeyboard(name, 32, true, true)
end
mild sage
#

thanks !!!!!!

mild sage
#

@gentle thorn it doesnt work

gentle thorn
#

that should work lol

mild sage
#

where do i put it?

#

oh

#

it doesnt work at all

#

function eventNewPlayer(name)
tfm.exec.bindKeyboard(name, 32, true, true)
end

for name in next, tfm.get.room.playerList do
tfm.exec.bindKeyboard(name, 32, true, true)
end

for name in next, tfm.get.room.playerList do
tfm.exec.bindKeyboard(name, 32, true, true)
end

for name in pairs(tfm.get.room.playerList) do
for keys, k in pairs({38, 37, 40, 39}) do
tfm.exec.bindKeyboard(name, k, true, true)
end
end

function eventKeyboard(name, key, down, x, y)
tfm.exec.displayParticle(3, x , y - 2)
tfm.exec.displayParticle(3, x + 5, y + 2)
tfm.exec.displayParticle(3, x + 10, y - 10)
tfm.exec.displayParticle(13, x , y - 2)
tfm.exec.displayParticle(13, x + 5, y + 2)
tfm.exec.displayParticle(13, x + 10, y - 10)
if key == 38 then

    tfm.exec.movePlayer(name, 0, 0, true, 0, -70, false)
elseif key == 40 then

    tfm.exec.movePlayer(name, 0, 0, true, 0, 70, false)
elseif key == 37 then

    tfm.exec.movePlayer(name, 0, 0, true, -70, 0, false)
elseif key == 39 then 

    tfm.exec.movePlayer(name, 0, 0, true, 70, 0, false)
end

end

tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAutoScore(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAfkDeath (true)
eventPlayerDied = tfm.exec.respawnPlayer
eventNewPlayer = tfm.exec.respawnPlayer

tfm.exec.newGame("@7779598")
tfm.exec.setGameTime(99999, true)

mild sage
#

@gentle thorn

gentle thorn
#

on the top

mild sage
#

i put it

#

wait

#

youre online?

gentle thorn
#

yeah

#

oh not on tfm

#

@mild sage

function eventNewPlayer(name)
  for keys, k in pairs({38, 37, 40, 39, 32}) do
        tfm.exec.bindKeyboard(name, k, true, true)
   end
end


function eventKeyboard(name, key, down, x, y)
tfm.exec.displayParticle(3, x , y - 2)
tfm.exec.displayParticle(3, x + 5, y + 2)
tfm.exec.displayParticle(3, x + 10, y - 10)
tfm.exec.displayParticle(13, x , y - 2)
tfm.exec.displayParticle(13, x + 5, y + 2)
tfm.exec.displayParticle(13, x + 10, y - 10)
    if key == 38 then

        tfm.exec.movePlayer(name, 0, 0, true, 0, -70, false)
    elseif key == 40 then

        tfm.exec.movePlayer(name, 0, 0, true, 0, 70, false)
    elseif key == 37 then

        tfm.exec.movePlayer(name, 0, 0, true, -70, 0, false)
    elseif key == 39 then 

        tfm.exec.movePlayer(name, 0, 0, true, 70, 0, false)
    end
end

tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAutoScore(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAfkDeath (true)
eventPlayerDied = tfm.exec.respawnPlayer
eventNewPlayer = tfm.exec.respawnPlayer


tfm.exec.newGame("@7779598")
tfm.exec.setGameTime(99999, true)

for name in next, tfm.get.room.playerList do eventNewPlayer(name) end
#

try this

mild sage
#

nope

#

nothing works

#

just the map is loaded

#

@gentle thorn

gentle thorn
#

wait

#
eventNewPlayer = tfm.exec.respawnPlayer
#

wat

mild sage
#

?

gentle thorn
#

why did you call the function two times

mild sage
#

i ment

gentle thorn
#

lol

mild sage
#

when the script is on

#

and then the rats are joining the room

#

they would still have the power

#

when the script is on and rats are coming in the room

#

i need to restart the script

gentle thorn
#
function eventNewPlayer(name)
  for keys, k in pairs({38, 37, 40, 39, 32}) do
        tfm.exec.bindKeyboard(name, k, true, true)
tfm.exec.respawnPlayer(name)
   end
end


function eventKeyboard(name, key, down, x, y)
tfm.exec.displayParticle(3, x , y - 2)
tfm.exec.displayParticle(3, x + 5, y + 2)
tfm.exec.displayParticle(3, x + 10, y - 10)
tfm.exec.displayParticle(13, x , y - 2)
tfm.exec.displayParticle(13, x + 5, y + 2)
tfm.exec.displayParticle(13, x + 10, y - 10)
    if key == 38 then

        tfm.exec.movePlayer(name, 0, 0, true, 0, -70, false)
    elseif key == 40 then

        tfm.exec.movePlayer(name, 0, 0, true, 0, 70, false)
    elseif key == 37 then

        tfm.exec.movePlayer(name, 0, 0, true, -70, 0, false)
    elseif key == 39 then 

        tfm.exec.movePlayer(name, 0, 0, true, 70, 0, false)
    end
end

tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAutoScore(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableAfkDeath (true)
eventPlayerDied = tfm.exec.respawnPlayer

tfm.exec.newGame("@7779598")
tfm.exec.setGameTime(99999, true)

for name in next, tfm.get.room.playerList do eventNewPlayer(name) end
#

@mild sage this should work now lol

mild sage
#

it doesnt

#

only i can use the powers

#

other rats cannot

gentle thorn
#

add me lol

mild sage
#

How to add animated particles?

sick obsidian
mild sage
#

ty

tulip lily
#

@mild sage if the mouse only needs to revive when it dies there is no need to repeat the eventNewPlayer, calling this event again will weigh the script because you are running a loop again that activates the keys.

mild sage
#

Ok...

ivory pilot
vast arch
#

:O

sick obsidian
#

"Lua developers", as in the Module Team?
It's the other name of the module Team ^^

plucky tendon
#

it makes no fucking sense

#

they always had the ability to load scripts on those rooms

#

-_-

hushed steeple
#

I thought the same thing

civic burrow
#

^

tulip lily
#

^

plucky tendon
#

also module can't be fixed

#

unless the magical api update happens

civic burrow
#

I just mocked all my modules

#

They were all shut down and I don't plan to bring them back any soon

#

Not that it matters

plucky tendon
#

they use prefix now

#

and probably tfm.get.room.community doesn't work anymore

#

so we will have to search for prefixes in the roomname

whole tide
#

so any one can use lua in *# room privte room ?

civic burrow
#

no

#

it still is the same thing as before related to /lua powers

whole tide
#

what changes then

plucky tendon
#

that is now broken

#

and probably forever

civic burrow
#

nothing can be loaded in *# rooms

#

probably a bug but yeah

plucky tendon
#

also rip module translations

whole tide
#

they should alow players who have there name in privte rooms to use lua

civic burrow
#

disagree, lua is dangerous

#

and regular players shouldnt share the same VM as module rooms

#

you have tribe house for that :p

whole tide
#

but like when i want to do race or fun event

#

i need to inv alot ppl

#

and tfm crash alot

#

so ineed to inv again

#

in privte room any one can join

tulip lily
#

It would be nice to be able to run Lua in rooms with your own nickname but with the same limitations as the tribe house

spiral crater
#

Hi , "I know there's a Lua command which sets the shaman mode to a specific mode, even if the Shaman hasn't unlocked the mode yet." does such exist?

tulip lily
#

Yes

spiral crater
#

divinity modulsweatdrop Can you help? How to?

#

Module*

tulip lily
#

Hi , "I know there's a Lua command which sets the shaman mode to a specific mode, even if the Shaman hasn't unlocked the mode yet." does such exist?
@spiral crater https://atelier801.com/topic?f=5&t=451587&p=1#m11
This topic shows all updates of Lua API and has a new function that defines the shaman mode.

tfm.exec.setShamanMode(playerName, mode)

#

The mode is a numeric value, probably from 0 to 3

spiral crater
#

thank you ❤️

tulip lily
#

sure

mild sage
#

how do i put the lua in tfm? do i just put it in chat?

mental light
#

you do /lua in tribe house and load it from there

vague ridge
#

It would be nice to be able to run Lua in rooms with your own nickname but with the same limitations as the tribe house
Ikr

civic burrow
#

Rooms share one VM and Tribe Houses another

#

If you use the rooms VM, then modules will crash more often because then your codes are going to conflict with modules' runtime

muted hinge
#

._ .

tulip lily
#

If you use the rooms VM, then modules will crash more often because then your codes are going to conflict with modules' runtime
But couldn't rooms with your name have the same VM as the tribes?

mild sage
#

The god mistens has spoken

whole tide
#

some times funcorp make rooms whiche players can select image insted of there outfit where can i get that script & does it work in tribe house the image i mean ?

cobalt saffron
#

no

whole tide
#

you know about these things pls help @civic burrow

civic burrow
#

Sorry, I didn't get what you said

#

can you explain?

whole tide
#

this script if i can find it and is it playble in tribe house @civic burrow ?

civic burrow
#

@inner carbon can ask @mild sage about it :P

inner carbon
#

I doubt you can use it in your tribehouse as it uses images

whole tide
#

oh

#

ok thx for the help guys

civic burrow
#

That doesn't mean she couldn't have it anyway so that she could ask someone to load it when she'd like :p

inner carbon
#

🤷‍♂️

#

Not my script

#

Let me ask the people in fc

civic burrow
#

i know, i said you could ask

#

:p

whole tide
#

i think i cuz problem ..

civic burrow
#

no, tocu is noob

whole tide
#

this pic is not new

#

its like more than month

woven minnow
#

@mild pollen ^

mild pollen
#

What happened

#

👀

mild sage
#

👀

mint latch
#

How do I use the function "respawnPlayer" and "freezePlayer" in a script?

rigid fiber
#
tfm.exec.respawnPlayer(player)--player = the player to respawn

tfm.exec.freezePlayer(player, freeze) --player = the player to freeze, freeze = either the player should be unfrozen or frozen, true = freeze the plyer, false = unfreeze the player
mint latch
#

Where did you find that? vSadCat

mild sage
#

👍

rigid fiber
#

the outdated version only miss tfm.exec.freezePlayer i think

mint latch
#

Oh right

#

Right, but my script is a bit different.. so I have no idea how I should add it there

#

Are you good with lua?

rigid fiber
#

Soso, show me I can still try

#

I'm still learning, a more experienced dev could always correct me if im wrong

mild sage
#

I smashed my computer because a script didnt workquesito

viscid crypt
#

Like a real programmer :3

mild sage
#

im serious

hidden trail
#

rip

hearty flint
#

develeper 📈

gentle thorn
#

nice

little apex
#

@civic burrow Can you please remove that sand map with the two anvils in #powers? sad

civic burrow
#

:( I love that map

little apex
#

It's so annoying, everyone complains about it.

civic burrow
#

That's the point of the map

#

to be crazy

little apex
#

Aaaaaaaaaaaa okay ig

hearty flint
mild sage
#
Kaboom?
yes rico, kaboom!```
jolly zinc
#

a.a

tulip lily
#

im serious
Bruh, i think you need to meditate a little, sometimes I also get angry when i do something and it doesn't work but i am stubborn and i keep trying.

mild sage
#

Oh

gentle thorn
#

i would never hit a computer because i love them 🙂

cobalt saffron
mild sage
#

OK MY THIS IS MY FAVOURITE MODULE

viscid crypt
#

@cobalt saffron That modules has a lot of potential. You can make a museum, tell a bit of history and so on. Great job on the module :)

cobalt saffron
#

There is a big lack of source for the 0.1 version, the original one

#

Most the footages are just few days later updates

#

And there is a month or two between 0.1 and what people call 2010 era

#

Which was colored wood grounds simulating our current grounds

cobalt saffron
rigid fiber
#

wow noice

cobalt saffron
#

soon we will implement bomb maps

#

or ball bomb maps

rigid fiber
#

💣

cobalt saffron
#

i have more projects

#

we will bring back poisson

#

and probably all their old games

#

is matter of time that i have these done in a way or another

viscid crypt
#

Add reversed gravity maps :D

tulip lily
#

we will bring back poisson
❤️ I liked to play Poisson, I also have a copy of itself source code in AS3 with functional FLA.

mild sage
#

Only cool people play poisson

plucky tendon
#

The submodule is just a test to add textures to shaman objects

#

What is learnt in #aurora0alpha can be used to customize #aurora module

cobalt saffron
#

@tulip lily I need these copies

tulip lily
#

@tulip lily I need these copies
I'm at work, when I get home I'll send to your DM

cobalt saffron
#

Thanks

tulip lily
#

Sure

hearty flint
#

I also want if possible

tulip lily
#

Ok

mild sage
gentle thorn
#

gg

whole tide
#

@cobalt saffron hey ,can you tell me what the aurora module about ?

jolly zinc
#

Lol

untold mango
#

hi, does anyone have the truth or dare lua in spanish? (I'm using translator hahaha :))

Hi,alguien tiene el lua de verdad o reto en español?

civic burrow
#

@sterile sparrow translate #mousetat to ES

#

o/

sterile sparrow
#

find my truthordare forum thread n translate the opensource script urself :)

mild sage
#

does anyone has a vanilla lua script for me please?

plucky tendon
#

?

mild sage
#

nvm

midnight quest
#

Djjbd

#

@sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow @civic burrow @civic burrow @civic burrow @civic burrow @civic burrow @civic burrow @tulip lily @midnight quest @sterile sparrow

silk grove
tulip lily
#

@midnight quest ?

mild sage
hearty flint
sterile sparrow
#

mention me 5 times for wat .-.

mild sage
#

@sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow @sterile sparrow

woeful geyser
unique parrot
hearty flint
humble willow
#

Sa

austere turret
#

does anyone know a little bit about how flash works ?

cobalt saffron
#

what you want to know

austere turret
#

nvm

whole tide
#

@austere turret ihope you make flash we can download and play with it insted of the adobe one they gonna remove 😢

viscid crypt
#

Use the standalone executable that you can download at the website

civic burrow
#

New command for you noobs: /luahelp

hearty flint
#

offensive

civic burrow
#

we all nobs

ivory pilot
#

I can already see the ground IDs in tfm.enum.ground are missing yellow & pink grass, and the acid ground

#

tfm.exec.addBonus? That wasn't there before?

#

We can add defilante stuff using Lua now?

#

When did they add that?

civic burrow
#

added now

ivory pilot
#

Oh wow

#

Cool stuff

#

Oh, there's also tfm.exec.setWorldGravity, that's gonna be fun

civic burrow
#

electricArc has been fixed

viscid crypt
ivory pilot
#

Maybe also pin the message about /luahelp

viscid crypt
civic burrow
#

Lua update!!!! (there would be cool emojis in here if they let me)

tfm.exec.setWorldGravity(wind<int>, gravity<int>) → Sets gravity and wind for the map
tfm.exec.addBonus(type<tfm.enum.bonus>, x<int>, y<int>, id<int>, angle<int>, visible<boolean>, targetPlayer<string>) → Adds a defilante token
tfm.exec.removeBonus(id<int>, targetPlayer<string>) → Removes a defilante token
eventPlayerBonusGrabbed(playerName<string>, bonusId<int>) → Triggered when someone touches a bonus
tfm.enum.bonus -> List of available tokens

  • Bugs have been forwarded to Meli already. Stay tunned

Brand new command: /luahelp opens the Lua Tree (not always updated) and documentation

rigid fiber
#

nice

#

Is it gonna be added to Visual Studio Code ?

vague ridge
#

Oh good

tulip lily
#

Oh, amazing, i liked it

hidden trail
#

Update!

Added playerName parameter (default = nil (everyone)) to tfm.exec.addBonus and tfm.exec.removeBonus

tfm.exec.addBonus(type<tfm.enum.bonus>, x<int>, y<int>, id<int>, angle<int>, visible<boolean> playerName<string>)
tfm.exec.removeBonus(id<int>, playerName<string>)

vague ridge
#

Do you mind adding more functions in the near future? Especially altering map properties

civic burrow
#

I've edited the main message @viscid crypt

cobalt saffron
#

@hearty flint do this

#

tfm.exec.setWorldGravity(0, 10000000000000000000000000000000000000000)

hearty flint
#

interesting

cobalt saffron
#

you can't set this gravity with average map in editor xml

#

but now you can with lua

hearty flint
#

it happened to me on a map

cobalt saffron
#

the new lua property broke vanilla gravity map

rigid fiber
#

wth

hearty flint
#

i'll record a gif

#

of the map

cobalt saffron
#

he might did something on how map worked to find out how to add this new lua property

#

and broke it as always

#

🙂

#

I also got it on the gravity map

#

It also fixes itself

#

But in the opposite direction

#

And when the time is over

tulip lily
#

The Lua function does the same thing as in the map editor, the difference is that the map editor has a limiter, in fact you are breaking Box2D's physics system in Flash.

ripe badger
#

how do you freeze someone with lua?

#

and how do you make 3 commands in one script?

civic burrow
#

tfm.exec.freezePlayer(name, boolFreeze)

#

add if/elseif conditions inside eventChatCommand

ripe badger
#

Thanks!

#

and how do you unfreezee later?

civic burrow
#

if you send the second parameter as false is gonna unfreeze

ripe badger
#

Thanks!

cinder echo
#

what is lua?

#

for brazil lua its moon

drowsy quartz
#

lua is a coding language

ripe badger
#

`
local admins = {
["Aplejacek#0000"] = true,
["Name#0000"] = true,
["Name#0000"] = true,
["Name#0000"] = true
}

local admData = { }
eventNewPlayer = function(n)
if not admins[n] then return end
admData[n] = {
tp = nil
}
system.bindMouse(n, true)
end
for n in next, tfm.get.room.playerList do eventNewPlayer(n) end

eventChatCommand = function(n, c)
if admins[n] then
local p, co = { }, 0
for a in c:gmatch("%S+") do
co = co + 1
p[co] = tonumber(a) or a
end

    if p[1] == "tp" then
        admData[n].tp = (p[2] and p[2]:lower():gsub("%a", string.upper, 1) or n)
    elseif p[1] == "size" then
        tfm.exec.changePlayerSize((p[3] or n), (p[2] or 1))
    elseif p[1] == "colornick" then
        tfm.exec.setNameColor((p[3] or n), (p[2] or 1))
    elseif p[1] == "freeze" then
        tfm.exec.freezePlayer
    end

end

end

eventMouse = function(n, x, y)
if not admData[n].tp then return end
tfm.exec.movePlayer(admData[n].tp, x, y)
admData[n].tp = nil
end
`
I didn't make this script

Could someone help me out again? What should I put after "tfm.exec.freezePlayer" to make it so I could freeze and unfreeze people and choose specific person to freeze
for example
!freeze true/false [nick] - to freeze/unfreeze
or two separate commands
!freeze/unfreeze [nick] - to freeze/unfreeze
and is that even possible to add to this script?

civic burrow
#

((p[2] or n), (not p[3] or p[3] == "true"))

#

for for
!freeze [nick] [false]

#

false can be true or nothing to be true :p

ripe badger
#

Thanks alot!

cinder echo
#

how to make a lua script? bolodefchoco fala em pt-br

civic burrow
#

/lua

modern plover
#

🌙 Forum Threads
Lua Documentation: https://atelier801.com/topic?f=5&t=451587
International Modules Section: https://atelier801.com/section?f=6&s=97
Module FAQ & Documentation: https://atelier801.com/topic?f=6&t=781139
Lua Events - Instructions and History: https://atelier801.com/topic?f=6&t=860194
Module API Errors: https://atelier801.com/topic?f=6&t=458983
Script Requests: https://atelier801.com/topic?f=6&t=462959
Weekly Modules Showcase: https://atelier801.com/topic?f=5&t=927164
Available Module Rooms: https://atelier801.com/topic?f=6&t=892566

🌙 Help and Resources
You can find Lua documentation and with the in-game /luahelp command.
https://www.lua.org/start.html Official Website
https://github.com/a801-luadev Official Modules Team Repository
http://lua-users.org/wiki/LuaDirectory
https://learnxinyminutes.com/docs/lua/
https://github.com/LewisJEllis/awesome-lua
http://codepad.org/ Lua interpreter and pastebin

🌙 Lua on your own machine
https://code.google.com/p/luaforwindows/

Please do not post game breaking/crashing scripts!

viscid crypt
#

🌙 Forum Threads
Lua Documentation: https://atelier801.com/topic?f=5&t=451587
International Modules Section: https://atelier801.com/section?f=6&s=97
Module FAQ & Documentation: https://atelier801.com/topic?f=6&t=781139
Lua Events - Instructions and History: https://atelier801.com/topic?f=6&t=860194
Module API Errors: https://atelier801.com/topic?f=6&t=458983
Script Requests: https://atelier801.com/topic?f=6&t=462959
Weekly Modules Showcase: https://atelier801.com/topic?f=5&t=927164
Available Module Rooms: https://atelier801.com/topic?f=6&t=892566

🌙 Help and Resources
You can find Lua documentation and with the in-game /luahelp command.
https://www.lua.org/start.html Official Website
https://github.com/a801-luadev Official Modules Team Organization
http://lua-users.org/wiki/LuaDirectory
https://learnxinyminutes.com/docs/lua/
https://github.com/LewisJEllis/awesome-lua
http://codepad.org/ Lua interpreter and pastebin
🌙 Lua on your own machine
https://code.google.com/p/luaforwindows/

Please do not post game breaking/crashing scripts.

civic burrow
#

nice spam

#

@viscid crypt it's **organization **and not **repository **btw

also having slow mode in this channel is just ridiculous. No one uses the channel and slowmode will just make sure they still do not

viscid crypt
#

Agree, not sure why its in slowmode.

civic burrow
#

a

#

b

#

finally i cam spam!

#

thanks jordycute

viscid crypt
#

😂

civic burrow
#

funcrop channel has it too

inner carbon
#

owo

civic burrow
#

You'll still have the ugly color

#

😂

cinder echo
#

who create #parkour module?

inner carbon
#

Yeah I'd rather have that blue one on top of the orange

civic burrow
#

the noob typing

inner carbon
#

who create #parkour module?
@cinder echo I did

civic burrow
#

Ask Jordy!

#

no, meli actually

cinder echo
#

@cinder echo I did
@inner carbon i love

civic burrow
#

ask them to make the coloured system from FSOL tfm_shades

inner carbon
#

I still dont know the role order

#

Thank you!

cinder echo
#

i tried to make a parkour map

inner carbon
#

ask them to make the coloured system from FSOL tfm_shades
@civic burrow this is a really good idea tbh

cinder echo
#

but im not good at this

civic burrow
#

a bit complicated to make

cinder echo
#

yes

inner carbon
#

a bit complicated to make
@civic burrow the role color system or the map

civic burrow
#

both i guess

cinder echo
#

the map

inner carbon
#

but im not good at this
@cinder echo dont worry, you just gotta practice

hidden trail
#

😍

civic burrow
#

i mean, they took a few years to add the simple flag system

#

¯_(ツ)_/¯

cinder echo
#

i dont know how to export the map

timber pelican
#

lol bolo has color

inner carbon
#

You export it as a tribehouse map

cinder echo
#

and i dont grab 1000 cheeses

civic burrow
#

@timber pelican which color do you prefer?

cinder echo
#

You export it as a tribehouse map
@inner carbon oh

inner carbon
#

Then you go to your tribehouse and type /module parkour

cinder echo
#

thx for saying

inner carbon
#

And then /np @code

civic burrow
#

open a poll to use the blueish one

#

isn't map making 5 cheese now?

inner carbon
#

Yeah it is

civic burrow
#

owo

cinder echo
#

how i make a big map

#

not big mactfm_derp

inner carbon
#

The parkour map submission thread has all the information

#

Lemme look it up

cinder echo
#

thx

#

how do I get the mice to climb on the lava?

civic burrow
#

set restitution to 0

cinder echo
#

thx

#

vlw

inner carbon
#

Depends

#

If you want them to not be ejected, set restitution to 0

#

Otherwise just increase friction

cinder echo
#

yes, and climb

inner carbon
#

Yeah leave restitution as it was

civic burrow
#

change friction to any number but 0

inner carbon
#

Yeah

civic burrow
#

and keep restitution 0

inner carbon
#

Probably friction 10

civic burrow
#

choco is 4

inner carbon
#

No. Dont keep restitution 0 as that wont yeet players away

#

The idea to climb lava is to come close to it slowly

#

And then start to climb by jumping

civic burrow
#

oh, that climbing?

cinder echo
#

yes

civic burrow
#

better use trampoline for the standard sakes

inner carbon
#

There are a lot of maps which use lava too

cinder echo
#

i did it

#

i put friction 10 too

#

thx a lot

#

and how i make the lava impulse to left or right?

civic burrow
#

make mice touch it left or right

cinder echo
#

bolodefchoco sou br falar brasileiro porcaria]

civic burrow
#

respondo no idioma que vc perguntar

cinder echo
#

como faço para a lava impulsionar o rato pra direita ou esquerda?

civic burrow
#

fazer os ratos tocarem nela na direita ou na esquerda

cinder echo
#

tipo

#

eu pulo na lava

#

e a lava me impulsiona pra direita

civic burrow
#

pula indo em direção a ela e bata no lado direito

open crypt
#

Bolo is pastel blue

#

Cute

hearty flint
#

pastel thinking

civic burrow
#

did you know pastel is a traditional food in brazil @open crypt

#

it's as good as cakes!

open crypt
#

#googles

#

Pastel de Feira? @civic burrow

civic burrow
#

sim

tawdry slate
#

hello santa

#

.

civic burrow
#

ppl usually eat it drinking sugar cane juice

open crypt
#

Hello extreme qt

tawdry slate
#

say .

open crypt
#

.

tawdry slate
#

.

civic burrow
tawdry slate
#

winter is near

civic burrow
#

LUK DIS GARL

open crypt
#

Gomma try it next wednesday then :o

woeful geyser
#

o/ hoii

merry parcel
#

can I have my name cyan too?

civic burrow
#

you have to ask it in the other server i guess @merry parcel

#

unless mods can set it

merry parcel
#

hm ok

lapis shale
#

Pretty sure mods can add roles here

silk grove
civic burrow
#

i think that the other server thing is needed for safety?

lapis shale
#

Maybe it depends on the role, getting the translator role was pretty easy for me

open crypt
#

Done :)

civic burrow
#

done with what

open crypt
#

Giving a role 😂

merry parcel
#

thank you!

civic burrow
#

pro

high solstice
#

Can I have the role too?

silk grove
#

Are we allowed to ask for scripts here

civic burrow
#

yes

silk grove
#

Okok

civic burrow
#

this channel looks wrong

#

shouldn't aim any team but lua and module itself :P

#

should be moved to creativity to avoid confusion

silk grove
#

Aim any team?

civic burrow
#

it's in "Volunteers Teams" so feels like it's only about the module team

#

:P

#

that's what i feel at least

cursive wedge
#

idk if it fits here but in TFIL, Throwables are really abused for a platform to stand on

So my question is if there's a line of code we can inject on the main The Floor Is Lava that disables any use of consumable items while ingame?

#

It's been really annoying for us to find who's been throwing balls and roomkicking

civic burrow
#

which The Floor is Lava

#

there are many "main"

cursive wedge
#

oh

#

the funcorp on

#

e

#

by

silk grove
#

Noor gave me one that disables throwables

#

It has backgrounds tho

cursive wedge
#

oh

#

can i have the code

#

i really dont want to keep looking for the culprits

civic burrow
#

just have tfm.exec.disablePhysicalConsumables() in your code

cursive wedge
#

@calm field

#

I'll keep that in mind thank u 😭

inner carbon
civic burrow
#

Tocunaranja

#

Es muy feo guapo!

inner carbon
#

I like that blue color more tbh

civic burrow
#

br ppl hated it

inner carbon
#

Sad funcorp role is over module

civic burrow
#

shouldnt be

open crypt
#

Verified should be over module

calm field
#

@civic burrow You're a lifesaver, thank u pls

#

@cursive wedge

cursive wedge
#

you can inject that code but ill have to announce it

#

hold on

open crypt
#

TFM Crash

civic burrow
#

do you announce code changes

cursive wedge
#

well we announce that we'd restart the game so we can disable the throwables :'D

civic burrow
#

o

outer osprey
#

OMG

stray bane
#

@inner carbon

inner carbon
#

Not a parkour bug

#

Its a transformice bug

#

Just rejoin the room

stray bane
#

Ah

civic burrow
#

@stray bane

#

hiiii

stray bane
#

Hellooooo

civic burrow
#

ya 🍿

stray bane
civic burrow
#

ya-cine

mild sage
#

hoi

stray bane
#

Bo-lo

civic burrow
#

did you get it

#

ya-cine

mild sage
#

Ya cine, mds KKKKK

civic burrow
#

ya-🍿

mild sage
#

Super cine

civic burrow
#

kkkkkkkkkkkkk

mild sage
#

ya

desert sorrel
#

.

hearty flint
#

,

civic burrow
#

@inner carbon

inner carbon
#

@civic burrow

#

OH

#

I LOVE IT

#

THANK YOU

#

❤️

hearty flint
#

?

inner carbon
#

the name color

#

it was orange before

potent thicket
#

Hey tocu

high badge
#

lame

#

taco isn't taco colored anymore

open crypt
#

Taco is pastel taco

inner carbon
#

heyo

civic burrow
#

taco has good color now

inner carbon
#

yes

hearty flint
#

nice 🌮 👍

civic burrow
#

just noticed #bugs is gone

#

ah no it's there

#

i had it muted for some reason

manic chasm
#

I recommend y'all to play #circuit
Nice module

rain obsidian
#

@civic burrow tem algum jeito fácil de eu mandar uma mensagem para todos os module tem members de uma vez?

civic burrow
#

vc pode falar cmg e eu repasso

#

ou ir no meu server e usar o !prj pra criar um prj com determinadas pessoas

cinder echo
#

o que é prj?

loud notch
#

projeto

civic burrow
#

pra criar um canal com pessoas

open crypt
#

Boloooo :3

#

also, there is a pastry 'pastel' too?

#

and pastel with cheese?

civic burrow
#

howdy sexy santa

#

you mean a sweet pastel?

#

hell ya!

#

deep fried non-salty dough stuffed with sweet

#

most famous ones are dulce de leche, chocolate+banana, chocolate+strawb

#

and yeah, original pastel is stuffed with cheese :P

#

tho it tastes better with cheese+ham+ tomato

mild sage
sick arch
#

hecc yes i love pastel

open crypt
#

k, gonna make it this saturday then 😍

#

I love pastry food

civic burrow
#

I suggest you to try the salty one first

#

Because even tho the sweet one became popular in here, they are far from the original's taste of heaven

#

also you can't stuff it muuuch or else the dough is gonna explode

#

stuff it moderately and then you'll be able to close it :P

mild sage
#

i like bourek

civic burrow
#

and DONT forget to use a fork to close it

#

or else it'll look weird :c

#

if the recipe is unclear you can watch videos :p

viscid crypt
#

And now the channel is at the top, no idea who but thanks :p

silk grove
#

The channel been at the top since yesterday!!

#

So has blue role

civic burrow
#

it's because she wanna try good food @viscid crypt

desert sorrel
#

.

open crypt
#

oh, you're here too 😂

desert sorrel
#

oi yes it's me

gleaming musk
#

im not though

cinder echo
#

tocutoeltuco

#

i made my parkour map

#

@inner carbon

#

@7797265

inner carbon
#

Nice

high badge
#

👀

narrow jolt
#

Wow

#

@open crypt I need the role

rocky gale
#

pap u look weird no longer orange >:(

#

petition to place the funcorp role over the module team role simply just because i would like pap to be orange again 😔

open crypt
#

petition to make Pap pastel pink

rocky gale
#

????? like.... discorderator.....??????

open crypt
#

no no, more pink than that

#

like, baby girl pink

rocky gale
#

no because that would still mean pap is a different colour from orange.... 😌💅

open crypt
#

we could force Pap to have an orange avatar, orange name and be in an orange tribe both here and in-game?

rocky gale
#

@narrow jolt get ur butt over here so it doesnt feel weird talkin about you 💖

#

anyways pls sign my petition to make the funcorp role higher than modules simply just because pap NEEDS to be ~orangé~ derp_sheep

tawdry slate
#

🔪

#

never

rocky gale
#

(ง •̀_•́)ง put em up lets go

hidden trail
#

light blue is superior than any thug

civic burrow
#

petition for blue above admin

silk grove
#

If pap gets pink I want pink..

rocky gale
#

No the light pink role will be for ME

silk grove
#

No, ME

marsh minnow
#

xd

narrow jolt
#

@rocky gale i was asleep also im used to people talking about me behind my back XD

#

petition to make Pap pastel pink
@open crypt

SECONDED

#

there was the time i was purple

lime kelp
#

what happened to prop hunt

#

please answer

viscid crypt
#

It stopped working?

civic burrow
#

@lime kelp

tawdry slate
#

it works

#

ive just tested it

#

if you could provide more input, we d be happy to listen

mild sage
tawdry slate
#

any more issues?

mild sage
high badge
#

oh those issues have been there for a while 🤔

fathom sierra
lapis shale
#

Doesn't matter, grass doesn't change in respect to the ground it's on

mild sage
#

I think prophunt maps should have items more into floor than players can camouflage

modest mason
#

Lua noobs #public-announcements

loud notch
#

🤔

#

lua noobs 😅

inner carbon
#

u

flat vergeBOT
#

New features announced in the Lua Documentation!

New functions:

  • tfm.exec.addBonus
  • tfm.exec.freezePlayer
  • tfm.exec.removeBonus
  • tfm.exec.setWorldGravity

New event:

  • eventPlayerBonusGrabbed

New ingame command: /luahelp

Go check it out and learn more at https://atelier801.com/topic?f=5&t=451587&p=1#m13 !

hearty flint
#

lua noobs thinking

civic burrow
#

@viscid crypt remove our pinned messages ig

neon spear
#

lua for @azure moth

#

kekw

civic burrow
#

he's not lua

viscid crypt
#

Yep

umbral comet
#

why are utility rooms public now?

#

i was sitting in utility and a bunch of randoms came in because apparently my utility is in the room list????

#

i dont want a pw on my room bcs i want my friends to be able to join me without having to ask for pw every time

civic burrow
#

I don't think they are

#

Just that if there are 4+ mice it''ll appear in the list just like any other room

sterile sparrow
#

now international rooms with more mice get on the room list, last time they werent iirc

lime kelp
#

the game is not there

#

@tawdry slate

tawdry slate
#

prophunt?

lime kelp
#

yes

#

@tawdry slate

#

@sly grove

#

?

#

where

tawdry slate
#

press

#

the > modules

#

thing at the top

lime kelp
#

0

#

i am guessing noone knows about that

#

it says 5 people are in it but it's empty

tawdry slate
#

i know what happens now, thanks @lime kelp

storm bolt
#

@mild sage In prophunt, there's a filter that's applied on top of the grass when you're not hidden, making it seem brighter than normal. When you hide, the colour of the grass returns to normal.

fluid sundial
#

who created #ghosts

fluid sundial
#

ghosts module delayed on killing players :/

civic burrow
#

it was brenower

high bloom
#

is there any way to get your skill tree used while utility in tribe house, like deattach, cloud etc?

civic burrow
#

know one's skills? no

blissful heart
#

Is using /mort in football bannable and when it will be fixed.

tawdry slate
#

bannable? you wont get banned for that, haha

civic burrow
#

why would it be

#

?

hybrid kelp
#

I lent my account to my friend and they banned him for entering from another computer

#

something i can do?

tawdry slate
fair sun
#

Hello, I hope you are well, does anyone know information to encrypt a lua code with some kind of program or mode? please help

hearty flint
#

encrypt?

sterile sparrow
#

u can try encrypting and decrypting with the moon 🌜

loud notch
#

you can compact the code in a single line if you want to run it too

viscid crypt
#

You can do some research on Lua obfuscation

civic burrow
#

minifier

open crypt
#

pacifier

tawdry slate
#

he wants to encrypt lua so tig doesnt see it

open crypt
#

wait, I only just realized... TAT?!

#

omg you're still here

tawdry slate
#

TAT?

open crypt
#

@sterile sparrow

#

my best Tat

sterile sparrow
#

oo phatnom still remembers me <3

#

if i still remember ur old user correctly @open crypt :P

open crypt
#

WHEEEEEE ❤️

#

man, Phatnom... good ol' days

woeful geyser
#

phatnomnomyom

fluid sundial
loud notch
#

@merry parcel

civic burrow
#

@loud notch

open crypt
#

@civic burrow

civic burrow
#

@open crypt bilovid

outer osprey
#

@inner carbon

inner carbon
#

@outer osprey

#

uwu

outer osprey
#

Que velocidad what

open crypt
#

@inner carbon

inner carbon
#

@open crypt

open crypt
#

I saw you online 👀

inner carbon
#

👀

#

u aint seen anything

open crypt
#

"Tocutoeltuco#0000 is nu online."
1 minute later: "Tocutoeltuco#0000 is nu offline."

inner carbon
#

stalker

#

u probably always use ur mod powers to stalk me

#

😔

open crypt
#

how can I stalk you when you're simply in my friendlist? 😂

#

🤔 I could just add this functionality to my bot to mass-ping me whenever you connect

inner carbon
#

omg

#

i'd connect and disconnect

open crypt
#

now that would be stalking 😂

inner carbon
#

every 5 seconds

#

just so ur bot pings u

open crypt
#

Santa [42342]

inner carbon
#

brb gonna eat uwu

open crypt
#

enjoy your meal!

inner carbon
#

thank u

civic burrow
#

he's eating cake

outer osprey
#

Eating Bolodefchoco m_grin

hearty flint
hidden trail
#

😳

manic chasm
#

@manic chasm

misty crane
austere turret
#

Is there a way to get types/autocomplete in vscode ?

civic burrow
#

for lua?

austere turret
#

for the Transformice api ?

civic burrow
#

aha

#

no, i only know one for sublime text

#

maybe @viscid crypt knows one

austere turret
#

i'll look into it thanks 😄

tawdry slate
#

@austere turret i had one

#

agh i cant find it.

#

do ask jordy

hidden trail
#

there was an autocomplete for tfm lua by breno

#

lemme find it

#

@austere turret

austere turret
#

ooh nice thanks !

marsh minnow
#

hello

misty crane
#

Hi

open crypt
#

Hi thief

misty crane
#

How are u?

open crypt
#

Good m_grin u?

misty crane
#

Happy to hear i'm fine too! tfm_derp

blissful heart
#

Basketball module is broken, the ball is getting bugged every time we want to play its like unplayable rn if anyone has contacts with the owner of the module can you please tell them

mild sage
#

Also bingo

civic burrow
#

It's an issue tig-side :s

civic burrow
#

it's also on tig's side

crimson finch
#

There's been an ongoing issue with batata for the past couple of months. It doesn't really affect the game too much it's just an annoyance. The EN server leaderboard is broken. I thought someone would've fixed it by now but I guess not so I thought I'd finally say something

civic burrow
#

Can you describe how broken it is?

hearty flint
#

its broken

crimson finch
#

It doesn't display any names whatsoever despite many EN members being on the international leaderboard and no matter how much you refresh it it's still blank constantly

civic burrow
#

pls stop deleting the messages, it's annoying

whole tide
#

hey guys

#

do any one here have power on transform module like adding maps ?

civic burrow
#

@wise patio

wise patio
#

oh is that mine

#

so it is

civic burrow
#

Well, according to my list it is :P

whole tide
#

@wise patio hey , why you stoped adding new maps to that module 😦

outer pasture
#

does anyone know the script Four in a row?

hearty flint
#

fire in the hole

hidden trail
#

connect four?

mild sage
#

how do i play chess? pls help

jade schooner
#

./room #madchess

mild sage
#

paamiss

#

i love you

#

lmao who tf made this

#

you can literally move every piece without waiting on ur opponent

jade schooner
#

yes

rocky gale
#

The madchess module is more fun with multiple people in the room, cause then everyone gets one piece that can move every 5 seconds
It’s..... not so fun with like... less than 10 people

civic burrow
#

i like common chess more

rocky gale
#

I like the chaos of madchess when it has enough people in it 😔

civic burrow
#

yeah it's fun

#

unless you want to leave the room later

#

then all popups are broken :P

silk grove
#

I’ve never played shockedtemmie

ivory pilot
#

It's just /room madchess

#

As I'm pretty sure it's not a module

#

Also the old room picker menu (the one that can be accessed with the command "/x_imj" right now) lists it as "Micelabs madchess", I wonder what the whole Micelabs thing was about

lapis shale
#

It's a complete separate gamemode, it's just hidden

ivory pilot
#

Like shaman rooms

cobalt saffron
#

micelabs was a small project of the tig and some ex admins devs

#

before module 801

#

(which had volley star or mouton prototypes)

tulip lily
#

Mouton used the Module801 API, at least I'm sure of that after checking some things in his code.

cobalt saffron
civic burrow
#

hard to read

tribal raft
#

On Discord’s dark mode maybe, but placed onto the sky, or something, it could be fine!

mild sage
#

#Aurora

hearty flint
spare cypress
#

i love it

rocky gale
#

Wish we’d known there was gonna module like that coming out soon! We could’ve synced the neon sham set to match tfm_derp

cobalt saffron
#

is out

#

#aurora

#

but this is a update

cobalt saffron
hearty flint
#

did you use addImage or is it xml?

cobalt saffron
#

add image

hearty flint
#

you have access?

cobalt saffron
#

nah is xml lol

hearty flint
#

ah

cobalt saffron
#

there are new issues

#

but will fix them before the big update

#

i will add assets for the stuff

#

and jack

civic burrow
#

am i still hosting aurora?

#

or it's tocu

#

i don't really remember

#

let me know if you need to debug shit

#

new maps looking neat

rocky gale
whole tide
#

in record module some players can control other room record cuz they in records crew tribe or something they keep abusing there power by join players room and change maps and lock rooms , why modules crew or mods not doing anything

civic burrow
#

How do they lock it?

high badge
#

o i did not know that taco hosts fortmice

hearty flint
#

taco

whole tide
civic burrow
#

Don't they need to be the room owners to do so?

whole tide
#

no

#

they have there name in the module script

#

that give them power as the room owner

civic burrow
#

so they are admin in all rooms?

whole tide
#

in records room only

civic burrow
#

yep

whole tide
#

yea

civic burrow
#

alright, give me a list with their nicknames so that I can check ;)

whole tide
#

give me a day or 2

civic burrow
#

tyt, it shall be solved!

whole tide
#

i have asked some

#

they told me

#

they join a tribe then they can bacome like that

civic burrow
#

i see

#

what's the tribe name

whole tide
#

it have - - - -

#

idont know the litters

civic burrow
#

oh

#

🤦🏻‍♂️

#

got it

#

thanks

whole tide
#

pls bolod

#

make them stop the abusing

#

when i try to show my maps to ppl who join my record

#

they join and change maps

civic burrow
#

It'll be fixed, dw dw

whole tide
#

thx ❤️

civic burrow
#

Patch being baked rn 🍕🍟🍝🍝

whole tide
#

for the record tfm_OMG

hearty flint
#

so we eat modules?

open crypt
civic burrow
#

yes

high badge
#

om nom nom

whole tide
whole tide
high badge
civic burrow
#

Yeah it's an issue with the -

tulip lily
#

In this case why do you use tribe name instead of ID?

tfm.get.room.playerList[playerName].tribeId
civic burrow
#

because it needs to be the name

cobalt saffron
#

and is the same lol

hearty flint
#

devlper :stonks:

mild sage
#

does anyone has a luascript for vanillamaps 1v1,2v2,... for me?

whole tide
#

you mean racing scrpit for vanilla maps

mild sage
#

yeah

#

i just wanna gather as much maps as possible

whole tide
#

if you wana play lua script to gather stats that wont work

#

cuz stats doesn’t count in lua

mild sage
whole tide
#

oh

#

if he want to do vanilla maps without sham there some scritps i have

#

if with sham i dont have script for that

#

i used to do event lua games 2

south mulch
#

Is there like a list of semi-modules that are currently working right now somewhere? I wanna try them later :)

civic burrow
south mulch
#

ooh, thank you so much!!

civic burrow
#

Some modules are listed as private

#

i can ask the owner if they wanna make it pb later :p

blissful heart
#

#basketball module isnt working correctly, it doesnt work at all it sends us to vanilla rooms.

civic burrow
#

Developers of all countries and teams and whatever

#

Exciting news for yall coming soon 🎉

hidden trail
karmic fable
#

HO

ivory pilot
#

Another Lua update? 👀

civic burrow
#

pretty much

#

but very exciting for you all

#

Won't tell anything else! Should arrive in January or so :P

ivory pilot
#

Guess that's something to look forward to then!

civic burrow
#

yep

viscid crypt
#

Oh, you're talking about the new JavaScript API? I'm so excited!

plucky tendon
#

can you play music with it?

#

otherwise is not very usefull api

#

can you use lua api + js api in one module?

#

can they also exchange data?

#

if no them is very useless api

hearty flint
#

Can I do Transformice with ray tracing using HTML and CSS in /lua?

civic burrow
#

i'm talking about the ||don't be curious and wait till january 😡 ||!

plucky tendon
#

chat with color

#

mouse colors

#

🤔

viscid crypt
#

Patience

civic burrow
hearty flint
#

I think typescript would make more sense

viscid crypt
#

Just think of all the advantages it brings..

civic burrow
#

brings nothing, just more bug that we know he'll never fix + bugs for the lua api and LESS attention to it (as if it gets any)

#

even worse if they kill lua

viscid crypt
#

Duh, the js API will replace it

loud notch
#

lua is coming to deadmaze

gleaming spire
#

cute