I refer to the noobs as NPC.
Make a custom sword, make custom player/NPC animations, improve the NPC so it can actually jump over objects, and improve its pathfinding. Improve NPC models. Add a custom HP bar for the NPCs.
I refer to the noobs as NPC.
Make a custom sword, make custom player/NPC animations, improve the NPC so it can actually jump over objects, and improve its pathfinding. Improve NPC models. Add a custom HP bar for the NPCs.
Ok, that won’t be too hard, it’s just gonna take me a couple of minutes to get on that.
They fade away on death, then when they faded away COMPLETLY, then it respawns where it was firstly placed on the map on studio. It just takes some time to fade away.
How long?
lwrekmtgfjirwehgujwre characterl imit
Ok so this right here is the Configuration put in the NPC
And there’s a respawn script that’s in the NPC and this is the Respawn Script.
local zombie = script.Parent
local humanoid = zombie:FindFirstChildOfClass("Humanoid")
local clone = zombie:Clone()
local config = zombie:WaitForChild("Configuration")
humanoid.Died:Connect(function()
if config.Respawns.Value then
task.wait(config.RespawnDelay.Value)
clone.Parent = workspace
end
end)
They still haven’t faded away for me for some reason.
The RespawnDelay in the photo. The value there is 10.
Try playing the game again to see maybe if they hadn’t faded away because it could just be a server bug.
Two things I’m gonna say. One, for the zombies, I decided to leave the animations alone because I feel like it’s cool like that because if you think about it, the game itself is supposed to back into the years of 2009 or even earlier in time. So I wanna keep the NPCs to keep the way they are because it just feels more like the earlier years of Roblox. Two, this post has 69 vies and I posted this 9 hours ago, that’s crazy. I feel like editing my post so I can put a poll on there just to see how many people respond.
I’m adding game passes to the game now.
maybe add run, jump, and fall animations with low fps to add animations while still making it feel classic
Yeah, I made animations like that a couple weeks ago, I could try using those.
Dang, 78 views and 18 visits on NOOB DEFENSE, is my game really that good so far?
It seems like your game is full of bugs and glitches. This an explain what happens when you turn on /console.
Have you tried checking to see if maybe it was just the server you were in because we need to see before we conclude, not trying to be rude or anything.
Also, this is what it looks like on my side so most of it could be about what server you’re in, it does that some times.
Even if it was just a ‘‘server’’ issue, that still means there’s a bug in the code somewhere. If the code were completely bug-free, then it wouldn’t stop working on some servers and start working on others.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.