|
| 19 Mar 2015 06:17 PM |
with a string?
somewhat like this..but with properties..? part['Size'] |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Mar 2015 06:19 PM |
That actually gets the property?
so I can do this?
function F.WholeLerp(ob,prop,steps,t,y,x) local org=x or ob[prop] for i=1,steps do ob[prop]=(org+(y-org)*(i/steps)) wait(t/steps) end end |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Mar 2015 06:21 PM |
| oh sht I just sht my pants |
|
|
| Report Abuse |
|
|
| |
|
|
| 19 Mar 2015 06:24 PM |
| What should I use instead of t for time? |
|
|
| Report Abuse |
|
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
|
| 19 Mar 2015 06:24 PM |
| Objects are just tables with a few differences. |
|
|
| Report Abuse |
|
|
| |
|