Advertisement
linhngu4

Untitled

Jul 22nd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. game.Workspace.heoch2.Humanoid.WalkSpeed = 150 -- Change heoch = Name You
  2. local Plr = game:GetService("Players").LocalPlayer
  3. local Mouse = Plr:GetMouse()
  4.  
  5. Mouse.Button1Down:connect(function()
  6. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  7. if not Mouse.Target then return end
  8. Mouse.Target:Destroy()
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement