|
| 28 Apr 2013 06:51 PM |
repeat wait(1) script.Parent.Size + 1 until blablalb
i tried getting x, y, z + 1 each time but still doesn't work
|
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 28 Apr 2013 06:56 PM |
What about...
repeat wait(1) script.Parent.Size = Vector3.new(script.Parent.Size.X+1, script.Parent.Size.Y+1, script.Parent.Size.Z+1) until blabla
~You have to think like a Dinosaur to become a Dinosaur~ |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2013 06:58 PM |
| works, but it does it forever, and if i come near it, it goes ontop of my head |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 28 Apr 2013 07:01 PM |
You'll wanna use *Cframe for that.
~You have to think like a Dinosaur to become a Dinosaur~ |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2013 07:05 PM |
| You can increase size with Cframe? |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 28 Apr 2013 07:09 PM |
I'm pretty sure if you did... repeat wait(1) script.Parent.Size = Vector3.new(script.Parent.Size.X+1, script.Parent.Size.Y+1, script.Parent.Size.Z+1) and repeat wait(1) script.Parent.CFrame=CFrame.new(script.Parent.Position.X, script.Parent.Position.Y, script.Parent.Position.Z) until blabla
~You have to think like a Dinosaur to become a Dinosaur~ |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2013 07:12 PM |
| thanks for all the help zak |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 28 Apr 2013 07:13 PM |
So it worked?
~You have to think like a Dinosaur to become a Dinosaur~ |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2013 07:14 PM |
tbh no if i step on it, still goes above me |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 28 Apr 2013 07:14 PM |
Ehh, what's the current position of the brick itself? And do you want it to stay at the same place?
~You have to think like a Dinosaur to become a Dinosaur~ |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2013 07:16 PM |
don't worry about it, i'm doing something different with it ty for all the help tho |
|
|
| Report Abuse |
|
|