makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
|
| 20 Jun 2013 04:28 PM |
script.Parent.ClickDetector.MouseClick:connect (function (player) char = player.Character b = Instance.new("BodyPosition",script.Parent) b.position = Vector3.new (0,20,0) b.maxForce = Vector3.new(500000000, 500000000, 500000000) wait(5) b:remove() end)
It's not working, what's wrong?
|
|
|
| Report Abuse |
|
|
makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
|
| 21 Jun 2013 01:21 AM |
| Anyone knows how to use bodyPosition???? |
|
|
| Report Abuse |
|
|
RoAnt
|
  |
| Joined: 14 Jul 2008 |
| Total Posts: 16794 |
|
|
| 21 Jun 2013 01:25 AM |
It does work. What did you meant for it to do?
|
|
|
| Report Abuse |
|
|
Usering
|
  |
| Joined: 18 Aug 2012 |
| Total Posts: 10281 |
|
|
| 21 Jun 2013 02:26 AM |
Are you trying to insert the BodyPosition into script.Parent or the player's Character?
~ Add 6276 posts to my post count ~ |
|
|
| Report Abuse |
|
|
makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
|
| 21 Jun 2013 03:26 AM |
| No, i trying to insert it into brick, it's only working for characters? |
|
|
| Report Abuse |
|
|
|
| 21 Jun 2013 03:29 AM |
| brick needs to be unanchored |
|
|
| Report Abuse |
|
|
makerror
|
  |
| Joined: 29 Aug 2011 |
| Total Posts: 493 |
|
| |
|