The use of "rbxasset://" for a setting for HitSound

I have been coding for a while and I got back to coding the settings system for my game I have been thinking about something, what if people can use their sounds without having to upload it, but they can hear it only themselves?

So I checked out quickly and found out I can use rbxasset:// to do it, but it comes with conflict. What if it violates ROBLOX’s guidelines? I am doing this for a HitSound setting AND it comes with presets, but you can enable it to use custom sounds.

Obviously I am adding filtering so people won’t put swear words on them and make them put only specific audio type if you ask.

Are you asking for help creating custom hitsound code or if its allowed?

Custom sounds made entirely with the game engine aren’t really possible right now, sounds have to be uploaded to Roblox before they can be used in-game. Roblox has the responsibility of moderating uploaded sounds, not the game creator so your game shouldn’t be moderated for that.

rbxasset://000 are still uploaded sounds

I am asking if it is allowed. Since it is the player’s choice on what sound to have and so on, it is their own thing if they want to put something loud, or explicit.

Its allowed, as Roblox Audios pass through Roblox moderation before they can use it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.