Answers for "finding humanoid roblox. part"

Lua
0

finding humanoid roblox. part

local brick = script.parent

brick.Touched:Connect(function(player)
    local humanoid = player.parent:FindFirstChildWichIsA("Humanoid")
    --do anything here you want
Posted by: Guest on February-22-2022

Browse Popular Code Answers by Language