Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Animation:
- Player = "LocalPlayer"
- AnimationId = "27431613"
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://"..AnimationId
- local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
- k:Play() --Play the animation
- k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
- Save tool:
- ToolName = "Knife"
- game.Players.LocalPlayer.Backpack[ToolName].Parent = game.Players.LocalPlayer.StarterGear
- Give Tool:
- ToolName = "Knife"
- PlayerName = "die322"
- game.Players.LocalPlayer.Backpack[ToolName].Parent = game.Players[die322].Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement