diff --git a/FreshShit/_GlobalSoundPlayer/event.lua b/FreshShit/_GlobalSoundPlayer/event.lua new file mode 100644 index 0000000..c564593 --- /dev/null +++ b/FreshShit/_GlobalSoundPlayer/event.lua @@ -0,0 +1,7 @@ +-- PLAY_SOUND +function(e, file) + local success = PlaySoundFile(file, "Master") + if not success then + print(string.format("Failed to play sound file at %s", file)) + end +end \ No newline at end of file diff --git a/FreshShit/GlobalTickers/event.lua b/FreshShit/_GlobalTickers/event.lua similarity index 100% rename from FreshShit/GlobalTickers/event.lua rename to FreshShit/_GlobalTickers/event.lua diff --git a/FreshShit/GlobalTickers/init.lua b/FreshShit/_GlobalTickers/init.lua similarity index 100% rename from FreshShit/GlobalTickers/init.lua rename to FreshShit/_GlobalTickers/init.lua