draxe55

hospital

Jun 18th, 2021
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. game.RunService.Stepped:Connect(function()
  2. fireclickdetector(game:GetService("Workspace").Ignored["Clean the shoes on the floor and come to me for cash"].ClickDetector)
  3. for i, v in pairs(workspace.Ignored.Drop:GetChildren()) do
  4. if v.Transparency == 0 and v:IsA("MeshPart") then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = v.Position
  6. wait()
  7. fireclickdetector(v.ClickDetector)
  8. end
  9. end
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment