Pepperpants

Slide Script Roblox

Mar 5th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | Photo | 0 0
  1. function AnimationScript()
  2. local Animation=Instance.new'Animation'
  3. Animation.AnimationId='rbxassetid://148840371'
  4. local Player=game:GetService'Players'.LocalPlayer
  5. local CRT=Player.Character or Player.CharacterAdded:Wait()
  6. local Humanoid=CRT:WaitForChild'Humanoid':LoadAnimation(Animation)
  7. Humanoid:Play()
  8. H:AdjustSpeed(0.7)
  9. return AnimationScript()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment