
Help with how to fix gnomecode doors scripting tutorial
2024年10月15日 · there were arrows at the end and beginning of the word before the " ; " so that didn’t show up somehow
Tower Defense Game Creation - Game Design Support - Roblox
2021年12月30日 · Ok, so I’ve wanted to make a Tower Defense game on Roblox since the day I started developing. Over time I became a decent modeler and animator. Every time I’d try to make a Tower Defense game, I’d usually quit after I’d gotten the models done. Why? Scripting. I’m horrible at scripting. I’ve tried to learn it, but I have a lot of issues with keeping it in my head. …
Data is always nil - Scripting Support - Developer Forum - Roblox
2024年2月19日 · What do you want to achieve? Keep it simple and clear! To get the players data. The data store script is the one used in the gnome code tower defences series. 2. What is the issue? Include screenshots / videos if possible! The data is always nil no matter what. 3. What solutions have you tried so far? Did you look for solutions on the Developer Hub? I have …
Tower Defense Game: Enemies Not Spawning (HumanoidRootPart …
2023年7月26日 · Hello! My friend and I are making a Tower Defense game (using @GnomeCode’s tutorial), and we are using models for the enemies instead of NPCs.
Issue with spawning rooms - Scripting Support - Roblox
2022年10月10日 · Hi, I’m Bear. I’m working on a door like game and I ran into a few issues. I want to achieve rooms spawning in one after another like doors. The issue is it only spawns one door even if it needs more. But it is for some reason unable to. I’ve tried looking on YouTube & The Developer Forum but can’t find anything to help. I will reply with screenshots when I am home.
Gnomes Tower Defense Game - Scripting Support - Roblox
2022年8月11日 · Can we see your code? Most of us don’t know Gnome Tower defense. xxJohneyxx11 (John) August 11, 2022, 2 ...
Gnomecode "First" targeting TD error - Scripting Support - Roblox
2024年5月9日 · So i have followed the gnomecode tower defense series and i have came into an issue, when there are 2 types of zombies so like normal and speedy one. First they start shooting the normal ones but even if the speedy ones go past them and they are first, the towers still shoot the basic ones until there isnt any normal one left then move on to other types?.. function …
How to add more values in datastore by gnomecode
2023年7月31日 · I need help, i have this datastore code by gnomecode but it only supports one instance. if i wanna add like another value to save it wouldn’t save. how can i modify the script to save? local players = game:GetService("Players") local RunService = game:GetService("RunService") local DatastoreService = …
TowerDefence Coroutine Help - Code Review - Developer Forum
2022年5月22日 · What does the code do and what are you not satisfied with? I’ve been following Gnomecode’s tower defense tutorials, and I found a problem with his wave code. It won’t check if the base’s health is 0 until all the enemies have spawned. local GameOver = false --variables GameOverEvent.Event:Connect(function() -- fires when base health == 0 GameOver = true …
Why doesn't my Datastore save the data,? - Roblox
2024年7月22日 · So i just finished the gnome code’s video on how to make a datastore and it doesn’t work, I’m kinda clueless right now because i don’t even have any errors or anything like that. I have the datastore enabled in game settings, but still nothing. local Players = game:GetService("Players") local DatastoreService = game:GetService("DataStoreService") …