Skip to content

Instantly share code, notes, and snippets.

@ArianBlack
Last active September 17, 2021 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArianBlack/dd5896ea6931db6717529e221b7f2e1e to your computer and use it in GitHub Desktop.
Save ArianBlack/dd5896ea6931db6717529e221b7f2e1e to your computer and use it in GitHub Desktop.
aaaa
local Player = game:GetService("Players").LocalPlayer
local cool = Player:GetMouse()
cool.Button1Down:Connect(function()
print("Hi")
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment