Copy the code below and paste it in place of the code in the stylesheet in order to make these changes affect all your pages.

{% color "melody" color="#5191CC", export_to_template_context=True %} /* change your site's color here */

{% color "harmony" color="#5191CC", export_to_template_context=True %} /* change your site's secondary color here */

{% set topHeaderColor = "#1F3F6C" %} /* This color is solely used on the top bar of the website. */

Roblox Harbor Havoc Script Apr 2026

local function autoShoot() -- Implement auto-shooting logic here end

-- Variables local player = Players.LocalPlayer local character = player.Character

-- Functions local function autoAim() -- Implement auto-aiming logic here end

-- Services local Players = game:GetService("Players") local RunService = game:GetService("RunService")

local function autoShoot() -- Implement auto-shooting logic here end

-- Variables local player = Players.LocalPlayer local character = player.Character

-- Functions local function autoAim() -- Implement auto-aiming logic here end

-- Services local Players = game:GetService("Players") local RunService = game:GetService("RunService")