Advertisement
user1321

Untitled

Jan 19th, 2024 (edited)
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):UnequipTools()
  2.  
  3. local plr = game.Players.LocalPlayer
  4. plr.Character.HumanoidRootPart.CFrame = game.Workspace.Ignored.Shop["[Surgeon Mask] - $27"].Head.CFrame
  5. wait(.3)
  6. fireclickdetector(game.Workspace.Ignored.Shop["[Surgeon Mask] - $27"].ClickDetector)
  7. wait(.3)
  8. if game.Players.LocalPlayer.Backpack:FindFirstChild("Mask") then
  9. game.Players.LocalPlayer.Backpack:FindFirstChild("Mask").Parent = game.Players.LocalPlayer.Character
  10. end
  11. wait(.2)
  12. game:GetService("VirtualUser"):ClickButton1(Vector2.new())
  13. wait()
  14. game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):UnequipTools()
  15. wait(.2)
  16. follow = true
  17. noclip = true
  18. wait(.3)
  19. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  20. if v.Name == "In-gameMask" then
  21. v.Handle:Destroy()
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement