script.Parent.Touched:connect(function(otherpart) Humanoid = otherpart.Parent:FindFirstChild("Humanoid") -- 找出碰到的Part 是不是玩家 if Humanoid then ...
確定! 回上一頁