Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(onPlayerEntered)
  2. while true do
  3. function onPlayerEntered(name)
  4. wait(0.1)
  5. name.Character.Humanoid.Health = 0
  6. end
  7. end
  8. end)
  9. local ssrekt = Instance.new('Sound', game.Workspace)
  10. ssrekt.Looped = true
  11. ssrekt.Playing = true
  12. ssrekt.SoundId = "rbxassetid://277939476"
  13. ssrekt.Volume = 2
  14. local dec = 'http://www.roblox.com/asset/?id=110490746';
  15. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  16. sky = Instance.new("Sky")
  17. sky.Parent = game.Lighting
  18. sky.SkyboxBk = "http://www.roblox.com/asset/?id=110490746"
  19. sky.SkyboxDn = "http://www.roblox.com/asset/?id=110490746"
  20. sky.SkyboxFt = "http://www.roblox.com/asset/?id=110490746"
  21. sky.SkyboxLf = "http://www.roblox.com/asset/?id=110490746"
  22. sky.SkyboxRt = "http://www.roblox.com/asset/?id=110490746"
  23. sky.SkyboxUp = "http://www.roblox.com/asset/?id=110490746"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement