|
| 18 Mar 2014 11:25 AM |
Okay I thought I understood lua while I was at school but apparently I don't and I'm so confused on how to make a mini game script! I only want 1 mini game that's why it's simple for someone who knows a lot of lua :P
I need the minigame script to wait for 2 people to join and then once there is 2 people it teleports them to the map (just put random coordinates in there and I will change it to the maps coordinates). After that, checks must be made in case the player has left the game or died (last one remaining wins) there should also a invisible timer on the game if the game doesn't end within 1 minute then the game ends automatically to prevent 2 friends from delaying matches. It says on the screen "Playername won!" and their wins on the leaderstats go up by one. Once game ends, people are teleported back to the lobby and the script repeats itself (once game ends make sure there's a 5 second timer before it starts again like wait(5).
Thanks! If you are able to do this then I will put your name in the description of the game! :)
|
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Mar 2014 03:03 PM |
| Help requests are frowned upon in this forum. Try it yourself then post the code, the output, and hat you did, and someone should reply |
|
|
| Report Abuse |
|
|
|
| 20 Mar 2014 02:40 AM |
I have tried looking through the free models and seeing if I can learn from it and put it in my own code but most of the free models are loads of mini games and I only need to make this one on there ;/
However, I did find a map regen.
game.Lighting.Parts:Clone().Parent = workspace while true do wait(100) script.Parent.Parts:remove() game.Lighting.Parts:Clone().Parent = workspace end
So in my understanding of that code, I have to put something called "Parts" in Lighting and if that's true then it waits 100 seconds and removes the map and replaces it with a new map?
If anyone could help with this then that would be great, I wouldn't think it would be frowned upon since this is the "Scripting helpers" and even thought Lua is a simple language to others, it's not simple for everyone. Thanks! |
|
|
| Report Abuse |
|
|
| |
|
|
| 20 Mar 2014 04:36 AM |
| They are frowned upon here. Our purpose is to help others, not succumb to their needs. |
|
|
| Report Abuse |
|
|
|
| 20 Mar 2014 12:13 PM |
| Hmm, could anyone link me to a good tutorial on how to make one mini game then? That would really help out :P |
|
|
| Report Abuse |
|
|
|
| 20 Mar 2014 12:13 PM |
| Just look on the Catalog for some free mini-game models! |
|
|
| Report Abuse |
|
|
|
| 20 Mar 2014 12:30 PM |
free models are for noobs i used to use them but now i dont at all |
|
|
| Report Abuse |
|
|
|
| 20 Mar 2014 01:01 PM |
| All the mini games are full of mini games, I only want one |
|
|
| Report Abuse |
|
|
|
| 20 Mar 2014 05:20 PM |
| If you are able to do something like this then I'll pay 200 robux. |
|
|
| Report Abuse |
|
|
iWorkit
|
  |
| Joined: 18 Mar 2014 |
| Total Posts: 47 |
|
|
| 20 Mar 2014 05:22 PM |
| I use free models alot. I don't keep them in game (Obviously) but I do look at the contents of script's to help me understand. |
|
|
| Report Abuse |
|
|