dragon829
|
  |
| Joined: 12 Aug 2008 |
| Total Posts: 741 |
|
|
| 22 Oct 2011 11:32 AM |
Okay, so ive got this
while true do local msg = Workspace.Message wait(4) msg.Text = ("Ultimate Paintball By Dragon829") wait(4) msg:remove() game.Lighting.Battlefield:clone().Parent = game.Workspace wait(120) --Time in Seconds msg.Parent = game.Workspace msg.Text = ("Loading:Nothing Yet") wait(4) msg:remove() game.Workspace.Battlefield:remove() msg:remove() wait(2)
game.Lighting.Map2:clone().Parent = game.Workspace wait(120) --Time in Seconds msg.Parent = game.Workspace msg.Text = ("Loading:Nothing Yet") wait(4) msg:remove() game.Workspace.Map2:remove() msg:remove() wait(2) end
but how do i make it so that it chooses a random map out of those 2 and if people are on red team they spawn on the map with the spawn called RedSpawn and if they are on Blue team they spawn on Map on a BlueSpawn instead of random teams |
|
|
| Report Abuse |
|
|
dragon829
|
  |
| Joined: 12 Aug 2008 |
| Total Posts: 741 |
|
| |
|
dragon829
|
  |
| Joined: 12 Aug 2008 |
| Total Posts: 741 |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 22 Oct 2011 12:30 PM |
while true do local msg = Instance.new("Message") wait(4) msg.Text = "Ultimate Paintball By Dragon829" wait(4) msg:remove() game.Lighting.Battlefield:clone().Parent = game.Workspace wait(120) --Time in Seconds msg.Parent = game.Workspace msg.Text = "Loading:Nothing Yet" wait(4) msg:remove() game.Workspace.Battlefield:remove() msg:remove() wait(2)
game.Lighting.Map2:clone().Parent = game.Workspace wait(120) --Time in Seconds msg.Parent = game.Workspace msg.Text = "Loading:Nothing Yet" wait(4) msg:remove() game.Workspace.Map2:remove() msg:remove() wait(2) end
Still might not work though... |
|
|
| Report Abuse |
|
|
dragon829
|
  |
| Joined: 12 Aug 2008 |
| Total Posts: 741 |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 22 Oct 2011 12:38 PM |
First think I changed is variable
Message is an instance
Second, your texts are string. YOu don't need () |
|
|
| Report Abuse |
|
|
dragon829
|
  |
| Joined: 12 Aug 2008 |
| Total Posts: 741 |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 22 Oct 2011 12:43 PM |
Yesh
Btw what rank are you in scripting helpers.. Just askin |
|
|
| Report Abuse |
|
|
dragon829
|
  |
| Joined: 12 Aug 2008 |
| Total Posts: 741 |
|
|
| 22 Oct 2011 12:50 PM |
| i think first rank not sure im not a good scripter atm still learning |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 22 Oct 2011 12:51 PM |
| Oh, well it's nice that your learning :D |
|
|
| Report Abuse |
|
|