-- Configuration local RAINBOW_SPEED = 0.1 -- Time between color changes (seconds) local FLOAT_SPEED = 0.05 -- Speed of floating map parts local FLOAT_HEIGHT = 10 -- Max height for floating parts -- ...
local flying = false local UIS = game:GetService("UserInputService") local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local root = ...