|
| 06 Mar 2015 03:18 PM |
Without using the velocity. I want it to move back and fourth but I can't find the solution...
~ Only trusted person that can sell chicken! |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:25 PM |
It would be helpful if you could post a model for me to inspect please.
~ Only trusted person that can sell chicken! |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:27 PM |
if ya mean like Teleport kind of thing (wich isn't Velocity as ya said) then Part.CFrame = CFrame.new(0, 0, 0) |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:27 PM |
| part.Position = Vector3.new(0, 0, 0) |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:28 PM |
local brick = Instance.new("Part",workspace) brick.Touched:connect(function() back = workspace.back back.Position = back.Position+Vector3.new(1,1,1) fourth = workspace.fourth fourth.Position = fourth.Position+Vector3.new(1,1,1) end) |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:38 PM |
Didn't mean teleporting, ment tweening but thanks for saying anyway!
~ Only trusted person that can sell chicken! |
|
|
| Report Abuse |
|
|
|
| 06 Mar 2015 03:41 PM |
Thank you Crescent
~ Only trusted person that can sell chicken! |
|
|
| Report Abuse |
|
|