Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local socialsound = Instance.new("Sound")
- local player = game.Workspace.Nebula_Zorua
- socialsound.Looped = true
- socialsound.Volume = 10
- socialsound.MaxDistance = 100
- socialsound.EmitterSize = 100
- socialsound.SoundId = "rbxassetid://149607187"
- socialsound.Pitch = 1
- socialsound.Parent = player.Torso
- socialsound:Play()
- while true do
- wait(0.03)
- player.NeonPurpleAnimalHood.Handle.Mesh.TextureId= "rbxassetid://1358942702"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement