this works there is no output but instead of teleporting me it kills me. i thaught if i teleport his Torso it would teleport everything connected to me because its all welded together.
bin = script.Parent
function onTouch(hit)
wait(0.1)
if hit.Parent:FindFirstChild("Humanoid") ~=nil then
hit.Parent.Torso.Position = CFrame*Vector3.new(bin.Parent.tele2)
end
end
bin.Touched:connect(onTouch) |