drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 08 Dec 2012 11:48 AM |
here is the script Touched:connect(onT) Game.Workspace.Grass Blade.GB1.Position (-7.032, 1.3009, -3.23) wait(1) if still Touched Game.Workspace.Grass Blade.GB1.Position (-7.032, 0.9009, -3.23) if not Touched Game.Workspace.GrassBlade.GB1.Position (-7.032, 1.15, -3.223) if still Touched Game.Workspace.Grass Blade.GB1.Position (-7.032, 0.6009, -3.23) if not Touched Game.Workspace.GrassBlade.GB1.Position (-7.032, 1.15, -3.223) if still Touched Game.Workspace.Grass Blade.GB1.Position (-7.032, 0.5409, -3.23) if not Touched Game.Workspace.GrassBlade.GB1.Position (-7.032, 1.15, -3.223) end help me fix plz |
|
|
| Report Abuse |
|
|
Monkey727
|
  |
| Joined: 12 Jan 2009 |
| Total Posts: 969 |
|
|
| 08 Dec 2012 11:51 AM |
| ... Wow. Please look at the wiki and learn to script properly. No offence intended. |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 08 Dec 2012 12:00 PM |
| I know how to script properly, but when it comes to Cframe and conection lines, I'm lost. |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
| |
|
|
| 08 Dec 2012 12:41 PM |
"if still Touched"
That's not even Lua syntax. Go to the wiki. |
|
|
| Report Abuse |
|
|
GiverLol
|
  |
| Joined: 20 Dec 2010 |
| Total Posts: 810 |
|
|
| 08 Dec 2012 12:57 PM |
It is called scripting "helpers" it isn't called scripting "helpers by sending people to the wiki".
He putted time and effort in the script right? Then you guys say that he needs to search it out himself... |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 08 Dec 2012 01:09 PM |
'Yep, I spent alota time doing the Cframe measurments :/ diden't work and when I ask for help people are practicly saying "GO F**K OFF B*T*H!" scripting helpers usaly is not too helpful :/ |
|
|
| Report Abuse |
|
|
gaara51
|
  |
| Joined: 20 Oct 2007 |
| Total Posts: 7395 |
|
| |
|
|
| 08 Dec 2012 01:41 PM |
Game.Workspace.Grass Blade.GB1.CFrame = Vector3.new(-7.032, 0.9009, -3.23) or Game.Workspace.Grass Blade.GB1:MoveTo(Vector3.new(-7.032, 0.9009, -3.23)) |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Dec 2012 01:42 PM |
| also what is if still Touched, and if not Touched ? e.o |
|
|
| Report Abuse |
|
|
drahsid5
|
  |
| Joined: 13 May 2011 |
| Total Posts: 3937 |
|
|
| 08 Dec 2012 09:50 PM |
| Thanks for the cframe positioning, those are conection lines [I think] I'm not too good with conection lines ): |
|
|
| Report Abuse |
|
|