How do i play a sound at a specific xyz location?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

ponduck

New Member
May 29, 2024
5
0
1
24
So im basically a newbie to skript and i want to make a bell go off every time its midnight in minecraft, how do i do that?
I've searched everywhere and cant find a single thing on how to make this. I currently have this sich doesnt work at all...


Code:
every 1 second:
    time is night:
        play sound "block.bell.use" at volume 1 at pitch 2 at (-767, 74, 545, world)