|
| 09 Jan 2016 07:48 PM |
| How can you tell when a Humanoid is touching a block? |
|
|
| Report Abuse |
|
Pletonal
|
  |
| Joined: 14 Feb 2015 |
| Total Posts: 80 |
|
|
| 09 Jan 2016 08:37 PM |
function OnTouched(hit) if hit.Parent:FindFirstChild(Humanoid) then
--hi-- end script.Parent:connect(OnTouched)
Maybe that? |
|
|
| Report Abuse |
|
|
| 09 Jan 2016 08:43 PM |
| Humanoids aren't physical objects, they're part of a player or npc. If you want to check if a character/object with a humanoid is touching it, you can do an OnTouched event, then check if the model's children includes a humanoid object. |
|
|
| Report Abuse |
|