Advertisement
scriptingtales

test #2

Mar 26th, 2021
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. -- _____ _____ _ _ _____ _____ _____ ______ ___________ _____
  2. --/ ___|_ _| \ | | __ \ / ___/ __ \| ___ \_ _| ___ \_ _|
  3. --\ `--. | | | \| | | \/ \ `--.| / \/| |_/ / | | | |_/ / | |
  4. -- `--. \ | | | . ` | | __ `--. \ | | / | | | __/ | |
  5. --/\__/ /_| |_| |\ | |_\ \ /\__/ / \__/\| |\ \ _| |_| | | |
  6. --\____/ \___/\_| \_/\____/ \____/ \____/\_| \_|\___/\_| \_/
  7.  
  8.  
  9.  
  10.  
  11. --Script made by YouthfulPat501
  12. wait(1)
  13.  
  14. sound = Instance.new('Sound')
  15.  
  16. sound.Parent = game.Workspace.ImNoobie12Dojo.Head
  17.  
  18. sound.SoundId = "rbxassetid://4879254371"
  19.  
  20. sound:Play()
  21.  
  22. game.Workspace.ImNoobie12Dojo.Head.face.Texture = "http://www.roblox.com/asset/?id=162300397"
  23.  
  24. A = Instance.new("Animation")
  25. A.AnimationId = "rbxassetid://4576722785"
  26.  
  27. local char = game.Workspace.ImNoobie12Dojo
  28. local hum = char:WaitForChild("Humanoid")
  29. local animation = hum:LoadAnimation(A)
  30.  
  31. if char ~= nil
  32. animation:Play()
  33. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement