fix invalid codeTue, 03 Jan 2023

script.Parent.Touched:Connect(function(hit) if hit.Parent:isA("Model") and if hit.Parent:FindFirstChild("Humanoid") then print("Human touched I") end

script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then print("Human touched") end

Questions about programming?Chat with your personal AI assistant