“Lua Roblox Humanoid zmarł” Kod odpowiedzi

Roblox Humanoid zmarł

game:GetService('Players').PlayerAdded:Connect(function(player)
	player.CharacterAdded:Connect(function(character)
		character:WaitForChild("Humanoid").Died:Connect(function()
			print(player.Name .. " has died!")
		end)
	end)
end)
kirbyzaz

Lua Roblox Humanoid zmarł

game:GetService('Players').PlayerAdded:Connect(function(player)	player.CharacterAdded:Connect(function(character)		character:WaitForChild("Humanoid").Died:Connect(function()			print(player.Name .. " has died!")		end)	end)end)
Talented Termite

Odpowiedzi podobne do “Lua Roblox Humanoid zmarł”

Pytania podobne do “Lua Roblox Humanoid zmarł”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu