-- Theme ( g00byd0lan )

local s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "https://[Log in to view URL]"
s.Volume = 3
s.Pitch = 1
s.Looped = true
s.Archivable = false

s.Parent = game.Workspace

wait(1)

s:Play()

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: