Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

finding humanoid roblox. part

local brick = script.parent

brick.Touched:Connect(function(player)
    local humanoid = player.parent:FindFirstChildWichIsA("Humanoid")
    --do anything here you want
 
PREVIOUS NEXT
Tagged: #finding #humanoid #part
ADD COMMENT
Topic
Name
2+4 =