|
| 22 Jun 2014 05:21 PM |
Can someone explain how to do this? script.Parent.CFrame = CFrame.new(5) Basicly I want it to move in X but not in Y and Z How do you do that? |
|
|
| Report Abuse |
|
|
| |
|
|
| 22 Jun 2014 05:31 PM |
script.Parent.CFrame = CFrame.new(0,5,0) Move on Y. script.Parent.CFrame = CFrame.new(5,0,0) Move on X script.Parent.CFrame = CFrame.new(0,0,5) Move on Z
-Its just roblox... Deal with it- |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2014 05:33 PM |
| But that would move it under the baseplate |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
|
| 22 Jun 2014 05:34 PM |
pos = Part.Position x,y,z = pos.x,pos.y,pos.z
part.CFrame = CFrame.new(5,y,z) |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2014 06:02 PM |
| Dr. If you have a problem where it moves then change it yourself. Seriously they arent gonna position it all the way for you. |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2014 06:08 PM |
| I have a model titled "Hint Stones" that should solve your problem. |
|
|
| Report Abuse |
|
|