Advertisement
Guest User

[ROBLOX] [LUA] The SHIT Script!

a guest
Sep 12th, 2015
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. local teim = {"1", "2", "3"}
  2. snd = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  3. snd.SoundId = "rbxassetid://251309043"
  4. snd.Volume = 1
  5. par = Instance.new("ParticleEmitter", game.Players.LocalPlayer.Character.Torso)
  6. par.Texture = "http://www.roblox.com/asset/?id=229298739"
  7. par.EmissionDirection = "Bottom"
  8. par.Enabled = false
  9.  
  10. while true do
  11. snd:Play()
  12. par.Enabled = true
  13. wait(teim[math.random(1,#teim)])
  14. par.Enabled = false
  15. wait(teim[math.random(1,#teim)])
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement