Advertisement
simplerules14

Untitled

Jun 26th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. player = game.Players:GetChildren()
  2. Thanosnap = Instance.new("Tool",game.Workspace.simplerules14)
  3. Thanosnap.Name = "Snap."
  4. fingers = Instance.new("Part",Thanosnap)
  5. fingers.Name = "Handle"
  6. fingers.Transparency = 1
  7. snapsound = Instance.new("Sound",Thanosnap)
  8. snapsound.SoundId = "rbxassetid://3091498183"
  9. snapsound.Volume = 10
  10. Thanosnap.Activated:Connect (function(p)
  11. game.Lighting.Ambient = Color3.new (41334,2343423,342242)
  12. game.Lighting.FogColor = Color3.new(41334,2343423,342242)
  13. game.Lighting.FogEnd = 1
  14. snapsound:Play()
  15. for i = 1,#player do
  16. local child = player[i]
  17. if child ~= game.Players.simplerules14 then
  18. child.Character:BreakJoints()
  19. end
  20. end
  21. wait(1.306)
  22. game.Lighting.Ambient = Color3.new (0,0,0)
  23. game.Lighting.FogColor = Color3.new(0,0,0)
  24. game.Lighting.FogEnd = 100000
  25. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement