SHOW:
|
|
- or go back to the newest paste.
1 | - | local teim = {"1", "2", "3"} |
1 | + | local teim = {"1"} |
2 | - | snd = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso) |
2 | + | snd = Instance.new("Sound", game.Players.LocalPlayer.Character.Head) |
3 | - | snd.SoundId = "rbxassetid://251309043" |
3 | + | snd.SoundId = "rbxassetid://396873260" |
4 | snd.Volume = 1 | |
5 | - | par = Instance.new("ParticleEmitter", game.Players.LocalPlayer.Character.Torso) |
5 | + | snd.PlaybackSpeed = 0.25 |
6 | - | par.Texture = "http://www.roblox.com/asset/?id=229298739" |
6 | + | par = Instance.new("ParticleEmitter", game.Players.LocalPlayer.Character.Head) |
7 | - | par.EmissionDirection = "Bottom" |
7 | + | par.Texture = "http://www.roblox.com/asset/?id=148546715" |
8 | par.EmissionDirection = "Front" | |
9 | par.Enabled = false | |
10 | ||
11 | while true do | |
12 | snd:Play() | |
13 | par.Enabled = true | |
14 | wait(teim[math.random(1,#teim)]) | |
15 | par.Enabled = false | |
16 | wait(teim[math.random(1,#teim)]) | |
17 | end |