Advertisement
omg12

..idk

May 18th, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Animation:
  2.  
  3. Player = "LocalPlayer"
  4. AnimationId = "27431613"
  5. local Anim = Instance.new("Animation")
  6. Anim.AnimationId = "rbxassetid://"..AnimationId
  7. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  8. k:Play() --Play the animation
  9. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  10.  
  11. Save tool:
  12.  
  13. ToolName = "Knife"
  14. game.Players.LocalPlayer.Backpack[ToolName].Parent = game.Players.LocalPlayer.StarterGear
  15.  
  16. Give Tool:
  17.  
  18. ToolName = "Knife"
  19. PlayerName = "die322"
  20. game.Players.LocalPlayer.Backpack[ToolName].Parent = game.Players[die322].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement