SCRIPTING ROBLOX WORM ENTITIES.
13:32
CODING REALISTIC OBBY PHYSICS : )
14:10
CONE 2023 ROBLOX RECAP
5:06
8 ай бұрын
50 ROBLOX DEVS, 1 GAME.
8:45
9 ай бұрын
Coding a blowtorch into roblox..
9:17
Coding evil ants into roblox…
9:34
THE ROBLOX ANTI EXPLOITER-9000
8:04
Пікірлер
@FloppaTheCatVR
@FloppaTheCatVR 6 сағат бұрын
Cell Simulator Looks So Cool Is It Published?
@ii_Oranjey
@ii_Oranjey 11 сағат бұрын
GG dog
@Nixxorz9
@Nixxorz9 13 сағат бұрын
why did u delete it :(
@pilaipornmungthanya2425
@pilaipornmungthanya2425 19 сағат бұрын
Do it can you go in your game? I want to see you. I never see you before except in KZbin.
@LSDA_0ut
@LSDA_0ut 21 сағат бұрын
cool
@AshtynDurbin
@AshtynDurbin 23 сағат бұрын
Hi
@CooperZayne
@CooperZayne Күн бұрын
What happend to cones peaceful restaurant
@BloxyRBX
@BloxyRBX Күн бұрын
13:37 peak game
@TuckerFR2
@TuckerFR2 Күн бұрын
yo you hit 100k subs
@CurlyWenja
@CurlyWenja Күн бұрын
Almost 100k subs
@AhmadzefferyTan
@AhmadzefferyTan Күн бұрын
I like cat
@RALPHENRIQUEADRIANO
@RALPHENRIQUEADRIANO Күн бұрын
Wtf is wroooooooooooooooooooooong with yooooooooooooou!
@Pokynhh3
@Pokynhh3 Күн бұрын
99.9k subs :O
@Banana-km2fu
@Banana-km2fu Күн бұрын
local Lobby = game.Workspace.Lobby local Maps = game.ReplicatedStorage.Maps:GetChildren() local Status = game.ReplicatedStorage.Status local previousMap -- Variable to store the previous map local mapOrder = {} -- Array to track the order of maps local currentIndex = 1 -- To keep track of the current map local alivePlayers = {} -- Table to track alive players -- Shuffle function to randomize the map order local function shuffleMaps() mapOrder = {} for i = 1, #Maps do table.insert(mapOrder, Maps[i]) end for i = #mapOrder, 2, -1 do local j = math.random(i) mapOrder[i], mapOrder[j] = mapOrder[j], mapOrder[i] -- Swap end end shuffleMaps() -- Initial shuffle of maps -- Function to check the number of alive players local function checkAlivePlayers() local aliveCount = 0 local lastPlayer = nil for player, _ in pairs(alivePlayers) do if player and player.Character and player.Character:FindFirstChild("Humanoid") and player.Character.Humanoid.Health > 0 then aliveCount = aliveCount + 1 lastPlayer = player end end -- If only one player is left, declare them the winner if aliveCount == 1 then Status.Value = lastPlayer.Name .. " is the winner!" task.wait(5) -- Wait for a few seconds before starting intermission return true -- Indicate that the game should end elseif aliveCount == 0 then Status.Value = "No one survived!" task.wait(5) return true -- End the game if no one is left alive end return false -- Game continues end -- Function to handle player death local function onPlayerDied(player) -- Remove the player from the alivePlayers list alivePlayers[player] = nil -- Check if only one player or no players are left return checkAlivePlayers() end -- Function to handle finish line touch local function onFinishLineTouched(player) if alivePlayers[player] then -- Check if the player is still alive Status.Value = player.Name .. " has won!" -- Announce winner alivePlayers[player] = nil -- Mark player as no longer alive -- Reward player with coins (500) local leaderstats = player:FindFirstChild("leaderstats") if leaderstats then local coins = leaderstats:FindFirstChild("Coins") if coins then coins.Value = coins.Value + 500 -- Give 500 coins end end -- Teleport everyone back to the lobby for _, p in pairs(game.Players:GetPlayers()) do if p.Character then local HRP = p.Character:FindFirstChild("HumanoidRootPart") if HRP then HRP.CFrame = Lobby.TeleportPoint.CFrame end end end return true -- Indicate that the game should end end return false end -- Game Loop while true do -- Intermission for i = 30, 0, -1 do Status.Value = "Intermission: " .. i task.wait(1) end -- Destroy previous map if it exists if previousMap then previousMap:Destroy() end -- Select the current map local ClonedMap = mapOrder[currentIndex]:Clone() previousMap = ClonedMap ClonedMap.Parent = game.Workspace Status.Value = "Minigame: " .. ClonedMap.Name task.wait(3) -- Teleport players to map and mark them as alive alivePlayers = {} -- Reset alive players list for _, Player in pairs(game.Players:GetPlayers()) do local Character = Player.Character if Character then local HumanoidRootPart = Character.HumanoidRootPart HumanoidRootPart.CFrame = ClonedMap.TeleportPoint.CFrame -- Mark the player as alive alivePlayers[Player] = true -- Listen for the player's death Character:WaitForChild("Humanoid").Died:Connect(function() if onPlayerDied(Player) then -- If the game ended due to only one player left, teleport all players back for _, p in pairs(game.Players:GetPlayers()) do if p.Character then local HRP = p.Character:FindFirstChild("HumanoidRootPart") if HRP then HRP.CFrame = Lobby.TeleportPoint.CFrame end end end end end) end end -- Game Time for i = 80, 0, -1 do Status.Value = "Game: " .. i task.wait(1) -- Check if the game ended during the countdown if checkAlivePlayers() then -- If the game ended, break the loop to start intermission break end end -- Teleport players back to lobby if game time ends for _, Player in pairs(game.Players:GetPlayers()) do if Player.Character then local HumanoidRootPart = Player.Character:FindFirstChild("HumanoidRootPart") if HumanoidRootPart then HumanoidRootPart.CFrame = Lobby.TeleportPoint.CFrame end end end -- Update the current index currentIndex = currentIndex + 1 -- Check if all maps have been used if currentIndex > #mapOrder then currentIndex = 1 -- Reset to the first map shuffleMaps() -- Reshuffle the maps end end
@KingNoob-u7x
@KingNoob-u7x 2 күн бұрын
I have come with a message the messages first can you review giant dog survival it might be slightly broken I understand why it’s one of you was Roblox games in your opinion my opinion is the best thing ever seen The message that I gave you is I sent someone in the game when they came back they said when they died their screen got stuck And they couldn’t find a thing
@Caio-un1sn
@Caio-un1sn 2 күн бұрын
Nxkdiddonwkemwl😊😊 8:42
@Give_riggy_a_raiseN0W
@Give_riggy_a_raiseN0W 2 күн бұрын
Better than pet sim
@Give_riggy_a_raiseN0W
@Give_riggy_a_raiseN0W 2 күн бұрын
Please bribg it back
@Eighth
@Eighth 2 күн бұрын
This is no challenge my ass did it in every game I made 🤣
@DanielNurgaliyev
@DanielNurgaliyev 2 күн бұрын
What is the name boi
@kiranjohnson1818
@kiranjohnson1818 2 күн бұрын
Mf really made dark wood Roblox edition
@Neuro_Spicy_Ace
@Neuro_Spicy_Ace 3 күн бұрын
0:15 LOL
@K.o.h.l.e
@K.o.h.l.e 3 күн бұрын
I JUST CONED SO HARD
@messengercreator
@messengercreator 3 күн бұрын
if u want much higher level AI and accurate and complex and Right give u anything guys I'll introducing DEEPAI the DEEPAI is so powerful and much better than OPENAI since start 1990 and u can show ur picture and video and anything u want
@Greenstarshot
@Greenstarshot 3 күн бұрын
Ethical apple is hosted I use to play it 24/7 😭 😭
@aceplayz8856
@aceplayz8856 4 күн бұрын
get this man too 100k subs!11!! hes so close!11!
@TjarRamirez-sv2yp
@TjarRamirez-sv2yp 4 күн бұрын
THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING THE FOG IS COMING
@TjarRamirez-sv2yp
@TjarRamirez-sv2yp 4 күн бұрын
pin please or unsub
@lottalindback5066
@lottalindback5066 4 күн бұрын
Whats the name?
@Captain_obvious4
@Captain_obvious4 2 күн бұрын
You’re probably gonna get hacked if you play the game
@wanrohana735
@wanrohana735 4 күн бұрын
Did I Know Something Roblox KZbinrs
@TioPhilDoIfunny
@TioPhilDoIfunny 4 күн бұрын
I was about to comment "but it's not THAT bad" and then I remembered that while making a beach game I found a "coconut hat" that covered the entire baseplate . . . Btw, play my game about venting on the beach about gender dysphoria (Game Id 133044323524380)
@AltheusKleinDeGuzman
@AltheusKleinDeGuzman 4 күн бұрын
what is the game
@angelahatcher534
@angelahatcher534 4 күн бұрын
Water factories are real they transferred dirty water into clean water
@KatEditsHehe
@KatEditsHehe 5 күн бұрын
ALMOST AT 100k CONGRATS BLUD
@ChristianGomez-s3n
@ChristianGomez-s3n 5 күн бұрын
Idk how to code
@zacharybuettgenbach3984
@zacharybuettgenbach3984 5 күн бұрын
First atemp gone rong
@Maaaaaaaaaaaax4646
@Maaaaaaaaaaaax4646 5 күн бұрын
Game name?
@christinasvoboda3703
@christinasvoboda3703 5 күн бұрын
0:15 the middle of his whisker force😭🗿💀
@Rabbid87
@Rabbid87 5 күн бұрын
I Could Not Find The Position Or CFrame Of Where My Part Is, But At 3:32 I Found Where The Position Is! Thanks Cone! 😆😆😂
@mishasalimov3951
@mishasalimov3951 5 күн бұрын
Hey I dare you to make the world theater way cooler than the one and the game , the the one in the edge game
@lizellemarquez6794
@lizellemarquez6794 5 күн бұрын
who knows krew played this game 👎 KF AND FANS OF THIS BOI ASSEMBLEE
@ashers7438
@ashers7438 6 күн бұрын
Game name?
@Eyefestationlover
@Eyefestationlover 6 күн бұрын
What is this game called?
@MyGrandfatherfather
@MyGrandfatherfather 6 күн бұрын
2:23 2:23 2:23 2:23 2:24 2:24 2:24 2:24 2:24 2:25 2:25 2:25 2:25 2:26 2:26 2:26
@MyGrandfatherfather
@MyGrandfatherfather 6 күн бұрын
You have a new sub
@MyGrandfatherfather
@MyGrandfatherfather 6 күн бұрын
I’m new to the channel but I love your videos
@AliciaWarn
@AliciaWarn 6 күн бұрын
NA
@Hakaribetsfor777
@Hakaribetsfor777 6 күн бұрын
Cone cones
@HalfHalf759
@HalfHalf759 6 күн бұрын
You should update ethical apple farm more often, it's so fun