Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Mouse = game.Players.LocalPlayer:GetMouse()
- local Player = game.Players.LocalPlayer
- Mouse.KeyDown:Connect(function(Key)
- if Key == "q" then
- if Player.Backpack:WaitForChild("Sword") then
- local a=Instance.new("SelectionSphere",game.Players.LocalPlayer.Backpack.Sword.Handle)
- a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
- Player.Backpack.Sword.Handle.Size=Vector3.new(0.5,0.5,60)
- end
- end
- end)
- Mouse.KeyDown:Connect(function(Kei)
- if Kei == "e" then
- if Player.Backpack:WaitForChild("Foil") then
- local a=Instance.new("SelectionSphere",game.Players.LocalPlayer.Backpack.Foil.Handle)
- a.Adornee=game.Players.LocalPlayer.Backpack.Foil.Handle
- Player.Backpack.Foil.Handle.Size=Vector3.new(0.5,0.5,60)
- end
- end
- end)
- Mouse.KeyDown:Connect(function(Keo)
- if Keo == "r" then
- if Player.Backpack:WaitForChild("LinkedSword") then
- local a=Instance.new("SelectionSphere",game.Players.LocalPlayer.Backpack.LinkedSword.Handle)
- a.Adornee=game.Players.LocalPlayer.Backpack.LinkedSword.Handle
- Player.Backpack.LinkedSword.Handle.Size=Vector3.new(0.5,0.5,60)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement