Advertisement
Animescapetower

Space

Feb 16th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local socialsound = Instance.new("Sound")
  2. local player = game.Workspace.Nebula_Zorua
  3. socialsound.Looped = true
  4. socialsound.Volume = 10
  5. socialsound.MaxDistance = 100
  6. socialsound.EmitterSize = 100
  7. socialsound.SoundId = "rbxassetid://149607187"
  8. socialsound.Pitch = 1
  9. socialsound.Parent = player.Torso
  10. socialsound:Play()
  11. while true do
  12.  
  13. wait(0.03)
  14. player.NeonPurpleAnimalHood.Handle.Mesh.TextureId= "rbxassetid://1358942702"
  15.  
  16.  
  17.  
  18.  
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement