Advertisement
NoTextForSpeech

asdads

Mar 8th, 2024 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -- loadstring(game:HttpGet('https://pastebin.com/raw/8s7rtPLt'))()
  2.  
  3. while true do
  4. for i, v in ipairs(game:GetService("Workspace").ActiveCarts:GetDescendants()) do
  5. if v.Name == "DamagePart" then
  6. v:Destroy()
  7. wait(0.001)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement