Как сделать kill block(тутор по Roblox Studio)

Published: 25 March 2023
on channel: LINEX
845
22

Скрипт из видео:
function onTouched(part)
local h = part.Parent:findFirstChild("Humanoid")
if h~=nil then
h.Health = h.Health -100


end
end

script.Parent.Touched:connect(onTouched)


Watch video Как сделать kill block(тутор по Roblox Studio) online without registration, duration hours minute second in high quality. This video was added by user LINEX 25 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 845 once and liked it 22 people.