Roxer9000
|
  |
| Joined: 09 Sep 2010 |
| Total Posts: 5254 |
|
|
| 04 Nov 2014 04:14 PM |
script.Parent.Activated:connect(function() for i=1,0,.1 do wait() script.Parent.Handle.Mesh.Scale=Vector3.new(i,i,i) end end) it prints nothing and does nothing
bitte ein bier |
|
|
| Report Abuse |
|
xLink123
|
  |
| Joined: 07 Aug 2014 |
| Total Posts: 11158 |
|
|
| 04 Nov 2014 04:17 PM |
script.Parent.Activated:connect(function() for i=1,0,-.1 do wait() script.Parent.Handle.Mesh.Scale=Vector3.new(i,i,i) end end) |
|
|
| Report Abuse |
|