Dwarlon
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 4604 |
|
|
| 08 Dec 2014 05:58 PM |
g = script.Parent.a
function chng() if g.BodyPosition.maxForce == Vector3(0, 0, 0) then g.BodyPosition.maxForce = Vector3.new(200, 200, 200) elseif g.BodyPosition.maxForce == Vector3(200, 200, 200) then g.BodyPosition.maxForce = Vector3.new(0, 0, 0) end end
script.Parent.f.Click.MouseClick:connect(chng) attempt to call global "Vector3" (a table value) this is onclick during runtime |
|
|
| Report Abuse |
|