RealistK
|
  |
| Joined: 20 Feb 2011 |
| Total Posts: 3489 |
|
|
| 26 Dec 2013 12:57 PM |
Hey guys! I would like to make a racing game or something, but of course I need a map changing script for that. Well I searched some scripts in free models but I didn't understand them 100%. Now, I want a changer script which also brings you back to the lobby. With the script comes like a read me for me to understand (I'm really can't script) :3. I also want to add more maps to it so the script needs to be able to handle that. Btw, if someone could help me with the map changing script, then how am I going to get the players on that map and after the time expired, back to the lobby? |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 26 Dec 2013 12:58 PM |
while loop wait function clone method makejoints method (possibly, depends if your map has unanchored, joined parts) destroy method numeric for (or generic for) getplayers method (or getchildren) moveto method (or cframe.new function) math.random function (possibly) |
|
|
| Report Abuse |
|
|
Timepiece
|
  |
| Joined: 15 Nov 2010 |
| Total Posts: 75 |
|
|
| 26 Dec 2013 12:59 PM |
Here read this thread by: RICHMOND209 http://www.roblox.com/Forum/ShowPost.aspx?PostID=46576802 |
|
|
| Report Abuse |
|
|
RealistK
|
  |
| Joined: 20 Feb 2011 |
| Total Posts: 3489 |
|
|
| 26 Dec 2013 01:01 PM |
@cntkillme wut?
@Timepiece Thanks man I will give it a try, if I run into other problems I let you know :) |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 26 Dec 2013 01:03 PM |
| It's all the stuff you might need to know |
|
|
| Report Abuse |
|
|
RealistK
|
  |
| Joined: 20 Feb 2011 |
| Total Posts: 3489 |
|
|
| 26 Dec 2013 02:13 PM |
Okay so I entered the script which Timepiece gave me the link of, but everything works except this: I enter the game and the first map is already there. Then after 120 seconds it says Loading Desert City blablabla but Desert City is my first map, but it loads my second map. How can I prevent this and have no map at all in the beginning but just 30 seconds after the server started? |
|
|
| Report Abuse |
|
|