Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local thrownPart = workspace:FindFirstChild("Thrown")
- if thrownPart then
- thrownPart:Destroy()
- else
- print("The 'Thrown' part does not exist.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement