#i tried to make a script that detects clicking but it dosent work

9 messages · Page 1 of 1 (latest)

zinc gust
#

local player = game.Players.LocalPlayer
local mouse = player:GetMouse ()

mouse.Button1Down.connect(function()
print ("player pressed mouse down")
end)

idk if i got any syntax wrong or what is going on

haughty adder
zinc gust
#

do i gotta put it in somewhere else

#

like starterscripts or something

haughty adder
#

yea

zinc gust
#

ok thanks

#

ioma try that