#i tried to make a script that detects clicking but it dosent work
9 messages · Page 1 of 1 (latest)
localscripts dont run in workspace
oooooh
do i gotta put it in somewhere else
like starterscripts or something
9 messages · Page 1 of 1 (latest)
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
localscripts dont run in workspace
oooooh
do i gotta put it in somewhere else
like starterscripts or something