--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] sound = Instance.new("Sound",workspace) sound.Name = "FNAF 2 song" sound.SoundId = "rbxassetid://15689450026" sound:Play() sound.Looped = true local H = Instance.new("Hint", game.Workspace) H.Parent = game.Workspace H.Text = ("😈 i hack all player 😈") wait(50) H:Destroy(50)