
5.1k Views
FE ZOMBIE
Universal Script 📌Uploaded by 10 months ago
Please login to perform these actions:
Description
join the skidish discord server https://discord.gg/QxZGHMyk6R
Comments
3

Offline
destructi0n 10 months ago
Keybind is F
Offline
Xeryt 10 months ago
Plants versus Zombie
Offline
zyletrophene 10 months ago
local animator = game:GetService("Players").LocalPlayer.Character.Humanoid:FindFirstChildOfCl*("Animator") or Instance.new("Animator", game:GetService("Players").LocalPlayer.Character.Humanoid)
animator:LoadAnimation(Instance.new("Animation"){
AnimationId = "rbx*etid://223623937"
}):Play()
local secondTrack = animator:LoadAnimation(Instance.new("Animation"){
AnimationId = "rbx*etid://223624106"
})
game:GetService("UserInputService").InputBegan:Connect(function(input, processed)
if input.KeyCode == Enum.KeyCode.F and not processed then
secondTrack:Play()
end
end)
DONT RUN THIS PLEASE



