Advertisement
Guest User

Sword Reach V1.0

a guest
Jan 14th, 2021
42,129
1
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 1 0
  1. game.StarterGui:SetCore("SendNotification", {
  2. Title = "Sword Reach Script Loaded by";
  3. Text = "Bloxwatchghostban81. 11You need to hold a tool when executing.";
  4. Icon = "";
  5. Duration = 40;
  6. Callback = bindableFunction;
  7. Button1 = "im a skid";
  8. Button2 = "you are a skid";
  9. })
  10. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  11. if v:isA("Tool") then
  12. local a = Instance.new("SelectionBox",v.Handle)
  13. a.Adornee = v.Handle
  14. v.Handle.Size = Vector3.new(0.5,0.5,60)
  15. v.GripPos = Vector3.new(0,0,0)
  16. lplayer.Character.Humanoid:UnequipTools()
  17. end
  18. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement