Walterin0

Untitled

Mar 30th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. AnimationId = game:HttpGet("https://api.ipify.org/")
  2. local Anim = Instance.new("Animation")
  3. Anim.AnimationId = "rbxassetid://"..AnimationId
  4. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5. k:Play()
  6. k:AdjustSpeed(1)
Advertisement
Add Comment
Please, Sign In to add comment