ADVERTISEMENTREMOVE ADS
Game icon

The HUNT Script ( Serversided )

Script preview thumbnail
Script Preview

Description

Just an Animation that sees everyone.

I found it on YouTube, I don't have The Vault Animation.

Also it works only for TSBG, probably someone found that Animation ID using Dex.

Basically when you execute the script, it plays an key getting animation.

Features:

  • The Hunt Animation
  • FE
  • Key Animation
ADVERTISEMENTREMOVE ADS
11 Lines • 383 Bytes
Raw
local animationId = "16719053698"
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local humanoid = character:WaitForChild("Humanoid")
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://" .. animationId
local animationTrack = humanoid:LoadAnimation(animation)
animationTrack:Play()
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
Ap

So when you execute the script, it plays an Animation of getting the, the hunt key.

1
0
Ii

@ApolloHub Would it be possible to find more cool animations like this?

0
0
Ap

@Iikeanimations no

0
0
ADVERTISEMENTREMOVE ADS