|
| 13 Nov 2013 01:48 AM |
function onTouched(part) part.Parent.Torso.CFrame = CFrame.new(-860.1, 526.5, -416.7) end
soap is good for you |
|
|
| Report Abuse |
|
|
Conmiro
|
  |
| Joined: 13 Oct 2008 |
| Total Posts: 3393 |
|
|
| 13 Nov 2013 02:02 AM |
| add script.Parent.Touched:connect(onTouched) to the end. |
|
|
| Report Abuse |
|
|
Conmiro
|
  |
| Joined: 13 Oct 2008 |
| Total Posts: 3393 |
|
|
| 13 Nov 2013 02:02 AM |
uhg here
script.Parent.Touched:connect(function(hit)
if hit.Parent:findFirstChild("Torso") ~= nil then hit.Parent.Torso.CFrame = CFrame.new(-860.1, 526.5, -416.7) end
end)
|
|
|
| Report Abuse |
|
|