how to script a functional gas mask | Roblox Studio

Аватар автора
Ремесло и техника
Script: function ontouched(part) local human = part.Parent:findFirstChild("Humanoid") local humanwthmask = part.Parent:findFirstChild("Gasmask") if humanwthmask ~= nil then human.Health = human.Health -0 elseif human~=nil then human.Health = human.Health -3.5 end end script.Parent.Touched:Connect(ontouched)

0/0


0/0

0/0

0/0