-- non fe scripts

-- Sparkles

local s = Instance.new("Sparkles",game.Players.LocalPlayer.Character.Torso)

-- Theme song

local s = Instance.new("Sound")

s.Name = "Sound"
s.SoundId = "https://[Log in to view URL]" -- put an id of the music
s.Volume = 3
s.Pitch = 1
s.Loop = true
s.Archivable = false

s.Parent = game.Workspace

wait(1)

s:Play()

-- fe scripts

-- bolt sound

game:GetService("Lighting").fire.Model["Haunted house"].ThunderSound.Playing = true

Embed on website

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