Categories > Exploiting > Scripts >

jjsploit dab script

Posts: 2

Threads: 1

Joined: Aug, 2019

Reputation: 0

Posted

what is the fe dab animtion script, i would like the code so i can make a dab button on my own exploit

  • 0

Posts: 30

Threads: 7

Joined: Jul, 2019

Reputation: 0

Replied

I have FE dab script. Here is the code:

 

AnimationId = "248263260"

local Anim = Instance.new("Animation")

Anim.AnimationId = "rbxassetid://"..AnimationId

local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)

k:Play()

k:AdjustSpeed(1)

 

The only problem with it is that it might not work on games with Filtering Disabled, but almost every game has it on.

  • 0

Posts: 2

Threads: 1

Joined: Aug, 2019

Reputation: 0

Replied

i really appreciate it man

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )