Advertisement
webhook_forbladeball

tsb anti lag

Jan 25th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1.  
  2. local thrownPart = workspace:FindFirstChild("Thrown")
  3.  
  4. if thrownPart then
  5.     thrownPart:Destroy()
  6. else
  7.     print("The 'Thrown' part does not exist.")
  8. end
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement