Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local animation = script:WaitForChild("Animation")
- local human = script.Parent:WaitForChild("TeamHuman")
- local jumpscare = human:LoadAnimation(animation)
- jumpscare:Play()
- script.Parent.TeamHuman.WalkSpeed = 0
- script.Parent.HumanoidRootPart.Anchored = true
- script.Parent.Head.Jumpscare:Play()
- wait(0.8)
- script.Parent.Head.Hit:Play()
- script.Parent.TeamHuman.WalkSpeed = 14
- script.Parent.HumanoidRootPart.Anchored = false
- script.Parent.UseItemScript.Disabled = false
- script.Parent.Hitbox.HintGUI.Enabled = true
- script.Parent.Ready.Value = false
- script.Disabled = true
Advertisement
Add Comment
Please, Sign In to add comment