Advertisement
PeaPattern

sword reach

Jun 5th, 2024
3,552
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 1
  1. local Sword = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")
  2.  
  3. for _, Obj in Sword:GetDescendants() do
  4.     if not Obj:IsA("LocalScript") then continue end
  5.     Obj:Destroy()
  6. end
  7.  
  8. Sword.Handle.Transparency = 1
  9. Sword.Handle.Size = Vector3.new(15, 15, 15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement