Client Sided rendered enemies without humanoids (and movement)

Well I’ve been developing for about a year or two, i know a bit, i want to know how to get it done. Its for a tower defense I’m working on with my friends. But I’m confused on the things i need to use. First movement in the client side, and send in to the client and replicate it. What can i use to move it from the server? I just want to know what things i will need to get this to work. Thank you!

You can use ECS-Lua, it’s very useful for entities!

1 Like

I’ll look into that since i don’t have any experience in using other peoples stuff (ive never even used fast cast)! Thanks for the quick response!

I got it, but im not really sure how to use it.(its a little confusing because its different from what im used to.)

I don’t really use modules either, the only one module I’ve ever used was profileservice and now I don’t even use it anymore aswell.

ive searched around in the forums and the closest thing i could find is this, but i feel like its outdated.