I spent 400 USD on Roblox Ads...
13:07
Toxic Kitchen Puzzle - Doors Remake #10
39:12
Teddy NEW MAP - Speed build
14:18
21 күн бұрын
How to make a Voting System
21:53
2 ай бұрын
How to make a Round Based Game
20:42
GNOMEJAM IS BACK - Win 100k Robux
5:47
How to make a Teddy game in 2024
12:18
100K FACE REVEAL Q+A
38:53
7 ай бұрын
Remaking my Tower Defense Game
14:49
I made a game WITHOUT any code!
9:44
My First Games Were Terrible...
32:26
Пікірлер
@Orange_Fox_0891
@Orange_Fox_0891 Сағат бұрын
what if my towers dont spawn
@julzmaramba9677
@julzmaramba9677 3 сағат бұрын
not working
@DribblePlayz635
@DribblePlayz635 4 сағат бұрын
My attack animation ain’t playing and I put everything correctly
@George-co5xj
@George-co5xj 5 сағат бұрын
Can you make Ambush AI next?
@SnoopythatDawg
@SnoopythatDawg 10 сағат бұрын
anybody else got problems with the code? it for some reason wont move the character and i copied it word for word (except for the enemy name i have my own named enemies)
@slickkDevv225
@slickkDevv225 12 сағат бұрын
yesssssssssssssssssssssssssssssssssssssssssssssss 😀
@slickkDevv225
@slickkDevv225 12 сағат бұрын
i finished
@FluxifyGD
@FluxifyGD 12 сағат бұрын
uhm what if your game is r6 bro you gotta do a short r6 tutorial for us
@Adrianrodriguez-v8s
@Adrianrodriguez-v8s 13 сағат бұрын
it didnt work
@historyman8671
@historyman8671 13 сағат бұрын
Hey! late comment but how do i make a jump animation? (like how do i script that!)
@Adrianrodriguez-v8s
@Adrianrodriguez-v8s 14 сағат бұрын
hope this works, i wanna make a zombie tower defence game.
@OfficialSnopYT96
@OfficialSnopYT96 15 сағат бұрын
YOUR THE BEST CODINGKZbinR IVE EVER SEEN please make a pack create with invite only on and free join. and who ever kills leader becomes leader thanks
@KrisPeezy14
@KrisPeezy14 16 сағат бұрын
Do you HAVE to put zombie??? My rig was named enemie and it wont move
@GaraTeam
@GaraTeam 18 сағат бұрын
i'm sorry somebody could help me? it's say the follows parts dependes from a lot Motor6D: Seat
@Orange_Fox_0891
@Orange_Fox_0891 18 сағат бұрын
9:56 when im writing nearestTarget studio saying erorr how fix
@Orange_Fox_0891
@Orange_Fox_0891 18 сағат бұрын
i have my script i have error? local tower = script.parent local mobs = workspace.Mobs local function FindNearestTarget() local maxDistance = 50 local nearestTarget = nil for i, target in ipairs(mobs:GetChildren()) do local distance = (mobs.HumanoidRooPart.position - tower.position).magnitude print(target.name, distance) if distance < maxDistance then print(target.Name, "is the nearest target found so far" nearestTarget = target maxDistance = distance end end return nearestTarget end while true do local target = FindNearestTarget() if target then target.Humanoid:TakeDamage(25) end task.wait(1) end
@spr22
@spr22 19 сағат бұрын
Question for ya, I put the Pathfinding issues fix into the TeddyKit, when the player goes into the NoGo areas they seem to disappear from Teddys vision. Would this be the norm? So far ive worked it out by making the no go areas as small as possible and seems to be working fine.
@Allumi-Ve3
@Allumi-Ve3 21 сағат бұрын
this is something unrelated, day 1 of asking, I made a roleplay game, with some mind for some complicated & simple mechanics, like currently, interactable candles. Could you, after the series you're currently doing, make a series of how to make a roleplay game? I have given you permission to play the said game [rg].
@sanjivkhana2679
@sanjivkhana2679 23 сағат бұрын
Why after i code exactlyy the same but it does not move
@codernikkolas-sy5hm
@codernikkolas-sy5hm Күн бұрын
Nice Good Video :D, there could have been a new Granny Retro series, it's a shame that the GapStudio Group had to put the granny game in Private, it would be possible for you to make this game please :)
@creepermccreations
@creepermccreations Күн бұрын
this is why were subscribed to gnomecode, amazing content
@creepermccreations
@creepermccreations Күн бұрын
you make the best tutorials, though i didnt reach this one yet you could probably make screech or eyes next?
@IdontLoveYou.1
@IdontLoveYou.1 Күн бұрын
this is the script local TweenService = game:GetService("TweenService") local part = script.parent local info = TweenInfo.new( 2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut, -1, true ) local newPosition = part.Position + Vector3.new(0, 10, 0) local tween = TweenService:Create(part, info, {Position = newPosition}) tween:Play()
@Duck-m5u
@Duck-m5u Күн бұрын
didn't work uhhhhh the zombies didn't spawn in
@kaysonpak
@kaysonpak Күн бұрын
how do i make a wave defense i thought some tower defense tutorials would help but i'm just starting
@spacecore9896
@spacecore9896 Күн бұрын
My coins won't spawn anymore and the generic items won't spawn either. After I did the "Adding Props" section of the tutorial my coins seemly stopped spawning. I've check my code multiple times with the video and nothing seems wrong and I don't even get any script errors. I don't think I'm just unlucky either because I tried to boost the chances of the coins spawning to see and they still didn't spawn. I would appreciate it if someone could help me out
@msriz9562
@msriz9562 Күн бұрын
This is kinda unrelated, but do you know how to make multiple morphs with different animations visible to other players? Like i published it as a group game, and everyone can see the animations on their own screens but others cant see them walking or their idle. Like i could see myself walking w the custom anim i made for that morph, but others saw me moving w no animation😢
@frogs52
@frogs52 Күн бұрын
Hello Gnome! So, there's a game that I really like called Brawl Stars, and I really wanted to make a game inspired by Roblox, but I don't know how to do several of its mechanics, would you be able to teach me how to make the game on Roblox in the future? Ah, and thanks for all your videos! They help me a lot and I know it helps other people too
@Gamercat3948
@Gamercat3948 Күн бұрын
I am having a error I have checked spelling and captialization and still no luck: 20:04:57.102 Unable to assign property Text. string expected, got nil - Client - ShopClient:34. CatFood.Text = playerData.catFood
@not_estains
@not_estains Күн бұрын
surely leaving a comment from 2 years ago would help me with this how would you change the script so that you don't need many different types of template parts, and that would randomly decide, out of the furniture in the "furniture" folder, what to put in one of those spots
@R3df0X526
@R3df0X526 Күн бұрын
it was working for me then i updated studio and now the animations are broken (nvm ignore this i got it to work)
@real_viper_tf2
@real_viper_tf2 Күн бұрын
hey yall here a script if the pathfinding doesn't work at 7:35 local zombie = script.Parent local waypoints = workspace.Waypoints for _, waypoint in pairs(waypoints:GetChildren()) do zombie.Humanoid:MoveTo(waypoint.Position) zombie.Humanoid.MoveToFinished:Wait() end happy to help 😊
@viper_does_stuff
@viper_does_stuff Күн бұрын
Alt account here yes this is all correct it works it makes the zombie move
@neoxeed
@neoxeed Күн бұрын
Broooo, You are so comfortable! Thank you a lot :D
@promoroblox
@promoroblox Күн бұрын
29:53
@slickkDevv225
@slickkDevv225 Күн бұрын
I double checked my script and it says "tried to index nil"
@slickkDevv225
@slickkDevv225 16 сағат бұрын
To the tower collisions
@RoninYT110
@RoninYT110 Күн бұрын
GnomeCode, these videos are awesome and my DOORS game is coming along thanks to you! Can't wait for the next one, thanks for making these!
@axew7368
@axew7368 Күн бұрын
So basically just an "object" in OOP in other languages?
@KingCacayt
@KingCacayt Күн бұрын
The bit were i put end turns red even though I put the script u did😢
@viper_does_stuff
@viper_does_stuff Күн бұрын
@KingCacayt check the comment I just put if the zombie doesn't move at 7:35 same pfp as me
@viper_does_stuff
@viper_does_stuff Күн бұрын
Look at newest comments to see where it is
@R3df0X526
@R3df0X526 Күн бұрын
GUYS IF UR ANIMATION DOES NOT WORK AND THERE IS NO ERROR THIS MIGHT BE THE PROBLEM: you cannot just run the game you have to actually play it, this is because the script is in starter player and if u run it their is no player. IK this seems simple but it took me like 30 mins to figure this out I hope this helped u
@R3df0X526
@R3df0X526 Күн бұрын
my animations are not working, they are not playing i dont see any errors in output tho
@natanielkaminski7762
@natanielkaminski7762 Күн бұрын
THIS EPISODE IS THE BEST BEACUZE WHERE FINNALY, FINNALY DOING MONEY SYSTEM
@nadiakadir3411
@nadiakadir3411 Күн бұрын
Thank you❤
@cxndy43
@cxndy43 Күн бұрын
tysm but there are some problems that i found 1 rush can't go through the room because the exit door is called kitchendoor 2 when you want to make the kitchen at room 50 he won't spawn because of the room buffer the chef spawns instantly and not after you reached door 50 (or over 8)
@ConradoDavidTenoriodeHolanda
@ConradoDavidTenoriodeHolanda Күн бұрын
someone help me please(51:38) when I place a tower its green area doesn't disappear and keeps placing more and more until I click cancel: ServerScriptService.Main.Tower:187: ServerScriptService.Main.Tower:27: attempt to index nil with 'Waypoints' - Client - GameController:189 11:15:24.825 Stack Begin - Studio 11:15:24.825 Script 'Players.conradinhobrabinho.PlayerGui.GameGui.GameController', Line 189 - function SpawnNewTower - Studio - GameController:189 11:15:24.825 Script 'Players.conradinhobrabinho.PlayerGui.GameGui.GameController', Line 241 Can anyone help me please?
@sbkroblox12
@sbkroblox12 Күн бұрын
Bro, why tere "an: in tile before R?
@bearalphaguy
@bearalphaguy Күн бұрын
Hey i have a problem so the zombies wont spawn and it doesnt give me any errors wtf!!
@MackyDevs
@MackyDevs Күн бұрын
which is better In-Experience Portal or Sponsored Experience or Search Experience?
@piesio193
@piesio193 Күн бұрын
bad movie code dont work losie
@FERZER_ofc
@FERZER_ofc 2 күн бұрын
Getchildren is not a valid member of Folder "Table.Drawers" I got this error Who can help ?
@FERZER_ofc
@FERZER_ofc 2 күн бұрын
SOLVED IT but i have now another problem so when i press promt it dont move so someone help
@SantiagoGames17
@SantiagoGames17 2 күн бұрын
Can you make how to make Dupe?