Helgodxdd

E

Mar 28th, 2022 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. repeat
  2. wait()
  3. until game:GetService("Workspace"):FindFirstChild(game.Players.LocalPlayer.Name)
  4. repeat
  5. wait()
  6. until game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChild("Humanoid")
  7. wait()
  8.  
  9. game:GetService("Workspace"):FindFirstChild(game.Players.LocalPlayer.Name).ChildRemoved:Connect(function(part)
  10. loadstring(game:HttpGet("https://pastebin.com/raw/430SM3Fi"))();
  11. _G.ScreenGui.Parent = game:GetService("Workspace")
  12. wait(1)
  13. _G.ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14. end)
Add Comment
Please, Sign In to add comment