How to make a flying zombie that swoops down on solo player?
Asked by
4 years ago Edited 4 years ago
I'm tryna make an fps game where there are multiple types of zombies and one of the zombies can fly. I've tried using body position and body velocity but I'm not an expert on them and they don't seem to work. Can someone help me?
02 | game.Players.PlayerAdded:Connect( function (player) |
03 | script.Parent.Humanoid.Died:Connect( function () |
04 | if script.Parent.Humanoid.Health < = 0 then |
05 | if debounce = = true then |
07 | player:FindFirstChild( "EXP" ).Value = player:FindFirstChild( "EXP" ).Value + 1 |
08 | player:FindFirstChild( "Zombies Killed" ).Value = player:FindFirstChild( "Zombies Killed" ).Value + 1 |