| |
| 0 | ||
| This means on everyone's screen? If yes: Code ui.addPopup(69, 0, "yeha", (name), 150, 100, 230) -- Edit green text only with your own text |
| « Citoyen » 1431524400000
| 0 | ||
| I want a script so that we can press down or space to get attached to a balloons, just like old *baffbotballoon, is that possible to do on lua ? |
| « Consul » 1431526980000
| 0 | ||
Assembler a dit : That's not possible. |
| « Censeur » 1431530160000
| 0 | ||
Juliantwofan a dit : Thank you :) Dernière modification le 1431530220000 |
| « Citoyen » 1431644760000
| 0 | ||
Cosmincreato a dit : Thank you. Just a question how could I change the x,y position of the pop up? \/ Thanks \/ Dernière modification le 1431650100000 |
| « Citoyen » 1431648840000
| 0 | ||
greatauk a dit : change the 150 (x) and 100 (y) |
| 0 | ||
| <div id="11"> <<<<inside there </div> Im not sure what should be in the div |
| « Consul » 1431805200000
| 0 | ||
Ygtyk a dit : What are you trying to do exactly? Lua isn't the same as HTML so this code on its own would do nothing, but flash doesn't even support the <div> tag so that wouldn't be able to do anything anyway. |
| 0 | ||
| Then could i have a potato code then like if a player typed !potato (username) It turns the player into the img of a potato :D It only works for module team ik but i still want the script tho |
| « Citoyen » 1431919980000
| 0 | ||
| How do I change my color again and can I change my user on tfm? |
| 0 | ||
| tfm.exec.setNameColor("Leramurphy", 0xColor Code) Can't change your user |
| « Citoyen » 1432058400000
| 0 | ||
| When I try to run a script, my Lua window's 'submit' button disappears without running the script, and does not return. Is this happening to anyone else? Edit: Never mind. I found this does not occur when I remove a part of my script. But, I'm still curious as to why this happens. Dernière modification le 1432059600000 |
| « Consul » 1432059840000
| 0 | ||
| Is your script over the limit (60,000 characters)? I found that sometimes when the script is over the limit it doesn't return and needs relogging to fix. |
| « Citoyen » 1432060260000
| 0 | ||
| Oh, I didn't think about that at all. Yes, it is, sorry. ;; Dernière modification le 1432060500000 |
| « Citoyen » 1432143900000
| 0 | ||
| Script: life system Plz |
| « Citoyen » 1432146900000
| 0 | ||
| Can i get the exactly coordonates of a player? Sometimes tfm.get return the coordonates from last jump if you are in air... |
| « Citoyen » 1432178460000
| 0 | ||
Alexunutrei a dit : nikname = "Alexunutrei" print(tfm.get.room.playerList[nikname].x) print(tfm.get.room.playerList[nikname].y) |
| « Consul » 1432219380000
| 0 | ||
Alexunutrei a dit : The coordinates in tfm.get.room.playerList aren't always up to date but they're the latest co-ordinates the server has. The sync updates it every second or so, which makes it difficult to get accurate co-ordinates. You can try using eventKeyboard to get exact co-ordinates when the player presses a key (then bind the movement keys) though. |
| « Consul » 1432222200000
| 0 | ||
| A script that will pop-up on everyones screen in tribe (Even if they are playing in a room) .-. |
| « Citoyen » 1432225440000
| 0 | ||
| Is it possible to make a script so that when you play a video in the tribe room, and someone comes in after you played it, it will still play for them on their screen at the current time? Like how it is in music rooms |