📅  最后修改于: 2022-03-11 14:54:55.491000             🧑  作者: Mango
--only for roblox obv
script.Parent.Touched:connect(function(hit)
if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
--code
end
end)