Advertisement
Ctriy

Reach Script

Aug 21st, 2019
6,906
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 1
  1. local Mouse = game.Players.LocalPlayer:GetMouse()
  2. local Player = game.Players.LocalPlayer
  3.  
  4.  
  5. Mouse.KeyDown:Connect(function(Key)
  6. if Key == "q" then
  7. if Player.Backpack:WaitForChild("Sword") then
  8. local a=Instance.new("SelectionSphere",game.Players.LocalPlayer.Backpack.Sword.Handle)
  9. a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
  10. Player.Backpack.Sword.Handle.Size=Vector3.new(0.5,0.5,60)
  11. end
  12. end
  13. end)
  14. Mouse.KeyDown:Connect(function(Kei)
  15. if Kei == "e" then
  16. if Player.Backpack:WaitForChild("Foil") then
  17. local a=Instance.new("SelectionSphere",game.Players.LocalPlayer.Backpack.Foil.Handle)
  18. a.Adornee=game.Players.LocalPlayer.Backpack.Foil.Handle
  19. Player.Backpack.Foil.Handle.Size=Vector3.new(0.5,0.5,60)
  20. end
  21. end
  22. end)
  23. Mouse.KeyDown:Connect(function(Keo)
  24. if Keo == "r" then
  25. if Player.Backpack:WaitForChild("LinkedSword") then
  26. local a=Instance.new("SelectionSphere",game.Players.LocalPlayer.Backpack.LinkedSword.Handle)
  27. a.Adornee=game.Players.LocalPlayer.Backpack.LinkedSword.Handle
  28. Player.Backpack.LinkedSword.Handle.Size=Vector3.new(0.5,0.5,60)
  29. end
  30. end
  31. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement