JoeMonnie
|
  |
| Joined: 17 Sep 2011 |
| Total Posts: 407 |
|
|
| 20 Apr 2014 11:37 AM |
I pay you 10 tix :o
So, the script shown at the bottom of the thread is what I put in the block that breaks joints. It is supposed to make a plane fall apart when it hits the block. The problem is, it kills the player. I need help changing the script to where it checks if a player is touching the block, so that it won't kill people.
(BTW know almost nothing about scripting :( sorry)
function onTouched(hit)
hit:BreakJoints()
end
connection = script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
PestJ
|
  |
| Joined: 22 Dec 2011 |
| Total Posts: 18267 |
|
|
| 20 Apr 2014 11:39 AM |
| http://www.roblox.com/Forum/ShowForum.aspx?ForumID=20 |
|
|
| Report Abuse |
|
|
JoeMonnie
|
  |
| Joined: 17 Sep 2011 |
| Total Posts: 407 |
|
|
| 20 Apr 2014 11:43 AM |
| I tried that for a good couple hours yesterday. No one there wants to help, or tried to help and failed. |
|
|
| Report Abuse |
|
|
JoeMonnie
|
  |
| Joined: 17 Sep 2011 |
| Total Posts: 407 |
|
|
| 20 Apr 2014 12:02 PM |
| Okay fine, 12 tix. That's pushing it though, won't go any higher. |
|
|
| Report Abuse |
|
|
JoeMonnie
|
  |
| Joined: 17 Sep 2011 |
| Total Posts: 407 |
|
| |
|