function whatdadismean_2112()
    local lehoichimto = Instance.new("Part")
    lehoichimto.Size = Vector3.new(1000, 0, 1000)
    lehoichimto.Anchored = true
    lehoichimto.Material = Enum.Material.SmoothPlastic
    lehoichimto.Name = "Platform"
    lehoichimto.Transparency = 0
    lehoichimto.CanCollide = true
    lehoichimto.Parent = game:GetService("ReplicatedStorage")

    game:GetService("RunService").Heartbeat:Connect(function()
        lehoichimto.Position = game.Workspace.Map["WaterBase-Plane"].Position + Vector3.new(0, 56, 0)
    end)
end

whatdadismean_2112()

Embed on website

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