Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Script not working and dont know why( I think GetService Players but have no clue why)?

Asked by 3 years ago
Edited 3 years ago

local mouse = game:GetService('Players').LocalPlayer:GetMouse() local players = game:GetService("Players")

mouse.Button1Down:Connect(function() print("player pressed mouse down")

end)

0
local script too Bloxerventure 5 — 3y
0
Make sure this local script is in StarterGui or StarterPlayerScripts or even possible StarterCharacterScripts imKirda 4491 — 3y
0
Thank you the script works now after this I never knew it had to be in StarterPlayerScripts Bloxerventure 5 — 3y

Answer this question