[Solo el ganador sobrevive en Roblox Studio] Juego de las Canicas del Juego del Calamar
En este tutorial vamos a eliminar todos los demás jugadores que no ganaron y a detener el juego por ende solo el ganador sobrevive en Roblox Studio.
- Haremos un ciclo con todos los jugadores.
- Mataremos a todos.
- Excepto al ganador.
- Destruiremos todos los scripts.
- Cambiaremos la marcador y le pondremos el ganador es y el nombre del ganador.
for _, player in pairs(game:GetService("Players"):GetPlayers()) do if player.Name~=ganador then if player.Character:FindFirstChild("Humanoid") then player.Character:FindFirstChild("Humanoid").Health=0 end end end for _, desendiente in pairs(game.Workspace:GetDescendants()) do if desendiente:isA("Script") then desendiente:Destroy() end end game.StarterGui.ScreenGui.TextLabel.Text="El ganador es "..ganador game.StarterGui.ScreenGui.TextLabel.Marcador:Destroy() break
🎦 Crear el Juego de las Canicas 🔴 del Juego del Calamar en Roblox Studio: https://www.youtube.com/watch?v=cH2Id1A-jo8&list=PLCTD_CpMeEKTW0zgv_jV3Lbn0r2Y4QEWh&index=1&ab_channel=programadornovato
🎦 Crear el juego🕹️ Galletas del Juego del Calamar [en Roblox Studio]: https://www.youtube.com/watch?v=PTS8-TC4RGU&list=PLCTD_CpMeEKRBbHpxvputcR1ob05z1B7m&ab_channel=programadornovato
🎦 [Crear el juego🕹️ del calamar🦑] PUENTE DE CRISTAL: https://www.youtube.com/watch?v=jkKMVtf48lE&list=PLCTD_CpMeEKRK5dyAUj7IJwTNdSdCqD8d&ab_channel=programadornovato
🎦 [Crear el juego🕹️ del calamar🦑] LUZ VERDE LUZ ROJA: https://www.youtube.com/watch?v=nY7xCgj3zCk&list=PLCTD_CpMeEKQqnmwn61tIgry1ph4i2nUB&ab_channel=programadornovato
🎦 [Curso] Crear VideoJuegos con Roblox🤖🕹️: https://www.youtube.com/watch?v=W9F1ZHOQbJY&list=PLCTD_CpMeEKTsBiW-FaQLqJXnsTf4YUVM&ab_channel=programadornovato
🎦 [CURSO] de Scratch de 0 a 100 😺: https://www.youtube.com/watch?v=89v6iyKrtgg&list=PLCTD_CpMeEKRsxcdSxuUcqmEG7NlEbCLP
🎦 [CURSO] C++ DE 0 A HEROE 🦸: https://www.youtube.com/watch?v=APN8aCyPvww&list=PLCTD_CpMeEKTofxs7iottRxJ5YPM7BOcc&ab_channel=programadornovato
🎦 [Curso] Java Netbeans Completo☕: https://www.youtube.com/watch?v=97nO4-zdviA&list=PLCTD_CpMeEKTT-qEHGqZH3fkBgXH4GOTF&ab_channel=programadornovato
Anterior tutorial Siguiente tutorial