Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox how to detect human touchinhg

--only for roblox obv
script.Parent.Touched:connect(function(hit)
	if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then
		--code
	end
end)
 
PREVIOUS NEXT
Tagged: #roblox #detect #human #touchinhg
ADD COMMENT
Topic
Name
7+1 =