xxxxxxxxxx
local find = script.Parent
find.Touched:Connect(function(hit)
local de = hit.Parent:FindFirstChild("Humanoid")
if de ~= nil then
local head = hit.Parent.Head
find.CFrame = head.Cframe * CFrame.new(0, 10, 0)
local poop = Instance.new("Weld", find)
poop.Part0 = head
poop.Part1 = find
end
end)
xxxxxxxxxx
local find = script.Parent
find.Touched:Connect(function(hit)
local de = hit.Parent:FindFirstChild("Humanoid")
if de ~= nil then
local head = hit.Parent.Head
find.CFrame = head.Cframe * CFrame.new(0, 10, 0)
local poop = Instance.new("Weld", find)
poop.Part0 = head
poop.Part1 = find
end
end)