欧博abgHow to make a sound play every time you click
Hey! I am trying to make a mouse make a sound every time it clicks a button. I’m not wanting to put a script in every button in my game, instead just simple it more by checking if what you clicked is a button.
Would the script start with something like this?
local Players = game:GetService("Players") local player = Players.LocalPlayer local Mouse = player:GetMouse() Mouse.Button1Down:Connect(function() end)Please let me know how I can do this, thank you for you’re time!
2025-10-16 06:59 点击量:4