Как сделать аптечку в Roblox Studio! (плюс kill brick)

Аватар автора
Геймеры и Поражения
хай. Скрипты: На аптечку: script.Parent.Touched:Connect(function(hit) if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Humanoid.Health = 100 end end) На kill brick: script.Parent.Touched:Connect(function(hit) if hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Humanoid.Health = 50 --тестинг, измените end end)

0/0


0/0

0/0

0/0