Advertisement
EquinoxDiscord

music tsting

Apr 12th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  2. local char = p.Character
  3. local mouse = p:GetMouse()
  4. local larm = char["Left Arm"]
  5. local rarm = char["Right Arm"]
  6. local lleg = char["Left Leg"]
  7. local rleg = char["Right Leg"]
  8. local hed = char.Head
  9. local Torso = char.Torso
  10. local hum = char.Humanoid
  11. local cam = game.Workspace.CurrentCamera
  12. local root = char.HumanoidRootPart
  13. local deb = false
  14. local shot = 0
  15. local potential = false
  16. local debris=game:service"Debris"
  17. local l = game:GetService("Lighting")
  18. local rs = game:GetService("RunService").RenderStepped
  19. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  20. math.randomseed(os.time())
  21.  
  22.  
  23.  
  24.  
  25. KG = Instance.new("Sound", game.Players.LocalPlayer.Character)
  26. KG.Volume = 4
  27. KG.SoundId = "rbxassetid://694876048"
  28. KG.Pitch=1
  29. KG.Looped = true
  30. KG:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement