“Lua Roblox Humanoid starb” Code-Antworten

Roblox Humanoid starb

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 starb

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

Ähnliche Antworten wie “Lua Roblox Humanoid starb”

Fragen ähnlich wie “Lua Roblox Humanoid starb”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen