moathon

finalScript

Apr 29th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. script.Name = "unnessessary"
  2. script.Parent = game.Workspace.firemomo45["Za Wardo"]
  3. local gw = game.Workspace:GetChildren()
  4. local sg = game.Players:GetDescendants()
  5.  
  6. local frz = game.Workspace.Freeze:Clone()
  7. frz.Parent = script.Parent.Script
  8. local ts = game.Workspace.TimeStop:Clone()
  9. ts.Parent = script.Parent.Script
  10. wait()
  11. for i=1,#sg do
  12. if sg[i].Name == "EnableBackpack" then
  13. sg[i].Parent = script.Parent.Script.Freeze
  14. print("Backpack1 loaded")
  15. end
  16. if sg[i].Name == "DisableBackpack" then
  17. sg[i].Parent = script.Parent.Script.Freeze
  18. print("Backpack2 loaded")
  19. end
  20. end
  21. wait()
  22. script.Parent.Humanoid.Script.Disabled = true
  23. script.Parent.Script.Disabled = true
  24. frz.Disabled = true
  25. script.Parent.Script.Freeze.DisableBackpack = true
  26. script.Parent.Script.Freeze.EnableBackpack = true
  27. ts.Disabled = true
  28. script.Parent.cooleffects.Disabled = true
  29. wait()
  30. script.Parent.Script.Disabled = false
Add Comment
Please, Sign In to add comment