|
| 15 Jun 2011 06:20 PM |
| What line do I use to cframe an object during game mode? And not using the command. |
|
|
| Report Abuse |
|
|
|
| 15 Jun 2011 06:22 PM |
| workspace.Part.CFrame = workspace.Part.CFrame * CFrame.new(Vector3.new(#,#,#)) -- CFrame.Angles(#,#,#) |
|
|
| Report Abuse |
|
|
|
| 15 Jun 2011 06:23 PM |
Create a script, place this in it.
script.Parent.CFrame = CFrame.new(0,0,0) -- X,Y,Z |
|
|
| Report Abuse |
|
|