ADVERTISEMENTREMOVE ADS
The HUNT Script ( Serversided )
50,189 views
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
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
ADVERTISEMENTREMOVE ADS
Comments
So when you execute the script, it plays an Animation of getting the, the hunt key.
@ApolloHub Would it be possible to find more cool animations like this?
@Iikeanimations no