Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local teim = {"1", "2", "3"}
- snd = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
- snd.SoundId = "rbxassetid://251309043"
- snd.Volume = 1
- par = Instance.new("ParticleEmitter", game.Players.LocalPlayer.Character.Torso)
- par.Texture = "http://www.roblox.com/asset/?id=229298739"
- par.EmissionDirection = "Bottom"
- par.Enabled = false
- while true do
- snd:Play()
- par.Enabled = true
- wait(teim[math.random(1,#teim)])
- par.Enabled = false
- wait(teim[math.random(1,#teim)])
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement