Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- YOUTUBE LINK: https://www.youtube.com/watch?v=xvMwLC4JAxc
- 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
- local t = Mouse.Target
- t.Size = Vector3.new(2, 2, 2)
- t.CFrame = Plr.Character.Torso.CFrame
- t.Anchored = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement