Advertisement
Hikdmfjf77777ft

Public bathroom script

Dec 22nd, 2023
938
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. --[public bathroom toilet paper script if you buy too much toliet paper you might lag the game]--
  2.  
  3. local LP = game.Players.LocalPlayer
  4. game.ReplicatedStorage.ToolEvents.TpRollEvent:FireServer()
  5. repeat wait() until LP.Character
  6. for i,v in pairs(LP.Backpack:GetChildren()) do
  7. if v.Name == "TpRoll" then
  8. v.Parent = LP.Character
  9. end
  10. end
  11. while true do
  12. wait()
  13. for i,v in pairs (LP.Character:GetChildren()) do
  14. if v.Name == "TpRoll" then
  15. v:Activate()
  16. end
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement