K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
|
| 03 Jun 2015 11:41 PM |
Nine = game.Workspace.Nine p = game.Workspace.pants
for i=1,500, 1 do Nine.CFrame = Nine.CFrame * CFrame.new(0,-0.01,0) p.CFrame = p.Cframe * CFrame.new(0,-0.01,0) wait(.001) end end)
|
|
|
| Report Abuse |
|
|
K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
|
| 03 Jun 2015 11:41 PM |
| btw this was cutout from the bottom of another script so that explains the extra end) there |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
| |
|
K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
|
| 03 Jun 2015 11:46 PM |
| trying to lower a brick smoothly down along with another brick (the camera is currently fixed on the brick named Nine). |
|
|
| Report Abuse |
|
|
K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
| |
|
K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
| |
|
CrowClaws
|
  |
| Joined: 04 Jul 2010 |
| Total Posts: 4466 |
|
|
| 03 Jun 2015 11:57 PM |
lowering dah pants ;)
output? |
|
|
| Report Abuse |
|
|
K7Q
|
  |
| Joined: 23 Mar 2013 |
| Total Posts: 5546 |
|
|
| 04 Jun 2015 12:02 AM |
| nothing in output just and since roblox is updating cant really go back in studio so ill check back here some other time if studio doesnt work |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 04 Jun 2015 02:02 PM |
Nine,p=workspace.Nine,workspace.pants; tween=(function(a,b,c) return(a+(b-a)*c); end); for i=1,500 do wait(); Nine.Position=tween(Nine.Position,Vector3.new(0,-i,0),.2); end;
|
|
|
| Report Abuse |
|
|