Open Source Tower Defense

Hi everyone, today I am releasing the source code to one of my projects as to provide some help to the Roblox community of how to create an optimised Tower Defence game and follow some basic principles to get you started! (Main Intent is for you to read the code) This project is quite advanced for learners so be warned. This uses a combination of client to server communication, client sided rendering and a bunch of other stuff to keep you learning. I wouldn’t mind getting some feedback from this as this is my second time doing something like this.

PS: This uses the Knit Framework and I HIGHLY discourage you from using it as the creator has admitted to it having flaws (It’s your opinion to use whatever you want though!). You could even learn from Suphi’s tutorial which is detailed with 7 hours of info.

FORGOT TO ADD: 1 IS TO PLACE

4 Likes

Hi!
Glad to finally see advanced TD template which doesnt utilize humanoids or something like that. But, after i joined into game, to check it out, i got a looot of errors.
So basically, enemies doesnt move, and i get these error:

Argument 1 missing or nil
Script: 'Players.Igor_Milincov.PlayerScripts.Client.Controllers.EnemyController', Line 83 - function LoopThroughEnemies

Hope you’ll fix it as soon as possible, cya! :cool:

1 Like

Hi, This issue should be fixed.

1 Like