Advertisement
Meliodas0_0

ctrl noclip

Oct 26th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. this.api.SendLimitedLuaScript("local Plr = game:GetService('Players').LocalPlayer local Mouse = Plr:GetMouse() Mouse.Button1Down:connect(function() if not game:GetService('UserInputService'):IsKeyDown(Enum.KeyCode.LeftControl) then return end if not Mouse.Target then return end Mouse.Target.CanCollide = false end)");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement