|
| 26 Nov 2015 03:32 PM |
I'm currently at 90,000, and so far it's just a plain old tower. Any ideas?
Water is a liquid? Water you talking about? |
|
|
| Report Abuse |
|
|
Arkitek
|
  |
| Joined: 09 May 2015 |
| Total Posts: 13095 |
|
| |
|
|
| 26 Nov 2015 03:35 PM |
-1 rep
DUMB IDEA OF 2015 MEDAL AWARD HAS BEEN GAVEN |
|
|
| Report Abuse |
|
|
|
| 26 Nov 2015 03:35 PM |
| Your game will have so many lag. However, just copy the 90k and paste it old 90k. Than just repeat of copying the tower until you reach 999,999. |
|
|
| Report Abuse |
|
|
|
| 26 Nov 2015 03:45 PM |
| copy it like 11 times your done |
|
|
| Report Abuse |
|
|
| |
|
heirIoom
|
  |
| Joined: 15 Jul 2012 |
| Total Posts: 3775 |
|
|
| 27 Nov 2015 07:26 AM |
n = 0
repeat l = instance.new("Part") l.Parent = game.Workspace l.Position = Vector3.new(0,0,0) l.Parent = game.Workspace n = n + 1 wait() until n = 999999 |
|
|
| Report Abuse |
|
|
heirIoom
|
  |
| Joined: 15 Jul 2012 |
| Total Posts: 3775 |
|
|
| 27 Nov 2015 07:32 AM |
This'll work intead
n = 0
repeat s = Instance.new("Part") s.Parent = game.Workspace s.Size = Vector3.new(5,5,5) s.Position = Vector3.new(-64.5, 0.5, 37.6) s.Anchored = true d = Instance.new("Part") d.Parent = game.Workspace d.Size = Vector3.new(5,5,5) d.Anchored = true d.Position = Vector3.new(-69.51, 2.5, 37.618) wait() until n == 999999 |
|
|
| Report Abuse |
|
|
Saldor010
|
  |
| Joined: 20 Sep 2010 |
| Total Posts: 1035 |
|
|
| 27 Nov 2015 11:12 AM |
| For goodness sake, use a for loop. That's what they're there for. |
|
|
| Report Abuse |
|
|
heirIoom
|
  |
| Joined: 15 Jul 2012 |
| Total Posts: 3775 |
|
|
| 27 Nov 2015 11:25 AM |
@Sal Repeat Works just fine m8. |
|
|
| Report Abuse |
|
|
64kingJOE
|
  |
| Joined: 16 Jan 2016 |
| Total Posts: 7078 |
|
| |
|
|
| 27 Nov 2015 11:52 AM |
So you're making it for a misleading thumbnail?
reality is a baseplate |
|
|
| Report Abuse |
|
|
|
| 27 Nov 2015 01:25 PM |
Listen, I know how easy it is, but when you actually get into the fall, even at 90,000 studs, it gets boring! I need ideas.
Water is a liquid? Water you talking about? |
|
|
| Report Abuse |
|
|
morash
|
  |
| Joined: 22 May 2010 |
| Total Posts: 5834 |
|
|
| 27 Nov 2015 01:28 PM |
| Put a bunch of spears at the base of the tower, so you get impaled when you land. |
|
|
| Report Abuse |
|
|
hihixil
|
  |
| Joined: 28 Mar 2013 |
| Total Posts: 322 |
|
| |
|