5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
|
| 04 Mar 2015 02:53 AM |
Hello, forgive me if I posted this in the wrong section but, I was wondering if It is possible to have some script or something to make your map regenerate after a while? And also if it is possible could I make it they respawn to a hub and then they randomly get put in a team? Or is the to advanced? Sorry cause I have no idea what the hell i am doing! Every time I try and learn scripts I completely fail cause im no pro like you guys are! (Ok, ok im sought of a noob at scripting XD) Kind regards, 5SaxWax5.
|
|
|
| Report Abuse |
|
|
|
| 04 Mar 2015 03:01 AM |
There is
✪Mommy Guest told me that I was born from an Egg that she laid✪ |
|
|
| Report Abuse |
|
|
|
| 04 Mar 2015 03:05 AM |
W8T m8
Jk I'm XxawhangjiaxX and its me |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
|
| 04 Mar 2015 03:07 AM |
| So does anyone know where to find one or paste one for me please? |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
|
| 04 Mar 2015 03:15 AM |
Sorry ill be more specific, can someone give or paste a script or something to make this happen: after 10 minutes into the game, the map respawns and you teleport to a hub and wait til the map has finished, but whilst it is regening the map, a message will pop up showing the winning team (The team with the most kills). And then when the map has finished respawning, you get teleported back but the teams change.
|
|
|
| Report Abuse |
|
|
|
| 04 Mar 2015 03:30 AM |
Just use a regen script. (from free models o_o) You can edit the time it takes before it regenerates.
Instance.new("Reply",forum.thread) |
|
|
| Report Abuse |
|
|
|
| 04 Mar 2015 03:36 AM |
You can put the map into ServerStorage and clone it into workspace like this
map = "MapNameHere"
while true do wait(600) workspace:findFirstChild(map):remove() game.ServerStorage:findFirstChild(map):clone().Parent = workspace end |
|
|
| Report Abuse |
|
|
|
| 04 Mar 2015 03:55 AM |
in this regard spoonfeeding won't work since he has no idea what he's doing
just use free models and look at how they're coded and what they do |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
|
| 04 Mar 2015 04:55 AM |
Ok but if anyone finds something or makes something please write! Do you know any models though? I will look some up my self |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
|
| 04 Mar 2015 02:07 PM |
| If anyone knows how to do it like the post I said up top how you respawn to hub and announces who wins then you get taken back to the ground with different teams |
|
|
| Report Abuse |
|
|
Udoxas
|
  |
| Joined: 04 Dec 2010 |
| Total Posts: 5212 |
|
|
| 04 Mar 2015 02:23 PM |
| We can't write a script that says who wins if we don't know how you're supposed to win. |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
|
| 05 Mar 2015 01:20 AM |
| There are 2 teams, whoever has the most kills |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
| |
|
|
| 05 Mar 2015 01:23 AM |
If your having trouble with scripting I suggest checking out this channel:
https://www.youtube.com/user/PeasFactory/videos
It's a lot easier and cheaper than getting someone else to do it.
~I'm going to be honest; Couldn't think of a good signature.~ |
|
|
| Report Abuse |
|
|
5SaxWax5
|
  |
| Joined: 20 Jan 2014 |
| Total Posts: 134 |
|
| |
|