Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i,v in pairs(owner.Character:GetDescendants()) do
- if v:IsA("BasePart") then do
- v.Shape = "Cylinder"
- end
- if v:IsA("Mesh") then do
- v:Destroy()
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement