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 2 years ago
Edited 2 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 — 2y
0
Make sure this local script is in StarterGui or StarterPlayerScripts or even possible StarterCharacterScripts imKirda 4491 — 2y
0
Thank you the script works now after this I never knew it had to be in StarterPlayerScripts Bloxerventure 5 — 2y

Answer this question