memberhero

Freeze all script

Dec 10th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. --Freeze all script by basstracker1970
  2. wait(1)
  3. for i,v in next, game.Players:GetChildren() do
  4. freeze = Instance.new("Sound")
  5. freeze.SoundId = "rbxassetid://976606790"
  6. freeze.Parent = game.Workspace
  7. freeze:Play()
  8. wait(3)
  9. v.Character.Torso.Anchored = true
  10. wait(1)
  11. for i,v in next, game.Players:GetChildren() do
  12. gui = Instance.new("ScreenGui")
  13. gui.Parent = v.PlayerGui
  14. frame = Instance.new("Frame")
  15. frame.BackgroundColor3 = Color3.new(0, 255, 255)
  16. frame.BackgroundTransparency = "0.5"
  17. frame.Size = UDim2.new(0, 943,0, 733)
  18. frame.Parent = gui
  19. end
  20. end
Add Comment
Please, Sign In to add comment