ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
5.0k 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

View Raw
Edited By: destructi0n Download


Comments
3
User profile picture
destructi0n 10 months ago
Keybind is F
User profile picture
Xeryt 10 months ago
Plants versus Zombie
User profile picture
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)
Please Login to add a comment.