#No idea why this doesn't work.

6 messages · Page 1 of 1 (latest)

woeful ermine
#

local Mouse = game.Players.LocalPlayer:GetMouse()

if Mouse.Button1Down then
print("It worked!")
end

mossy stream
#

Mouse.Button1Down:Connect(function()
print("hi")
end)

#

maybe that will work

woeful ermine
#

actually why is if getting used by me

#

smh

#

its an event